pom.xml 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  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>${hnqz.version}</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.21</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-transaction</artifactId>
  116. <version>${hnqz.version}</version>
  117. </dependency>
  118. <dependency>
  119. <groupId>com.qunzhixinxi</groupId>
  120. <artifactId>hnqz-upms-api</artifactId>
  121. <version>${hnqz.version}</version>
  122. </dependency>
  123. <!--mybatis plus extension,包含了mybatis plus core-->
  124. <dependency>
  125. <groupId>com.baomidou</groupId>
  126. <artifactId>mybatis-plus-extension</artifactId>
  127. <version>${mybatis-plus.version}</version>
  128. </dependency>
  129. <!--mybatis-->
  130. <dependency>
  131. <groupId>com.baomidou</groupId>
  132. <artifactId>mybatis-plus-boot-starter</artifactId>
  133. <version>${mybatis-plus.version}</version>
  134. </dependency>
  135. <dependency>
  136. <groupId>com.baomidou</groupId>
  137. <artifactId>dynamic-datasource-spring-boot-starter</artifactId>
  138. <version>${dynamic-ds.version}</version>
  139. </dependency>
  140. <!-- druid 连接池 -->
  141. <dependency>
  142. <groupId>com.alibaba</groupId>
  143. <artifactId>druid-spring-boot-starter</artifactId>
  144. <version>${druid.version}</version>
  145. </dependency>
  146. <!--mysql 驱动-->
  147. <dependency>
  148. <groupId>mysql</groupId>
  149. <artifactId>mysql-connector-java</artifactId>
  150. <version>${mysql.connector.version}</version>
  151. </dependency>
  152. <!--fastjson-->
  153. <dependency>
  154. <groupId>com.alibaba</groupId>
  155. <artifactId>fastjson</artifactId>
  156. <version>${fastjson.version}</version>
  157. </dependency>
  158. <!--swagger 最新依赖内置版本-->
  159. <dependency>
  160. <groupId>io.swagger</groupId>
  161. <artifactId>swagger-models</artifactId>
  162. <version>${swagger.core.version}</version>
  163. </dependency>
  164. <dependency>
  165. <groupId>io.swagger</groupId>
  166. <artifactId>swagger-annotations</artifactId>
  167. <version>${swagger.core.version}</version>
  168. </dependency>
  169. <!--微信依赖-->
  170. <dependency>
  171. <groupId>com.github.binarywang</groupId>
  172. <artifactId>weixin-java-mp</artifactId>
  173. <version>${mp.weixin.version}</version>
  174. </dependency>
  175. <dependency>
  176. <groupId>com.github.binarywang</groupId>
  177. <artifactId>weixin-java-common</artifactId>
  178. <version>${mp.weixin.version}</version>
  179. </dependency>
  180. <!--支付相关SDK-->
  181. <dependency>
  182. <groupId>com.github.javen205</groupId>
  183. <artifactId>IJPay</artifactId>
  184. <version>${ijpay.version}</version>
  185. </dependency>
  186. <dependency>
  187. <groupId>com.alipay.sdk</groupId>
  188. <artifactId>alipay-sdk-java</artifactId>
  189. <version>${aliyun.version}</version>
  190. </dependency>
  191. <!--定义groovy 版本-->
  192. <dependency>
  193. <groupId>org.codehaus.groovy</groupId>
  194. <artifactId>groovy</artifactId>
  195. <version>${groovy.version}</version>
  196. </dependency>
  197. <!--稳定版本,替代spring security bom内置-->
  198. <dependency>
  199. <groupId>org.springframework.security.oauth</groupId>
  200. <artifactId>spring-security-oauth2</artifactId>
  201. <version>${security.oauth.version}</version>
  202. </dependency>
  203. </dependencies>
  204. </dependencyManagement>
  205. <build>
  206. <plugins>
  207. <!--避免和parent bom坐标不一致 -->
  208. <plugin>
  209. <groupId>com.pig4cloud.plugin</groupId>
  210. <artifactId>spring-cloud-maven-plugin</artifactId>
  211. <version>1.1.1</version>
  212. <executions>
  213. <execution>
  214. <phase>package</phase>
  215. <goals>
  216. <goal>info</goal>
  217. </goals>
  218. </execution>
  219. </executions>
  220. </plugin>
  221. <!-- nothing to do, but we need this to run docker:build form project root -->
  222. <plugin>
  223. <groupId>io.fabric8</groupId>
  224. <artifactId>docker-maven-plugin</artifactId>
  225. <version>0.32.0</version>
  226. <configuration>
  227. <skip>true</skip>
  228. </configuration>
  229. </plugin>
  230. <!--代码格式插件,默认使用spring 规则-->
  231. <plugin>
  232. <groupId>io.spring.javaformat</groupId>
  233. <artifactId>spring-javaformat-maven-plugin</artifactId>
  234. <version>0.0.22</version>
  235. </plugin>
  236. </plugins>
  237. </build>
  238. <pluginRepositories>
  239. <pluginRepository>
  240. <id>aliyun-plugin</id>
  241. <url>https://maven.aliyun.com/repository/public</url>
  242. <releases>
  243. <enabled>true</enabled>
  244. </releases>
  245. <snapshots>
  246. <enabled>false</enabled>
  247. </snapshots>
  248. </pluginRepository>
  249. </pluginRepositories>
  250. </project>