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

169 linhas
6.4KB

  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-cache-starter</artifactId>
  97. <version>1.0.0</version>
  98. </dependency>
  99. <dependency>
  100. <groupId>com.ningdatech</groupId>
  101. <artifactId>nd-log-starter</artifactId>
  102. <version>1.0.0</version>
  103. </dependency>
  104. <dependency>
  105. <groupId>com.ningdatech</groupId>
  106. <artifactId>nd-irs-starter</artifactId>
  107. <version>1.0.0</version>
  108. </dependency>
  109. <dependency>
  110. <groupId>joda-time</groupId>
  111. <artifactId>joda-time</artifactId>
  112. <version>2.10.6</version>
  113. </dependency>
  114. <!--状态机-->
  115. <dependency>
  116. <groupId>org.springframework.statemachine</groupId>
  117. <artifactId>spring-statemachine-core</artifactId>
  118. <version>2.0.1.RELEASE</version>
  119. </dependency>
  120. <dependency>
  121. <groupId>cn.afterturn</groupId>
  122. <artifactId>easypoi-base</artifactId>
  123. <version>4.4.0</version>
  124. </dependency>
  125. <dependency>
  126. <groupId>com.github.oshi</groupId>
  127. <artifactId>oshi-core</artifactId>
  128. <version>6.4.0</version>
  129. </dependency>
  130. </dependencies>
  131. </dependencyManagement>
  132. <repositories>
  133. <!--阿里云主仓库,代理了maven central和jcenter仓库-->
  134. <repository>
  135. <id>aliyun</id>
  136. <name>aliyun</name>
  137. <url>https://maven.aliyun.com/repository/public</url>
  138. <releases>
  139. <enabled>true</enabled>
  140. </releases>
  141. <snapshots>
  142. <enabled>false</enabled>
  143. </snapshots>
  144. </repository>
  145. </repositories>
  146. <pluginRepositories>
  147. <!--阿里云代理Spring 插件仓库-->
  148. <pluginRepository>
  149. <id>spring-plugin</id>
  150. <name>spring-plugin</name>
  151. <url>https://maven.aliyun.com/repository/spring-plugin</url>
  152. <releases>
  153. <enabled>true</enabled>
  154. </releases>
  155. <snapshots>
  156. <enabled>false</enabled>
  157. </snapshots>
  158. </pluginRepository>
  159. </pluginRepositories>
  160. <modules>
  161. <module>hz-pm-api</module>
  162. </modules>
  163. </project>