.flattened-pom.xml 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4. <modelVersion>4.0.0</modelVersion>
  5. <groupId>com.pig4cloud</groupId>
  6. <artifactId>pig-common-bom</artifactId>
  7. <version>3.9.0</version>
  8. <packaging>pom</packaging>
  9. <name>pig-common-bom</name>
  10. <description>pig cloud parent</description>
  11. <url>pig cloud parent</url>
  12. <properties>
  13. <git.commit.plugin>9.0.1</git.commit.plugin>
  14. <shardingsphere.version>5.4.1</shardingsphere.version>
  15. <dynamic-ds.version>4.3.1</dynamic-ds.version>
  16. <maven.compiler.source>17</maven.compiler.source>
  17. <sentinel.version>1.8.4</sentinel.version>
  18. <sms.version>3.3.5</sms.version>
  19. <hutool.version>5.8.38</hutool.version>
  20. <mybatis-plus.version>3.5.12</mybatis-plus.version>
  21. <excel.version>3.4.2</excel.version>
  22. <jaxb.version>2.3.5</jaxb.version>
  23. <spring-boot.version>3.5.0</spring-boot.version>
  24. <common.io.version>2.18.0</common.io.version>
  25. <flatten-maven-plugin.version>1.6.0</flatten-maven-plugin.version>
  26. <revision>3.9.0</revision>
  27. <maven.compiler.target>17</maven.compiler.target>
  28. <springdoc.version>2.8.8</springdoc.version>
  29. <asm.version>7.1</asm.version>
  30. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  31. <fastjson.version>1.2.83_noneautotype</fastjson.version>
  32. <swagger.core.version>2.2.32</swagger.core.version>
  33. <seata.version>1.7.0</seata.version>
  34. <spring.checkstyle.plugin>0.0.43</spring.checkstyle.plugin>
  35. <mysql.version>9.2.0</mysql.version>
  36. </properties>
  37. <dependencyManagement>
  38. <dependencies>
  39. <dependency>
  40. <groupId>com.pig4cloud</groupId>
  41. <artifactId>pig-common-core</artifactId>
  42. <version>3.9.0</version>
  43. </dependency>
  44. <dependency>
  45. <groupId>com.pig4cloud</groupId>
  46. <artifactId>pig-common-datasource</artifactId>
  47. <version>3.9.0</version>
  48. </dependency>
  49. <dependency>
  50. <groupId>com.pig4cloud</groupId>
  51. <artifactId>pig-common-log</artifactId>
  52. <version>3.9.0</version>
  53. </dependency>
  54. <dependency>
  55. <groupId>com.pig4cloud</groupId>
  56. <artifactId>pig-common-mybatis</artifactId>
  57. <version>3.9.0</version>
  58. </dependency>
  59. <dependency>
  60. <groupId>com.pig4cloud</groupId>
  61. <artifactId>pig-common-oss</artifactId>
  62. <version>3.9.0</version>
  63. </dependency>
  64. <dependency>
  65. <groupId>com.pig4cloud</groupId>
  66. <artifactId>pig-common-security</artifactId>
  67. <version>3.9.0</version>
  68. </dependency>
  69. <dependency>
  70. <groupId>com.pig4cloud</groupId>
  71. <artifactId>pig-common-feign</artifactId>
  72. <version>3.9.0</version>
  73. </dependency>
  74. <dependency>
  75. <groupId>com.pig4cloud</groupId>
  76. <artifactId>pig-common-swagger</artifactId>
  77. <version>3.9.0</version>
  78. </dependency>
  79. <dependency>
  80. <groupId>com.pig4cloud</groupId>
  81. <artifactId>pig-common-xss</artifactId>
  82. <version>3.9.0</version>
  83. </dependency>
  84. <dependency>
  85. <groupId>com.pig4cloud</groupId>
  86. <artifactId>pig-common-excel</artifactId>
  87. <version>3.9.0</version>
  88. </dependency>
  89. <dependency>
  90. <groupId>com.pig4cloud</groupId>
  91. <artifactId>pig-upms-api</artifactId>
  92. <version>3.9.0</version>
  93. </dependency>
  94. <dependency>
  95. <groupId>com.mysql</groupId>
  96. <artifactId>mysql-connector-j</artifactId>
  97. <version>${mysql.version}</version>
  98. </dependency>
  99. <dependency>
  100. <groupId>org.springdoc</groupId>
  101. <artifactId>springdoc-openapi-starter-webflux-ui</artifactId>
  102. <version>${springdoc.version}</version>
  103. </dependency>
  104. <dependency>
  105. <groupId>org.springdoc</groupId>
  106. <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
  107. <version>${springdoc.version}</version>
  108. </dependency>
  109. <dependency>
  110. <groupId>org.springdoc</groupId>
  111. <artifactId>springdoc-openapi-starter-webmvc-api</artifactId>
  112. <version>${springdoc.version}</version>
  113. </dependency>
  114. <dependency>
  115. <groupId>io.swagger.core.v3</groupId>
  116. <artifactId>swagger-annotations-jakarta</artifactId>
  117. <version>${swagger.core.version}</version>
  118. </dependency>
  119. <dependency>
  120. <groupId>com.alibaba</groupId>
  121. <artifactId>fastjson</artifactId>
  122. <version>${fastjson.version}</version>
  123. </dependency>
  124. <dependency>
  125. <groupId>com.pig4cloud.excel</groupId>
  126. <artifactId>excel-spring-boot-starter</artifactId>
  127. <version>${excel.version}</version>
  128. </dependency>
  129. <dependency>
  130. <groupId>commons-io</groupId>
  131. <artifactId>commons-io</artifactId>
  132. <version>${common.io.version}</version>
  133. </dependency>
  134. <dependency>
  135. <groupId>org.apache.shardingsphere</groupId>
  136. <artifactId>shardingsphere-jdbc-core</artifactId>
  137. <version>${shardingsphere.version}</version>
  138. </dependency>
  139. <dependency>
  140. <groupId>com.baomidou</groupId>
  141. <artifactId>dynamic-datasource-spring-boot3-starter</artifactId>
  142. <version>${dynamic-ds.version}</version>
  143. </dependency>
  144. <dependency>
  145. <groupId>org.dromara.sms4j</groupId>
  146. <artifactId>sms4j-spring-boot-starter</artifactId>
  147. <version>${sms.version}</version>
  148. </dependency>
  149. <dependency>
  150. <groupId>com.baomidou</groupId>
  151. <artifactId>mybatis-plus-bom</artifactId>
  152. <version>${mybatis-plus.version}</version>
  153. <type>pom</type>
  154. <scope>import</scope>
  155. </dependency>
  156. <dependency>
  157. <groupId>cn.hutool</groupId>
  158. <artifactId>hutool-bom</artifactId>
  159. <version>${hutool.version}</version>
  160. <type>pom</type>
  161. <scope>import</scope>
  162. </dependency>
  163. <dependency>
  164. <groupId>org.springframework.boot</groupId>
  165. <artifactId>spring-boot-starter-web</artifactId>
  166. <version>${spring-boot.version}</version>
  167. <exclusions>
  168. <exclusion>
  169. <groupId>org.springframework.boot</groupId>
  170. <artifactId>spring-boot-starter-tomcat</artifactId>
  171. </exclusion>
  172. </exclusions>
  173. </dependency>
  174. </dependencies>
  175. </dependencyManagement>
  176. <build>
  177. <plugins>
  178. <plugin>
  179. <groupId>io.github.git-commit-id</groupId>
  180. <artifactId>git-commit-id-maven-plugin</artifactId>
  181. <version>${git.commit.plugin}</version>
  182. </plugin>
  183. <plugin>
  184. <groupId>io.spring.javaformat</groupId>
  185. <artifactId>spring-javaformat-maven-plugin</artifactId>
  186. <version>${spring.checkstyle.plugin}</version>
  187. </plugin>
  188. <plugin>
  189. <groupId>org.codehaus.mojo</groupId>
  190. <artifactId>flatten-maven-plugin</artifactId>
  191. <version>${flatten-maven-plugin.version}</version>
  192. <executions>
  193. <execution>
  194. <id>flatten</id>
  195. <phase>process-resources</phase>
  196. <goals>
  197. <goal>flatten</goal>
  198. </goals>
  199. </execution>
  200. <execution>
  201. <id>flatten.clean</id>
  202. <phase>clean</phase>
  203. <goals>
  204. <goal>clean</goal>
  205. </goals>
  206. </execution>
  207. </executions>
  208. <configuration>
  209. <flattenMode>resolveCiFriendliesOnly</flattenMode>
  210. <updatePomFile>true</updatePomFile>
  211. </configuration>
  212. </plugin>
  213. </plugins>
  214. </build>
  215. </project>