杭州市委办项管
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.

pom.xml 8.0KB

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