pom.xml 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260
  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.3.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. <swagger.core.version>1.5.22</swagger.core.version>
  24. <mp.weixin.version>3.7.0</mp.weixin.version>
  25. <ijpay.version>1.2.0</ijpay.version>
  26. <groovy.version>3.0.3</groovy.version>
  27. <security.oauth.version>2.3.6.RELEASE</security.oauth.version>
  28. <fastjson.version>1.2.69</fastjson.version>
  29. <aliyun.version>3.0.52.ALL</aliyun.version>
  30. </properties>
  31. <dependencyManagement>
  32. <dependencies>
  33. <dependency>
  34. <groupId>com.qunzhixinxi</groupId>
  35. <artifactId>hnqz-common-core</artifactId>
  36. <version>${hnqz.version}</version>
  37. </dependency>
  38. <dependency>
  39. <groupId>com.qunzhixinxi</groupId>
  40. <artifactId>hnqz-common-data</artifactId>
  41. <version>${hnqz.version}</version>
  42. </dependency>
  43. <dependency>
  44. <groupId>com.qunzhixinxi</groupId>
  45. <artifactId>hnqz-common-gateway</artifactId>
  46. <version>${hnqz.version}</version>
  47. </dependency>
  48. <dependency>
  49. <groupId>com.qunzhixinxi</groupId>
  50. <artifactId>hnqz-common-gray</artifactId>
  51. <version>${hnqz.version}</version>
  52. </dependency>
  53. <dependency>
  54. <groupId>com.qunzhixinxi</groupId>
  55. <artifactId>hnqz-common-datasource</artifactId>
  56. <version>${hnqz.version}</version>
  57. </dependency>
  58. <dependency>
  59. <groupId>com.qunzhixinxi</groupId>
  60. <artifactId>hnqz-common-job</artifactId>
  61. <version>${hnqz.version}</version>
  62. </dependency>
  63. <dependency>
  64. <groupId>com.qunzhixinxi</groupId>
  65. <artifactId>hnqz-common-log</artifactId>
  66. <version>${hnqz.version}</version>
  67. </dependency>
  68. <dependency>
  69. <groupId>com.qunzhixinxi</groupId>
  70. <artifactId>hnqz-common-oss</artifactId>
  71. <version>${hnqz.version}</version>
  72. </dependency>
  73. <dependency>
  74. <groupId>com.qunzhixinxi</groupId>
  75. <artifactId>hnqz-common-ding</artifactId>
  76. <version>${hnqz.version}</version>
  77. </dependency>
  78. <dependency>
  79. <groupId>com.qunzhixinxi</groupId>
  80. <artifactId>hnqz-common-qcc</artifactId>
  81. <version>${hnqz.version}</version>
  82. </dependency>
  83. <dependency>
  84. <groupId>com.qunzhixinxi</groupId>
  85. <artifactId>hnqz-common-security</artifactId>
  86. <version>${hnqz.version}</version>
  87. </dependency>
  88. <dependency>
  89. <groupId>com.qunzhixinxi</groupId>
  90. <artifactId>hnqz-common-sentinel</artifactId>
  91. <version>${hnqz.version}</version>
  92. </dependency>
  93. <dependency>
  94. <groupId>com.qunzhixinxi</groupId>
  95. <artifactId>hnqz-common-feign</artifactId>
  96. <version>${hnqz.version}</version>
  97. </dependency>
  98. <!--<dependency>-->
  99. <!-- <groupId>com.qunzhixinxi</groupId>-->
  100. <!-- <artifactId>hnqz-common-sequence</artifactId>-->
  101. <!-- <version>${hnqz.version}</version>-->
  102. <!--</dependency>-->
  103. <dependency>
  104. <groupId>com.qunzhixinxi</groupId>
  105. <artifactId>hnqz-common-swagger</artifactId>
  106. <version>${hnqz.version}</version>
  107. </dependency>
  108. <dependency>
  109. <groupId>com.qunzhixinxi</groupId>
  110. <artifactId>hnqz-common-taxhelper</artifactId>
  111. <version>${hnqz.version}</version>
  112. </dependency>
  113. <dependency>
  114. <groupId>com.qunzhixinxi</groupId>
  115. <artifactId>hnqz-common-mq</artifactId>
  116. <version>${hnqz.version}</version>
  117. </dependency>
  118. <!--<dependency>-->
  119. <!-- <groupId>com.qunzhixinxi</groupId>-->
  120. <!-- <artifactId>hnqz-common-transaction</artifactId>-->
  121. <!-- <version>${hnqz.version}</version>-->
  122. <!--</dependency>-->
  123. <dependency>
  124. <groupId>com.qunzhixinxi</groupId>
  125. <artifactId>hnqz-upms-api</artifactId>
  126. <version>${hnqz.version}</version>
  127. </dependency>
  128. <!--mybatis plus extension,包含了mybatis plus core-->
  129. <dependency>
  130. <groupId>com.baomidou</groupId>
  131. <artifactId>mybatis-plus-extension</artifactId>
  132. <version>${mybatis-plus.version}</version>
  133. </dependency>
  134. <!--mybatis-->
  135. <dependency>
  136. <groupId>com.baomidou</groupId>
  137. <artifactId>mybatis-plus-boot-starter</artifactId>
  138. <version>${mybatis-plus.version}</version>
  139. </dependency>
  140. <dependency>
  141. <groupId>com.baomidou</groupId>
  142. <artifactId>dynamic-datasource-spring-boot-starter</artifactId>
  143. <version>${dynamic-ds.version}</version>
  144. </dependency>
  145. <!-- druid 连接池 -->
  146. <dependency>
  147. <groupId>com.alibaba</groupId>
  148. <artifactId>druid-spring-boot-starter</artifactId>
  149. <version>${druid.version}</version>
  150. </dependency>
  151. <!--mysql 驱动-->
  152. <dependency>
  153. <groupId>mysql</groupId>
  154. <artifactId>mysql-connector-java</artifactId>
  155. <version>${mysql.connector.version}</version>
  156. </dependency>
  157. <!--fastjson-->
  158. <dependency>
  159. <groupId>com.alibaba</groupId>
  160. <artifactId>fastjson</artifactId>
  161. <version>${fastjson.version}</version>
  162. </dependency>
  163. <!--swagger 最新依赖内置版本-->
  164. <dependency>
  165. <groupId>io.swagger</groupId>
  166. <artifactId>swagger-models</artifactId>
  167. <version>${swagger.core.version}</version>
  168. </dependency>
  169. <dependency>
  170. <groupId>io.swagger</groupId>
  171. <artifactId>swagger-annotations</artifactId>
  172. <version>${swagger.core.version}</version>
  173. </dependency>
  174. <!--微信依赖-->
  175. <dependency>
  176. <groupId>com.github.binarywang</groupId>
  177. <artifactId>weixin-java-mp</artifactId>
  178. <version>${mp.weixin.version}</version>
  179. </dependency>
  180. <dependency>
  181. <groupId>com.github.binarywang</groupId>
  182. <artifactId>weixin-java-common</artifactId>
  183. <version>${mp.weixin.version}</version>
  184. </dependency>
  185. <!--支付相关SDK-->
  186. <dependency>
  187. <groupId>com.github.javen205</groupId>
  188. <artifactId>IJPay</artifactId>
  189. <version>${ijpay.version}</version>
  190. </dependency>
  191. <dependency>
  192. <groupId>com.alipay.sdk</groupId>
  193. <artifactId>alipay-sdk-java</artifactId>
  194. <version>${aliyun.version}</version>
  195. </dependency>
  196. <!--定义groovy 版本-->
  197. <dependency>
  198. <groupId>org.codehaus.groovy</groupId>
  199. <artifactId>groovy</artifactId>
  200. <version>${groovy.version}</version>
  201. </dependency>
  202. <!--稳定版本,替代spring security bom内置-->
  203. <dependency>
  204. <groupId>org.springframework.security.oauth</groupId>
  205. <artifactId>spring-security-oauth2</artifactId>
  206. <version>${security.oauth.version}</version>
  207. </dependency>
  208. </dependencies>
  209. </dependencyManagement>
  210. <build>
  211. <plugins>
  212. <!--避免和parent bom坐标不一致 -->
  213. <plugin>
  214. <groupId>com.pig4cloud.plugin</groupId>
  215. <artifactId>spring-cloud-maven-plugin</artifactId>
  216. <version>1.1.1</version>
  217. <executions>
  218. <execution>
  219. <phase>package</phase>
  220. <goals>
  221. <goal>info</goal>
  222. </goals>
  223. </execution>
  224. </executions>
  225. </plugin>
  226. <!-- nothing to do, but we need this to run docker:build form project root -->
  227. <plugin>
  228. <groupId>io.fabric8</groupId>
  229. <artifactId>docker-maven-plugin</artifactId>
  230. <version>0.32.0</version>
  231. <configuration>
  232. <skip>true</skip>
  233. </configuration>
  234. </plugin>
  235. <!--代码格式插件,默认使用spring 规则-->
  236. <plugin>
  237. <groupId>io.spring.javaformat</groupId>
  238. <artifactId>spring-javaformat-maven-plugin</artifactId>
  239. <version>0.0.22</version>
  240. </plugin>
  241. </plugins>
  242. </build>
  243. <pluginRepositories>
  244. <pluginRepository>
  245. <id>aliyun-plugin</id>
  246. <url>https://maven.aliyun.com/repository/public</url>
  247. <releases>
  248. <enabled>true</enabled>
  249. </releases>
  250. <snapshots>
  251. <enabled>false</enabled>
  252. </snapshots>
  253. </pluginRepository>
  254. </pluginRepositories>
  255. </project>