pom.xml 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <modelVersion>4.0.0</modelVersion>
  6. <parent>
  7. <artifactId>pigx-cloud-dependencies-parent</artifactId>
  8. <groupId>com.pig4cloud</groupId>
  9. <version>Hoxton.SR5</version>
  10. <relativePath/>
  11. </parent>
  12. <groupId>com.qunzhixinxi</groupId>
  13. <artifactId>hnqz-common-bom</artifactId>
  14. <packaging>pom</packaging>
  15. <version>3.9.0</version>
  16. <description>hnqz 公共版本控制</description>
  17. <properties>
  18. <hnqz.version>3.9.0</hnqz.version>
  19. <mybatis-plus.version>3.4.2</mybatis-plus.version>
  20. <dynamic-ds.version>3.0.0</dynamic-ds.version>
  21. <druid.version>1.1.22</druid.version>
  22. <mysql.connector.version>8.0.20</mysql.connector.version>
  23. <mp.weixin.version>4.6.0</mp.weixin.version>
  24. <groovy.version>3.0.3</groovy.version>
  25. <security.oauth.version>2.3.6.RELEASE</security.oauth.version>
  26. <fastjson.version>1.2.69</fastjson.version>
  27. <commons-io.version>2.8.0</commons-io.version>
  28. <dm.version>8.1.2.192</dm.version>
  29. <highgo.version>6.2.0</highgo.version>
  30. <mysql.connector.version>8.0.33</mysql.connector.version>
  31. </properties>
  32. <dependencyManagement>
  33. <dependencies>
  34. <dependency>
  35. <groupId>com.qunzhixinxi</groupId>
  36. <artifactId>hnqz-common-core</artifactId>
  37. <version>${hnqz.version}</version>
  38. </dependency>
  39. <dependency>
  40. <groupId>com.qunzhixinxi</groupId>
  41. <artifactId>hnqz-common-data</artifactId>
  42. <version>${hnqz.version}</version>
  43. </dependency>
  44. <dependency>
  45. <groupId>com.qunzhixinxi</groupId>
  46. <artifactId>hnqz-common-gateway</artifactId>
  47. <version>${hnqz.version}</version>
  48. </dependency>
  49. <dependency>
  50. <groupId>com.qunzhixinxi</groupId>
  51. <artifactId>hnqz-common-gray</artifactId>
  52. <version>${hnqz.version}</version>
  53. </dependency>
  54. <dependency>
  55. <groupId>com.qunzhixinxi</groupId>
  56. <artifactId>hnqz-common-datasource</artifactId>
  57. <version>${hnqz.version}</version>
  58. </dependency>
  59. <dependency>
  60. <groupId>com.qunzhixinxi</groupId>
  61. <artifactId>hnqz-common-job</artifactId>
  62. <version>${hnqz.version}</version>
  63. </dependency>
  64. <dependency>
  65. <groupId>com.qunzhixinxi</groupId>
  66. <artifactId>hnqz-common-log</artifactId>
  67. <version>${hnqz.version}</version>
  68. </dependency>
  69. <dependency>
  70. <groupId>com.qunzhixinxi</groupId>
  71. <artifactId>hnqz-common-oss</artifactId>
  72. <version>${hnqz.version}</version>
  73. </dependency>
  74. <dependency>
  75. <groupId>com.qunzhixinxi</groupId>
  76. <artifactId>hnqz-common-security</artifactId>
  77. <version>${hnqz.version}</version>
  78. </dependency>
  79. <dependency>
  80. <groupId>com.qunzhixinxi</groupId>
  81. <artifactId>hnqz-common-sentinel</artifactId>
  82. <version>${hnqz.version}</version>
  83. </dependency>
  84. <dependency>
  85. <groupId>com.qunzhixinxi</groupId>
  86. <artifactId>hnqz-common-feign</artifactId>
  87. <version>${hnqz.version}</version>
  88. </dependency>
  89. <dependency>
  90. <groupId>com.qunzhixinxi</groupId>
  91. <artifactId>hnqz-common-sequence</artifactId>
  92. <version>${hnqz.version}</version>
  93. </dependency>
  94. <dependency>
  95. <groupId>com.qunzhixinxi</groupId>
  96. <artifactId>hnqz-common-mq</artifactId>
  97. <version>${hnqz.version}</version>
  98. </dependency>
  99. <dependency>
  100. <groupId>com.qunzhixinxi</groupId>
  101. <artifactId>hnqz-upms-api</artifactId>
  102. <version>${hnqz.version}</version>
  103. </dependency>
  104. <!--mybatis plus extension,包含了mybatis plus core-->
  105. <dependency>
  106. <groupId>com.baomidou</groupId>
  107. <artifactId>mybatis-plus-extension</artifactId>
  108. <version>${mybatis-plus.version}</version>
  109. </dependency>
  110. <!--mybatis-->
  111. <dependency>
  112. <groupId>com.baomidou</groupId>
  113. <artifactId>mybatis-plus-boot-starter</artifactId>
  114. <version>${mybatis-plus.version}</version>
  115. </dependency>
  116. <dependency>
  117. <groupId>com.baomidou</groupId>
  118. <artifactId>dynamic-datasource-spring-boot-starter</artifactId>
  119. <version>${dynamic-ds.version}</version>
  120. </dependency>
  121. <!-- druid 连接池 -->
  122. <dependency>
  123. <groupId>com.alibaba</groupId>
  124. <artifactId>druid-spring-boot-starter</artifactId>
  125. <version>${druid.version}</version>
  126. </dependency>
  127. <!--mysql 驱动-->
  128. <dependency>
  129. <groupId>com.mysql</groupId>
  130. <artifactId>mysql-connector-j</artifactId>
  131. <version>${mysql.connector.version}</version>
  132. </dependency>
  133. <!--DM8-->
  134. <dependency>
  135. <groupId>com.dameng</groupId>
  136. <artifactId>DmJdbcDriver18</artifactId>
  137. <version>${dm.version}</version>
  138. </dependency>
  139. <dependency>
  140. <groupId>com.dameng</groupId>
  141. <artifactId>DmDialect-for-hibernate5.3</artifactId>
  142. <version>${dm.version}</version>
  143. </dependency>
  144. <dependency>
  145. <groupId>com.highgo</groupId>
  146. <artifactId>HgdbJdbc</artifactId>
  147. <version>${highgo.version}</version>
  148. </dependency>
  149. <!--fastjson-->
  150. <dependency>
  151. <groupId>com.alibaba</groupId>
  152. <artifactId>fastjson</artifactId>
  153. <version>${fastjson.version}</version>
  154. </dependency>
  155. <!-- io -->
  156. <dependency>
  157. <groupId>commons-io</groupId>
  158. <artifactId>commons-io</artifactId>
  159. <version>${commons-io.version}</version>
  160. </dependency>
  161. <!--微信依赖-->
  162. <dependency>
  163. <groupId>com.github.binarywang</groupId>
  164. <artifactId>weixin-java-mp</artifactId>
  165. <version>${mp.weixin.version}</version>
  166. </dependency>
  167. <dependency>
  168. <groupId>com.github.binarywang</groupId>
  169. <artifactId>weixin-java-common</artifactId>
  170. <version>${mp.weixin.version}</version>
  171. </dependency>
  172. <!--定义groovy 版本-->
  173. <dependency>
  174. <groupId>org.codehaus.groovy</groupId>
  175. <artifactId>groovy</artifactId>
  176. <version>${groovy.version}</version>
  177. </dependency>
  178. <!--稳定版本,替代spring security bom内置-->
  179. <dependency>
  180. <groupId>org.springframework.security.oauth</groupId>
  181. <artifactId>spring-security-oauth2</artifactId>
  182. <version>${security.oauth.version}</version>
  183. </dependency>
  184. </dependencies>
  185. </dependencyManagement>
  186. <build>
  187. <plugins>
  188. <!--避免和parent bom坐标不一致 -->
  189. <plugin>
  190. <groupId>com.pig4cloud.plugin</groupId>
  191. <artifactId>spring-cloud-maven-plugin</artifactId>
  192. <version>1.1.1</version>
  193. <executions>
  194. <execution>
  195. <phase>package</phase>
  196. <goals>
  197. <goal>info</goal>
  198. </goals>
  199. </execution>
  200. </executions>
  201. </plugin>
  202. <!-- nothing to do, but we need this to run docker:build form project root -->
  203. <plugin>
  204. <groupId>io.fabric8</groupId>
  205. <artifactId>docker-maven-plugin</artifactId>
  206. <version>0.32.0</version>
  207. <configuration>
  208. <skip>true</skip>
  209. </configuration>
  210. </plugin>
  211. <!--代码格式插件,默认使用spring 规则-->
  212. <plugin>
  213. <groupId>io.spring.javaformat</groupId>
  214. <artifactId>spring-javaformat-maven-plugin</artifactId>
  215. <version>0.0.22</version>
  216. </plugin>
  217. </plugins>
  218. </build>
  219. <pluginRepositories>
  220. <pluginRepository>
  221. <id>aliyun-plugin</id>
  222. <url>https://maven.aliyun.com/repository/public</url>
  223. <releases>
  224. <enabled>true</enabled>
  225. </releases>
  226. <snapshots>
  227. <enabled>false</enabled>
  228. </snapshots>
  229. </pluginRepository>
  230. </pluginRepositories>
  231. </project>