杭州市委办项管
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

201 lines
7.5KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <groupId>com.hz.pm</groupId>
  6. <artifactId>hz-project-management</artifactId>
  7. <packaging>pom</packaging>
  8. <version>1.0.0</version>
  9. <name>hz-project-management</name>
  10. <description>丽水项管二期项目</description>
  11. <properties>
  12. <skipTests>true</skipTests>
  13. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  14. <spring-boot.version>2.6.11</spring-boot.version>
  15. <maven.compiler.source>1.8</maven.compiler.source>
  16. <maven.compiler.target>1.8</maven.compiler.target>
  17. <jwt.version>3.7.0</jwt.version>
  18. <mybatis.plus.version>3.5.1</mybatis.plus.version>
  19. <io.springfox-swagger2.version>3.0.0</io.springfox-swagger2.version>
  20. <swagger-knife.version>3.0.3</swagger-knife.version>
  21. <fastjson.version>1.2.83</fastjson.version>
  22. <guava.version>31.1-jre</guava.version>
  23. <commons-pool2.version>2.11.1</commons-pool2.version>
  24. </properties>
  25. <dependencyManagement>
  26. <dependencies>
  27. <dependency>
  28. <groupId>org.apache.poi</groupId>
  29. <artifactId>poi</artifactId>
  30. <version>5.2.2</version>
  31. </dependency>
  32. <dependency>
  33. <groupId>org.apache.poi</groupId>
  34. <artifactId>poi-ooxml</artifactId>
  35. <version>5.2.2</version>
  36. </dependency>
  37. <dependency>
  38. <groupId>com.alibaba</groupId>
  39. <artifactId>fastjson</artifactId>
  40. <version>${fastjson.version}</version>
  41. </dependency>
  42. <dependency>
  43. <groupId>org.springframework.boot</groupId>
  44. <artifactId>spring-boot-dependencies</artifactId>
  45. <version>${spring-boot.version}</version>
  46. <type>pom</type>
  47. <scope>import</scope>
  48. </dependency>
  49. <!-- mybatis plus -->
  50. <dependency>
  51. <groupId>com.baomidou</groupId>
  52. <artifactId>mybatis-plus-boot-starter</artifactId>
  53. <version>${mybatis.plus.version}</version>
  54. </dependency>
  55. <dependency>
  56. <groupId>com.google.guava</groupId>
  57. <artifactId>guava</artifactId>
  58. <version>${guava.version}</version>
  59. </dependency>
  60. <dependency>
  61. <groupId>com.ningdatech</groupId>
  62. <artifactId>nd-basic</artifactId>
  63. <version>1.0.0</version>
  64. </dependency>
  65. <dependency>
  66. <groupId>com.baomidou</groupId>
  67. <artifactId>mybatis-plus-extension</artifactId>
  68. <version>${mybatis.plus.version}</version>
  69. </dependency>
  70. <dependency>
  71. <groupId>com.ningdatech</groupId>
  72. <artifactId>nd-swagger2-starter</artifactId>
  73. <version>1.0.0</version>
  74. </dependency>
  75. <dependency>
  76. <groupId>com.ningdatech</groupId>
  77. <artifactId>nd-flowable-starter</artifactId>
  78. <version>1.0.1</version>
  79. </dependency>
  80. <dependency>
  81. <groupId>org.flowable</groupId>
  82. <artifactId>flowable-spring-boot-starter-actuator</artifactId>
  83. <version>6.7.2</version>
  84. </dependency>
  85. <dependency>
  86. <groupId>com.alibaba</groupId>
  87. <artifactId>easyexcel-core</artifactId>
  88. <version>3.1.2</version>
  89. </dependency>
  90. <dependency>
  91. <groupId>com.ningdatech</groupId>
  92. <artifactId>nd-file-starter</artifactId>
  93. <version>1.0.0</version>
  94. </dependency>
  95. <dependency>
  96. <groupId>com.ningdatech</groupId>
  97. <artifactId>nd-zwdd-starter</artifactId>
  98. <version>1.0.0</version>
  99. </dependency>
  100. <dependency>
  101. <groupId>com.ningdatech</groupId>
  102. <artifactId>nd-cache-starter</artifactId>
  103. <version>1.0.0</version>
  104. </dependency>
  105. <dependency>
  106. <groupId>com.ningdatech</groupId>
  107. <artifactId>nd-log-starter</artifactId>
  108. <version>1.0.0</version>
  109. </dependency>
  110. <dependency>
  111. <groupId>com.ningdatech</groupId>
  112. <artifactId>nd-irs-starter</artifactId>
  113. <version>1.0.0</version>
  114. </dependency>
  115. <dependency>
  116. <groupId>joda-time</groupId>
  117. <artifactId>joda-time</artifactId>
  118. <version>2.10.6</version>
  119. </dependency>
  120. <!--状态机-->
  121. <dependency>
  122. <groupId>org.springframework.statemachine</groupId>
  123. <artifactId>spring-statemachine-core</artifactId>
  124. <version>2.0.1.RELEASE</version>
  125. </dependency>
  126. <dependency>
  127. <groupId>com.itextpdf</groupId>
  128. <artifactId>itextpdf</artifactId>
  129. <version>5.5.9</version>
  130. </dependency>
  131. <dependency>
  132. <groupId>com.itextpdf</groupId>
  133. <artifactId>itext-asian</artifactId>
  134. <version>5.2.0</version>
  135. </dependency>
  136. <dependency>
  137. <groupId>com.itextpdf.tool</groupId>
  138. <artifactId>xmlworker</artifactId>
  139. <version>5.5.9</version>
  140. </dependency>
  141. <dependency>
  142. <groupId>org.xhtmlrenderer</groupId>
  143. <artifactId>flying-saucer-pdf-itext5</artifactId>
  144. <version>9.0.3</version>
  145. </dependency>
  146. <!--将html转换成pdf-->
  147. <dependency>
  148. <groupId>com.itextpdf</groupId>
  149. <artifactId>html2pdf</artifactId>
  150. <version>2.0.2</version>
  151. </dependency>
  152. <!--导入导出-->
  153. <dependency>
  154. <groupId>cn.afterturn</groupId>
  155. <artifactId>easypoi-base</artifactId>
  156. <version>4.2.0</version>
  157. </dependency>
  158. </dependencies>
  159. </dependencyManagement>
  160. <repositories>
  161. <!--阿里云主仓库,代理了maven central和jcenter仓库-->
  162. <repository>
  163. <id>aliyun</id>
  164. <name>aliyun</name>
  165. <url>https://maven.aliyun.com/repository/public</url>
  166. <releases>
  167. <enabled>true</enabled>
  168. </releases>
  169. <snapshots>
  170. <enabled>false</enabled>
  171. </snapshots>
  172. </repository>
  173. </repositories>
  174. <pluginRepositories>
  175. <!--阿里云代理Spring 插件仓库-->
  176. <pluginRepository>
  177. <id>spring-plugin</id>
  178. <name>spring-plugin</name>
  179. <url>https://maven.aliyun.com/repository/spring-plugin</url>
  180. <releases>
  181. <enabled>true</enabled>
  182. </releases>
  183. <snapshots>
  184. <enabled>false</enabled>
  185. </snapshots>
  186. </pluginRepository>
  187. </pluginRepositories>
  188. <modules>
  189. <module>hz-pm-api</module>
  190. <module>hz-pm-sync</module>
  191. </modules>
  192. </project>