杭州市委办项管
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

204 linhas
7.6KB

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