pom.xml 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  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>net.yyc.common</groupId>
  13. <artifactId>yyc-common-bom</artifactId>
  14. <packaging>pom</packaging>
  15. <version>1.0.0-SNAPSHOT</version>
  16. <description>hnqz 公共版本控制</description>
  17. <properties>
  18. <yyc.common.version>1.0.0-SNAPSHOT</yyc.common.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.83</fastjson.version>
  28. <aliyun.version>3.0.52.ALL</aliyun.version>
  29. <commons-io.version>2.8.0</commons-io.version>
  30. <itext.version>5.5.13.2</itext.version>
  31. <maven.deploy.skip>true</maven.deploy.skip>
  32. </properties>
  33. <dependencyManagement>
  34. <dependencies>
  35. <dependency>
  36. <groupId>net.yyc.common</groupId>
  37. <artifactId>yyc-common-core</artifactId>
  38. <version>${yyc.common.version}</version>
  39. </dependency>
  40. <dependency>
  41. <groupId>net.yyc.common</groupId>
  42. <artifactId>yyc-common-gateway</artifactId>
  43. <version>${yyc.common.version}</version>
  44. </dependency>
  45. <dependency>
  46. <groupId>net.yyc.common</groupId>
  47. <artifactId>yyc-common-gray</artifactId>
  48. <version>${yyc.common.version}</version>
  49. </dependency>
  50. <dependency>
  51. <groupId>net.yyc.common</groupId>
  52. <artifactId>yyc-common-datasource</artifactId>
  53. <version>${yyc.common.version}</version>
  54. </dependency>
  55. <dependency>
  56. <groupId>net.yyc.common</groupId>
  57. <artifactId>yyc-common-job</artifactId>
  58. <version>${yyc.common.version}</version>
  59. </dependency>
  60. <dependency>
  61. <groupId>net.yyc.common</groupId>
  62. <artifactId>yyc-common-oss</artifactId>
  63. <version>${yyc.common.version}</version>
  64. </dependency>
  65. <dependency>
  66. <groupId>net.yyc.common</groupId>
  67. <artifactId>yyc-common-ding</artifactId>
  68. <version>${yyc.common.version}</version>
  69. </dependency>
  70. <dependency>
  71. <groupId>net.yyc.common</groupId>
  72. <artifactId>yyc-common-qcc</artifactId>
  73. <version>${yyc.common.version}</version>
  74. </dependency>
  75. <dependency>
  76. <groupId>net.yyc.common</groupId>
  77. <artifactId>yyc-common-security</artifactId>
  78. <version>${yyc.common.version}</version>
  79. </dependency>
  80. <dependency>
  81. <groupId>net.yyc.common</groupId>
  82. <artifactId>yyc-common-sentinel</artifactId>
  83. <version>${yyc.common.version}</version>
  84. </dependency>
  85. <dependency>
  86. <groupId>net.yyc.common</groupId>
  87. <artifactId>yyc-common-feign</artifactId>
  88. <version>${yyc.common.version}</version>
  89. </dependency>
  90. <dependency>
  91. <groupId>net.yyc.common</groupId>
  92. <artifactId>yyc-common-sequence</artifactId>
  93. <version>${yyc.common.version}</version>
  94. </dependency>
  95. <dependency>
  96. <groupId>net.yyc.common</groupId>
  97. <artifactId>yyc-common-taxhelper</artifactId>
  98. <version>${yyc.common.version}</version>
  99. </dependency>
  100. <dependency>
  101. <groupId>net.yyc.common</groupId>
  102. <artifactId>yyc-common-mq</artifactId>
  103. <version>${yyc.common.version}</version>
  104. </dependency>
  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>mysql</groupId>
  130. <artifactId>mysql-connector-java</artifactId>
  131. <version>${mysql.connector.version}</version>
  132. </dependency>
  133. <!--fastjson-->
  134. <dependency>
  135. <groupId>com.alibaba</groupId>
  136. <artifactId>fastjson</artifactId>
  137. <version>${fastjson.version}</version>
  138. </dependency>
  139. <!--&lt;!&ndash;swagger 最新依赖内置版本&ndash;&gt;-->
  140. <!--<dependency>-->
  141. <!-- <groupId>io.swagger</groupId>-->
  142. <!-- <artifactId>swagger-models</artifactId>-->
  143. <!-- <version>${swagger.core.version}</version>-->
  144. <!--</dependency>-->
  145. <!--<dependency>-->
  146. <!-- <groupId>io.swagger</groupId>-->
  147. <!-- <artifactId>swagger-annotations</artifactId>-->
  148. <!-- <version>${swagger.core.version}</version>-->
  149. <!--</dependency>-->
  150. <!-- io -->
  151. <dependency>
  152. <groupId>commons-io</groupId>
  153. <artifactId>commons-io</artifactId>
  154. <version>${commons-io.version}</version>
  155. </dependency>
  156. <!--微信依赖-->
  157. <dependency>
  158. <groupId>com.github.binarywang</groupId>
  159. <artifactId>weixin-java-mp</artifactId>
  160. <version>${mp.weixin.version}</version>
  161. </dependency>
  162. <dependency>
  163. <groupId>com.github.binarywang</groupId>
  164. <artifactId>weixin-java-common</artifactId>
  165. <version>${mp.weixin.version}</version>
  166. </dependency>
  167. <!--支付相关SDK-->
  168. <dependency>
  169. <groupId>com.github.javen205</groupId>
  170. <artifactId>IJPay</artifactId>
  171. <version>${ijpay.version}</version>
  172. </dependency>
  173. <dependency>
  174. <groupId>com.alipay.sdk</groupId>
  175. <artifactId>alipay-sdk-java</artifactId>
  176. <version>${aliyun.version}</version>
  177. </dependency>
  178. <!--定义groovy 版本-->
  179. <dependency>
  180. <groupId>org.codehaus.groovy</groupId>
  181. <artifactId>groovy</artifactId>
  182. <version>${groovy.version}</version>
  183. </dependency>
  184. <!--稳定版本,替代spring security bom内置-->
  185. <dependency>
  186. <groupId>org.springframework.security.oauth</groupId>
  187. <artifactId>spring-security-oauth2</artifactId>
  188. <version>${security.oauth.version}</version>
  189. </dependency>
  190. <!--pdf文档处理-->
  191. <dependency>
  192. <groupId>com.itextpdf</groupId>
  193. <artifactId>itextpdf</artifactId>
  194. <version>${itext.version}</version>
  195. </dependency>
  196. </dependencies>
  197. </dependencyManagement>
  198. <distributionManagement>
  199. <repository>
  200. <id>yaoyi</id>
  201. <name>yaoyi</name>
  202. <url>https://artifact.yaoyi.net/repository/maven-releases/</url>
  203. </repository>
  204. <snapshotRepository>
  205. <id>yaoyi</id>
  206. <name>yaoyi</name>
  207. <url>https://artifact.yaoyi.net/repository/maven-snapshots/</url>
  208. </snapshotRepository>
  209. </distributionManagement>
  210. <build>
  211. <plugins>
  212. <plugin>
  213. <groupId>org.apache.maven.plugins</groupId>
  214. <artifactId>maven-deploy-plugin</artifactId>
  215. <version>3.1.2</version>
  216. <configuration>
  217. <skip>false</skip>
  218. </configuration>
  219. </plugin>
  220. <!--避免和parent bom坐标不一致 -->
  221. <plugin>
  222. <groupId>com.pig4cloud.plugin</groupId>
  223. <artifactId>spring-cloud-maven-plugin</artifactId>
  224. <version>1.1.1</version>
  225. <executions>
  226. <execution>
  227. <phase>package</phase>
  228. <goals>
  229. <goal>info</goal>
  230. </goals>
  231. </execution>
  232. </executions>
  233. </plugin>
  234. <!-- nothing to do, but we need this to run docker:build form project root -->
  235. <plugin>
  236. <groupId>io.fabric8</groupId>
  237. <artifactId>docker-maven-plugin</artifactId>
  238. <version>0.32.0</version>
  239. <configuration>
  240. <skip>true</skip>
  241. </configuration>
  242. </plugin>
  243. <!--代码格式插件,默认使用spring 规则-->
  244. <plugin>
  245. <groupId>io.spring.javaformat</groupId>
  246. <artifactId>spring-javaformat-maven-plugin</artifactId>
  247. <version>0.0.22</version>
  248. </plugin>
  249. </plugins>
  250. </build>
  251. <pluginRepositories>
  252. <pluginRepository>
  253. <id>yaoyi</id>
  254. <name>yaoyi</name>
  255. <url>https://artifact.yaoyi.net/repository/maven-public/</url>
  256. <releases>
  257. <enabled>true</enabled>
  258. </releases>
  259. <snapshots>
  260. <enabled>true</enabled>
  261. <updatePolicy>always</updatePolicy>
  262. </snapshots>
  263. </pluginRepository>
  264. </pluginRepositories>
  265. </project>