pom.xml 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323
  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. <groupId>com.chelvc.framework</groupId>
  7. <artifactId>framework-dependencies</artifactId>
  8. <version>1.0.0-RELEASE</version>
  9. <packaging>pom</packaging>
  10. <properties>
  11. <maven.compiler.source>1.8</maven.compiler.source>
  12. <maven.compiler.target>1.8</maven.compiler.target>
  13. <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
  14. <maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
  15. <maven-source-plugin.version>3.2.1</maven-source-plugin.version>
  16. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  17. <mvel.version>2.5.0.Final</mvel.version>
  18. <poi.version>5.0.0</poi.version>
  19. <mail.version>1.4.7</mail.version>
  20. <guava.version>23.0</guava.version>
  21. <zxing.version>3.4.1</zxing.version>
  22. <xerces.version>2.12.0</xerces.version>
  23. <lombok.version>1.18.18</lombok.version>
  24. <bcpkix-jdk15on.version>1.64</bcpkix-jdk15on.version>
  25. <pinyin4j.version>2.5.1</pinyin4j.version>
  26. <protostuff.version>1.7.2</protostuff.version>
  27. <xmpcore.version>6.1.11</xmpcore.version>
  28. <xmlbeans.version>5.0.0</xmlbeans.version>
  29. <thumbnailator.version>0.4.14</thumbnailator.version>
  30. <geocoder.version>2.184</geocoder.version>
  31. <libphonenumber.version>8.12.48</libphonenumber.version>
  32. <metadata-extractor.version>2.15.0</metadata-extractor.version>
  33. <orika-core.version>1.5.4</orika-core.version>
  34. <commons-collections4.version>4.4</commons-collections4.version>
  35. <jsoup.version>1.13.1</jsoup.version>
  36. <dubbo.version>3.0.12</dubbo.version>
  37. <mapstruct-processor.version>1.5.2.Final</mapstruct-processor.version>
  38. <lombok-mapstruct-binding.version>0.2.0</lombok-mapstruct-binding.version>
  39. <userAgentUtils.version>1.21</userAgentUtils.version>
  40. <fastdfs-client.version>1.27.2</fastdfs-client.version>
  41. <feign-httpclient.version>11.1</feign-httpclient.version>
  42. <rocketmq-client-java.version>5.0.5</rocketmq-client-java.version>
  43. <kafka-clients.version>2.8.1</kafka-clients.version>
  44. <spring-kafka.version>2.8.1</spring-kafka.version>
  45. <mybatis-plus.version>3.4.2</mybatis-plus.version>
  46. <mybatis-plus-generator.version>3.4.1</mybatis-plus-generator.version>
  47. <mybatis-plus-boot-starter.version>3.4.2</mybatis-plus-boot-starter.version>
  48. <dynamic-datasource-spring-boot-starter.version>3.3.2</dynamic-datasource-spring-boot-starter.version>
  49. <skywalking-logback.version>8.11.0</skywalking-logback.version>
  50. <dubbo-spring-boot-starter.version>3.0.12</dubbo-spring-boot-starter.version>
  51. <nacos-spring-context.version>0.3.6</nacos-spring-context.version>
  52. <nacos-config-spring-boot-starter.version>0.2.1</nacos-config-spring-boot-starter.version>
  53. <spring-security-jwt.version>1.1.1.RELEASE</spring-security-jwt.version>
  54. <spring-security-oauth2.version>2.3.8.RELEASE</spring-security-oauth2.version>
  55. <spring-boot-dependencies.version>2.3.9.RELEASE</spring-boot-dependencies.version>
  56. <spring-cloud-dependencies.version>Hoxton.SR10</spring-cloud-dependencies.version>
  57. <spring-cloud-alibaba-dependencies.version>2.2.9.RELEASE</spring-cloud-alibaba-dependencies.version>
  58. </properties>
  59. <dependencyManagement>
  60. <dependencies>
  61. <dependency>
  62. <groupId>org.mvel</groupId>
  63. <artifactId>mvel2</artifactId>
  64. <version>${mvel.version}</version>
  65. </dependency>
  66. <dependency>
  67. <groupId>javax.mail</groupId>
  68. <artifactId>mail</artifactId>
  69. <version>${mail.version}</version>
  70. </dependency>
  71. <dependency>
  72. <groupId>com.google.guava</groupId>
  73. <artifactId>guava</artifactId>
  74. <version>${guava.version}</version>
  75. </dependency>
  76. <dependency>
  77. <groupId>com.google.zxing</groupId>
  78. <artifactId>javase</artifactId>
  79. <version>${zxing.version}</version>
  80. </dependency>
  81. <dependency>
  82. <groupId>xerces</groupId>
  83. <artifactId>xercesImpl</artifactId>
  84. <version>${xerces.version}</version>
  85. </dependency>
  86. <dependency>
  87. <groupId>org.bouncycastle</groupId>
  88. <artifactId>bcpkix-jdk15on</artifactId>
  89. <version>${bcpkix-jdk15on.version}</version>
  90. </dependency>
  91. <dependency>
  92. <groupId>com.belerweb</groupId>
  93. <artifactId>pinyin4j</artifactId>
  94. <version>${pinyin4j.version}</version>
  95. </dependency>
  96. <dependency>
  97. <groupId>org.apache.poi</groupId>
  98. <artifactId>poi</artifactId>
  99. <version>${poi.version}</version>
  100. </dependency>
  101. <dependency>
  102. <groupId>org.apache.poi</groupId>
  103. <artifactId>poi-ooxml</artifactId>
  104. <version>${poi.version}</version>
  105. </dependency>
  106. <dependency>
  107. <groupId>org.apache.xmlbeans</groupId>
  108. <artifactId>xmlbeans</artifactId>
  109. <version>${xmlbeans.version}</version>
  110. </dependency>
  111. <dependency>
  112. <groupId>io.protostuff</groupId>
  113. <artifactId>protostuff-core</artifactId>
  114. <version>${protostuff.version}</version>
  115. </dependency>
  116. <dependency>
  117. <groupId>io.protostuff</groupId>
  118. <artifactId>protostuff-runtime</artifactId>
  119. <version>${protostuff.version}</version>
  120. </dependency>
  121. <dependency>
  122. <groupId>com.adobe.xmp</groupId>
  123. <artifactId>xmpcore</artifactId>
  124. <version>${xmpcore.version}</version>
  125. </dependency>
  126. <dependency>
  127. <groupId>net.coobird</groupId>
  128. <artifactId>thumbnailator</artifactId>
  129. <version>${thumbnailator.version}</version>
  130. </dependency>
  131. <dependency>
  132. <groupId>com.googlecode.libphonenumber</groupId>
  133. <artifactId>libphonenumber</artifactId>
  134. <version>${libphonenumber.version}</version>
  135. </dependency>
  136. <dependency>
  137. <groupId>com.googlecode.libphonenumber</groupId>
  138. <artifactId>geocoder</artifactId>
  139. <version>${geocoder.version}</version>
  140. </dependency>
  141. <dependency>
  142. <groupId>com.drewnoakes</groupId>
  143. <artifactId>metadata-extractor</artifactId>
  144. <version>${metadata-extractor.version}</version>
  145. </dependency>
  146. <dependency>
  147. <groupId>ma.glasnost.orika</groupId>
  148. <artifactId>orika-core</artifactId>
  149. <version>${orika-core.version}</version>
  150. </dependency>
  151. <dependency>
  152. <groupId>org.apache.commons</groupId>
  153. <artifactId>commons-collections4</artifactId>
  154. <version>${commons-collections4.version}</version>
  155. </dependency>
  156. <dependency>
  157. <groupId>org.jsoup</groupId>
  158. <artifactId>jsoup</artifactId>
  159. <version>${jsoup.version}</version>
  160. </dependency>
  161. <dependency>
  162. <groupId>org.apache.dubbo</groupId>
  163. <artifactId>dubbo</artifactId>
  164. <version>${dubbo.version}</version>
  165. </dependency>
  166. <dependency>
  167. <groupId>eu.bitwalker</groupId>
  168. <artifactId>UserAgentUtils</artifactId>
  169. <version>${userAgentUtils.version}</version>
  170. </dependency>
  171. <dependency>
  172. <groupId>com.github.tobato</groupId>
  173. <artifactId>fastdfs-client</artifactId>
  174. <version>${fastdfs-client.version}</version>
  175. </dependency>
  176. <dependency>
  177. <groupId>io.github.openfeign</groupId>
  178. <artifactId>feign-httpclient</artifactId>
  179. <version>${feign-httpclient.version}</version>
  180. </dependency>
  181. <dependency>
  182. <groupId>org.apache.rocketmq</groupId>
  183. <artifactId>rocketmq-client-java</artifactId>
  184. <version>${rocketmq-client-java.version}</version>
  185. </dependency>
  186. <dependency>
  187. <groupId>org.apache.kafka</groupId>
  188. <artifactId>kafka-clients</artifactId>
  189. <version>${kafka-clients.version}</version>
  190. </dependency>
  191. <dependency>
  192. <groupId>org.springframework.kafka</groupId>
  193. <artifactId>spring-kafka</artifactId>
  194. <version>${spring-kafka.version}</version>
  195. </dependency>
  196. <dependency>
  197. <groupId>org.apache.dubbo</groupId>
  198. <artifactId>dubbo-spring-boot-starter</artifactId>
  199. <version>${dubbo-spring-boot-starter.version}</version>
  200. </dependency>
  201. <dependency>
  202. <groupId>com.baomidou</groupId>
  203. <artifactId>mybatis-plus</artifactId>
  204. <version>${mybatis-plus.version}</version>
  205. </dependency>
  206. <dependency>
  207. <groupId>com.baomidou</groupId>
  208. <artifactId>mybatis-plus-boot-starter</artifactId>
  209. <version>${mybatis-plus-boot-starter.version}</version>
  210. </dependency>
  211. <dependency>
  212. <groupId>com.baomidou</groupId>
  213. <artifactId>dynamic-datasource-spring-boot-starter</artifactId>
  214. <version>${dynamic-datasource-spring-boot-starter.version}</version>
  215. </dependency>
  216. <dependency>
  217. <groupId>com.alibaba.nacos</groupId>
  218. <artifactId>nacos-spring-context</artifactId>
  219. <version>${nacos-spring-context.version}</version>
  220. </dependency>
  221. <dependency>
  222. <groupId>com.alibaba.boot</groupId>
  223. <artifactId>nacos-config-spring-boot-autoconfigure</artifactId>
  224. <version>${nacos-config-spring-boot-starter.version}</version>
  225. </dependency>
  226. <dependency>
  227. <groupId>com.alibaba.boot</groupId>
  228. <artifactId>nacos-config-spring-boot-starter</artifactId>
  229. <version>${nacos-config-spring-boot-starter.version}</version>
  230. </dependency>
  231. <dependency>
  232. <groupId>org.springframework.security</groupId>
  233. <artifactId>spring-security-jwt</artifactId>
  234. <version>${spring-security-jwt.version}</version>
  235. </dependency>
  236. <dependency>
  237. <groupId>org.springframework.security.oauth</groupId>
  238. <artifactId>spring-security-oauth2</artifactId>
  239. <version>${spring-security-oauth2.version}</version>
  240. </dependency>
  241. <dependency>
  242. <groupId>org.springframework.boot</groupId>
  243. <artifactId>spring-boot-dependencies</artifactId>
  244. <version>${spring-boot-dependencies.version}</version>
  245. <type>pom</type>
  246. <scope>import</scope>
  247. </dependency>
  248. <dependency>
  249. <groupId>org.springframework.cloud</groupId>
  250. <artifactId>spring-cloud-dependencies</artifactId>
  251. <version>${spring-cloud-dependencies.version}</version>
  252. <type>pom</type>
  253. <scope>import</scope>
  254. </dependency>
  255. <dependency>
  256. <groupId>com.alibaba.cloud</groupId>
  257. <artifactId>spring-cloud-alibaba-dependencies</artifactId>
  258. <version>${spring-cloud-alibaba-dependencies.version}</version>
  259. <type>pom</type>
  260. <scope>import</scope>
  261. </dependency>
  262. </dependencies>
  263. </dependencyManagement>
  264. <build>
  265. <plugins>
  266. <plugin>
  267. <groupId>org.apache.maven.plugins</groupId>
  268. <artifactId>maven-compiler-plugin</artifactId>
  269. <version>${maven-compiler-plugin.version}</version>
  270. <configuration>
  271. <source>${maven.compiler.source}</source>
  272. <target>${maven.compiler.target}</target>
  273. <compilerArgs>
  274. <compilerArg>-parameters</compilerArg>
  275. </compilerArgs>
  276. <annotationProcessorPaths>
  277. <path>
  278. <groupId>org.projectlombok</groupId>
  279. <artifactId>lombok</artifactId>
  280. <version>${lombok.version}</version>
  281. </path>
  282. <path>
  283. <groupId>org.projectlombok</groupId>
  284. <artifactId>lombok-mapstruct-binding</artifactId>
  285. <version>${lombok-mapstruct-binding.version}</version>
  286. </path>
  287. <path>
  288. <groupId>org.mapstruct</groupId>
  289. <artifactId>mapstruct-processor</artifactId>
  290. <version>${mapstruct-processor.version}</version>
  291. </path>
  292. </annotationProcessorPaths>
  293. </configuration>
  294. </plugin>
  295. <plugin>
  296. <groupId>org.apache.maven.plugins</groupId>
  297. <artifactId>maven-deploy-plugin</artifactId>
  298. <version>${maven-deploy-plugin.version}</version>
  299. </plugin>
  300. <plugin>
  301. <groupId>org.apache.maven.plugins</groupId>
  302. <artifactId>maven-source-plugin</artifactId>
  303. <version>${maven-source-plugin.version}</version>
  304. <executions>
  305. <execution>
  306. <id>attach-sources</id>
  307. <goals>
  308. <goal>jar-no-fork</goal>
  309. </goals>
  310. </execution>
  311. </executions>
  312. </plugin>
  313. </plugins>
  314. </build>
  315. </project>