pom.xml 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266
  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. <mp.weixin.version>3.7.0</mp.weixin.version>
  24. <ijpay.version>1.2.0</ijpay.version>
  25. <groovy.version>3.0.3</groovy.version>
  26. <security.oauth.version>2.3.6.RELEASE</security.oauth.version>
  27. <fastjson.version>1.2.69</fastjson.version>
  28. <aliyun.version>3.0.52.ALL</aliyun.version>
  29. <commons-io.version>2.8.0</commons-io.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. <!--&lt;!&ndash;swagger 最新依赖内置版本&ndash;&gt;-->
  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. <!-- io -->
  175. <dependency>
  176. <groupId>commons-io</groupId>
  177. <artifactId>commons-io</artifactId>
  178. <version>${commons-io.version}</version>
  179. </dependency>
  180. <!--微信依赖-->
  181. <dependency>
  182. <groupId>com.github.binarywang</groupId>
  183. <artifactId>weixin-java-mp</artifactId>
  184. <version>${mp.weixin.version}</version>
  185. </dependency>
  186. <dependency>
  187. <groupId>com.github.binarywang</groupId>
  188. <artifactId>weixin-java-common</artifactId>
  189. <version>${mp.weixin.version}</version>
  190. </dependency>
  191. <!--支付相关SDK-->
  192. <dependency>
  193. <groupId>com.github.javen205</groupId>
  194. <artifactId>IJPay</artifactId>
  195. <version>${ijpay.version}</version>
  196. </dependency>
  197. <dependency>
  198. <groupId>com.alipay.sdk</groupId>
  199. <artifactId>alipay-sdk-java</artifactId>
  200. <version>${aliyun.version}</version>
  201. </dependency>
  202. <!--定义groovy 版本-->
  203. <dependency>
  204. <groupId>org.codehaus.groovy</groupId>
  205. <artifactId>groovy</artifactId>
  206. <version>${groovy.version}</version>
  207. </dependency>
  208. <!--稳定版本,替代spring security bom内置-->
  209. <dependency>
  210. <groupId>org.springframework.security.oauth</groupId>
  211. <artifactId>spring-security-oauth2</artifactId>
  212. <version>${security.oauth.version}</version>
  213. </dependency>
  214. </dependencies>
  215. </dependencyManagement>
  216. <build>
  217. <plugins>
  218. <!--避免和parent bom坐标不一致 -->
  219. <plugin>
  220. <groupId>com.pig4cloud.plugin</groupId>
  221. <artifactId>spring-cloud-maven-plugin</artifactId>
  222. <version>1.1.1</version>
  223. <executions>
  224. <execution>
  225. <phase>package</phase>
  226. <goals>
  227. <goal>info</goal>
  228. </goals>
  229. </execution>
  230. </executions>
  231. </plugin>
  232. <!-- nothing to do, but we need this to run docker:build form project root -->
  233. <plugin>
  234. <groupId>io.fabric8</groupId>
  235. <artifactId>docker-maven-plugin</artifactId>
  236. <version>0.32.0</version>
  237. <configuration>
  238. <skip>true</skip>
  239. </configuration>
  240. </plugin>
  241. <!--代码格式插件,默认使用spring 规则-->
  242. <plugin>
  243. <groupId>io.spring.javaformat</groupId>
  244. <artifactId>spring-javaformat-maven-plugin</artifactId>
  245. <version>0.0.22</version>
  246. </plugin>
  247. </plugins>
  248. </build>
  249. <pluginRepositories>
  250. <pluginRepository>
  251. <id>aliyun-plugin</id>
  252. <url>https://maven.aliyun.com/repository/public</url>
  253. <releases>
  254. <enabled>true</enabled>
  255. </releases>
  256. <snapshots>
  257. <enabled>false</enabled>
  258. </snapshots>
  259. </pluginRepository>
  260. </pluginRepositories>
  261. </project>