pom.xml 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276
  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.84</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>net.yyc.common</groupId>
  107. <artifactId>yyc-common-log</artifactId>
  108. <version>${yyc.common.version}</version>
  109. </dependency>
  110. <dependency>
  111. <groupId>com.baomidou</groupId>
  112. <artifactId>mybatis-plus-extension</artifactId>
  113. <version>${mybatis-plus.version}</version>
  114. </dependency>
  115. <!--mybatis-->
  116. <dependency>
  117. <groupId>com.baomidou</groupId>
  118. <artifactId>mybatis-plus-boot-starter</artifactId>
  119. <version>${mybatis-plus.version}</version>
  120. </dependency>
  121. <dependency>
  122. <groupId>com.baomidou</groupId>
  123. <artifactId>dynamic-datasource-spring-boot-starter</artifactId>
  124. <version>${dynamic-ds.version}</version>
  125. </dependency>
  126. <!-- druid 连接池 -->
  127. <dependency>
  128. <groupId>com.alibaba</groupId>
  129. <artifactId>druid-spring-boot-starter</artifactId>
  130. <version>${druid.version}</version>
  131. </dependency>
  132. <!--mysql 驱动-->
  133. <dependency>
  134. <groupId>mysql</groupId>
  135. <artifactId>mysql-connector-java</artifactId>
  136. <version>${mysql.connector.version}</version>
  137. </dependency>
  138. <!--fastjson-->
  139. <dependency>
  140. <groupId>com.alibaba</groupId>
  141. <artifactId>fastjson</artifactId>
  142. <version>${fastjson.version}</version>
  143. </dependency>
  144. <!--&lt;!&ndash;swagger 最新依赖内置版本&ndash;&gt;-->
  145. <!--<dependency>-->
  146. <!-- <groupId>io.swagger</groupId>-->
  147. <!-- <artifactId>swagger-models</artifactId>-->
  148. <!-- <version>${swagger.core.version}</version>-->
  149. <!--</dependency>-->
  150. <!--<dependency>-->
  151. <!-- <groupId>io.swagger</groupId>-->
  152. <!-- <artifactId>swagger-annotations</artifactId>-->
  153. <!-- <version>${swagger.core.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. <!--支付相关SDK-->
  173. <dependency>
  174. <groupId>com.github.javen205</groupId>
  175. <artifactId>IJPay</artifactId>
  176. <version>${ijpay.version}</version>
  177. </dependency>
  178. <dependency>
  179. <groupId>com.alipay.sdk</groupId>
  180. <artifactId>alipay-sdk-java</artifactId>
  181. <version>${aliyun.version}</version>
  182. </dependency>
  183. <!--定义groovy 版本-->
  184. <dependency>
  185. <groupId>org.codehaus.groovy</groupId>
  186. <artifactId>groovy</artifactId>
  187. <version>${groovy.version}</version>
  188. </dependency>
  189. <!--稳定版本,替代spring security bom内置-->
  190. <dependency>
  191. <groupId>org.springframework.security.oauth</groupId>
  192. <artifactId>spring-security-oauth2</artifactId>
  193. <version>${security.oauth.version}</version>
  194. </dependency>
  195. <!--pdf文档处理-->
  196. <dependency>
  197. <groupId>com.itextpdf</groupId>
  198. <artifactId>itextpdf</artifactId>
  199. <version>${itext.version}</version>
  200. </dependency>
  201. </dependencies>
  202. </dependencyManagement>
  203. <distributionManagement>
  204. <repository>
  205. <id>yaoyi</id>
  206. <name>yaoyi</name>
  207. <url>https://artifact.yaoyi.net/repository/maven-releases/</url>
  208. </repository>
  209. <snapshotRepository>
  210. <id>yaoyi</id>
  211. <name>yaoyi</name>
  212. <url>https://artifact.yaoyi.net/repository/maven-snapshots/</url>
  213. </snapshotRepository>
  214. </distributionManagement>
  215. <build>
  216. <plugins>
  217. <plugin>
  218. <groupId>org.apache.maven.plugins</groupId>
  219. <artifactId>maven-deploy-plugin</artifactId>
  220. <version>3.1.2</version>
  221. <configuration>
  222. <skip>false</skip>
  223. </configuration>
  224. </plugin>
  225. <!--避免和parent bom坐标不一致 -->
  226. <plugin>
  227. <groupId>com.pig4cloud.plugin</groupId>
  228. <artifactId>spring-cloud-maven-plugin</artifactId>
  229. <version>1.1.1</version>
  230. <executions>
  231. <execution>
  232. <phase>package</phase>
  233. <goals>
  234. <goal>info</goal>
  235. </goals>
  236. </execution>
  237. </executions>
  238. </plugin>
  239. <!-- nothing to do, but we need this to run docker:build form project root -->
  240. <plugin>
  241. <groupId>io.fabric8</groupId>
  242. <artifactId>docker-maven-plugin</artifactId>
  243. <version>0.32.0</version>
  244. <configuration>
  245. <skip>true</skip>
  246. </configuration>
  247. </plugin>
  248. <!--代码格式插件,默认使用spring 规则-->
  249. <plugin>
  250. <groupId>io.spring.javaformat</groupId>
  251. <artifactId>spring-javaformat-maven-plugin</artifactId>
  252. <version>0.0.22</version>
  253. </plugin>
  254. </plugins>
  255. </build>
  256. <pluginRepositories>
  257. <pluginRepository>
  258. <id>yaoyi</id>
  259. <name>yaoyi</name>
  260. <url>https://artifact.yaoyi.net/repository/maven-public/</url>
  261. <releases>
  262. <enabled>true</enabled>
  263. </releases>
  264. <snapshots>
  265. <enabled>true</enabled>
  266. <updatePolicy>always</updatePolicy>
  267. </snapshots>
  268. </pluginRepository>
  269. </pluginRepositories>
  270. </project>