jingtong-pom-0.0.1.pom 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. ~ The Hefei JingTong RDC(Research and Development Centre) Group.
  4. ~ __________________
  5. ~
  6. ~ Copyright 2015-2021
  7. ~ All Rights Reserved.
  8. ~
  9. ~ NOTICE: All information contained herein is, and remains
  10. ~ the property of JingTong Company and its suppliers,
  11. ~ if any.
  12. -->
  13. <project xmlns="http://maven.apache.org/POM/4.0.0"
  14. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  15. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  16. <modelVersion>4.0.0</modelVersion>
  17. <groupId>com.jingtong</groupId>
  18. <artifactId>jingtong-pom</artifactId>
  19. <version>0.0.1</version>
  20. <packaging>pom</packaging>
  21. <properties>
  22. <jixiang.version>0.0.1</jixiang.version>
  23. <java.version>1.8</java.version>
  24. <maven.compiler.source>1.8</maven.compiler.source>
  25. <maven.compiler.target>1.8</maven.compiler.target>
  26. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  27. <encoding>UTF-8</encoding>
  28. <spring-boot.version>2.3.8.RELEASE</spring-boot.version>
  29. <spring-cloud.version>Hoxton.SR8</spring-cloud.version>
  30. <spring.cloud.alibaba.version>2.2.5.RELEASE</spring.cloud.alibaba.version>
  31. <mybatis-plus.version>3.4.1</mybatis-plus.version>
  32. <mariadb.version>2.6.2</mariadb.version>
  33. <aviator.version>5.2.1</aviator.version>
  34. <wxchat.version>3.9.0</wxchat.version>
  35. <guava.version>29.0-jre</guava.version>
  36. <hutool.version>5.5.4</hutool.version>
  37. <commons-io.version>2.5</commons-io.version>
  38. <okhttp3.version>4.9.0</okhttp3.version>
  39. <lombok.version>1.18.16</lombok.version>
  40. <slf4j.version>1.7.30</slf4j.version>
  41. <logback.version>1.2.3</logback.version>
  42. <jackson-bom.version>2.11.3</jackson-bom.version>
  43. <protobuf.version>3.11.4</protobuf.version>
  44. <seata.version>1.4.1</seata.version>
  45. <knife4j.version>2.0.1</knife4j.version>
  46. <org.mapstruct.version>1.4.2.Final</org.mapstruct.version>
  47. <xxljob.version>2.3.0</xxljob.version>
  48. <seata.version>1.4.0</seata.version>
  49. </properties>
  50. <dependencyManagement>
  51. <dependencies>
  52. <dependency>
  53. <groupId>com.alibaba.cloud</groupId>
  54. <artifactId>spring-cloud-alibaba-dependencies</artifactId>
  55. <version>${spring.cloud.alibaba.version}</version>
  56. <type>pom</type>
  57. <scope>import</scope>
  58. </dependency>
  59. <dependency>
  60. <groupId>org.springframework.cloud</groupId>
  61. <artifactId>spring-cloud-dependencies</artifactId>
  62. <version>${spring-cloud.version}</version>
  63. <type>pom</type>
  64. <scope>import</scope>
  65. </dependency>
  66. <!-- spring boot 依赖 -->
  67. <dependency>
  68. <groupId>org.springframework.boot</groupId>
  69. <artifactId>spring-boot-dependencies</artifactId>
  70. <version>${spring-boot.version}</version>
  71. <type>pom</type>
  72. <scope>import</scope>
  73. </dependency>
  74. <dependency>
  75. <groupId>commons-io</groupId>
  76. <artifactId>commons-io</artifactId>
  77. <version>${commons-io.version}</version>
  78. </dependency>
  79. <dependency>
  80. <groupId>com.google.protobuf</groupId>
  81. <artifactId>protobuf-java</artifactId>
  82. <version>${protobuf.version}</version>
  83. </dependency>
  84. <dependency>
  85. <groupId>org.slf4j</groupId>
  86. <artifactId>slf4j-api</artifactId>
  87. <version>${slf4j.version}</version>
  88. </dependency>
  89. <dependency>
  90. <groupId>org.slf4j</groupId>
  91. <artifactId>log4j-over-slf4j</artifactId>
  92. <version>${slf4j.version}</version>
  93. </dependency>
  94. <dependency>
  95. <groupId>ch.qos.logback</groupId>
  96. <artifactId>logback-core</artifactId>
  97. <version>${logback.version}</version>
  98. </dependency>
  99. <dependency>
  100. <groupId>ch.qos.logback</groupId>
  101. <artifactId>logback-classic</artifactId>
  102. <version>${logback.version}</version>
  103. </dependency>
  104. <dependency>
  105. <groupId>cn.hutool</groupId>
  106. <artifactId>hutool-core</artifactId>
  107. <version>${hutool.version}</version>
  108. </dependency>
  109. <dependency>
  110. <groupId>cn.hutool</groupId>
  111. <artifactId>hutool-crypto</artifactId>
  112. <version>${hutool.version}</version>
  113. </dependency>
  114. <dependency>
  115. <groupId>com.google.guava</groupId>
  116. <artifactId>guava</artifactId>
  117. <version>${guava.version}</version>
  118. </dependency>
  119. <dependency>
  120. <groupId>com.googlecode.aviator</groupId>
  121. <artifactId>aviator</artifactId>
  122. <version>${aviator.version}</version>
  123. <exclusions>
  124. <exclusion>
  125. <groupId>commons-logging</groupId>
  126. <artifactId>commons-logging</artifactId>
  127. </exclusion>
  128. <exclusion>
  129. <groupId>commons-collections</groupId>
  130. <artifactId>commons-collections</artifactId>
  131. </exclusion>
  132. </exclusions>
  133. </dependency>
  134. <dependency>
  135. <groupId>com.github.binarywang</groupId>
  136. <artifactId>weixin-java-mp</artifactId>
  137. <version>${wxchat.version}</version>
  138. </dependency>
  139. <dependency>
  140. <groupId>com.github.binarywang</groupId>
  141. <artifactId>weixin-java-miniapp</artifactId>
  142. <version>${wxchat.version}</version>
  143. </dependency>
  144. <dependency>
  145. <groupId>com.squareup.okhttp3</groupId>
  146. <artifactId>okhttp</artifactId>
  147. <version>${okhttp3.version}</version>
  148. </dependency>
  149. <!-- Mybatis Plus 插件 -->
  150. <dependency>
  151. <groupId>com.baomidou</groupId>
  152. <artifactId>mybatis-plus</artifactId>
  153. <version>${mybatis-plus.version}</version>
  154. </dependency>
  155. <dependency>
  156. <groupId>com.baomidou</groupId>
  157. <artifactId>mybatis-plus-core</artifactId>
  158. <version>${mybatis-plus.version}</version>
  159. </dependency>
  160. <dependency>
  161. <groupId>com.baomidou</groupId>
  162. <artifactId>mybatis-plus-extension</artifactId>
  163. <version>${mybatis-plus.version}</version>
  164. </dependency>
  165. <dependency>
  166. <groupId>com.baomidou</groupId>
  167. <artifactId>mybatis-plus-boot-starter</artifactId>
  168. <version>${mybatis-plus.version}</version>
  169. </dependency>
  170. <dependency>
  171. <groupId>com.baomidou</groupId>
  172. <artifactId>mybatis-plus-generator</artifactId>
  173. <version>${mybatis-plus.version}</version>
  174. </dependency>
  175. <dependency>
  176. <groupId>org.mapstruct</groupId>
  177. <artifactId>mapstruct</artifactId>
  178. <version>${org.mapstruct.version}</version>
  179. </dependency>
  180. <dependency>
  181. <groupId>p6spy</groupId>
  182. <artifactId>p6spy</artifactId>
  183. <version>3.9.0</version>
  184. </dependency>
  185. <!--mysql驱动-->
  186. <dependency>
  187. <groupId>mysql</groupId>
  188. <artifactId>mysql-connector-java</artifactId>
  189. <version>5.1.48</version>
  190. </dependency>
  191. <dependency>
  192. <groupId>com.jixiang.common</groupId>
  193. <artifactId>util</artifactId>
  194. <version>${project.version}</version>
  195. </dependency>
  196. <dependency>
  197. <groupId>com.jixiang.common</groupId>
  198. <artifactId>data</artifactId>
  199. <version>${project.version}</version>
  200. </dependency>
  201. <dependency>
  202. <groupId>com.jixiang.common</groupId>
  203. <artifactId>server</artifactId>
  204. <version>${project.version}</version>
  205. </dependency>
  206. <dependency>
  207. <groupId>com.jixiang.common</groupId>
  208. <artifactId>base</artifactId>
  209. <version>${project.version}</version>
  210. </dependency>
  211. <!-- xxl-job-core -->
  212. <dependency>
  213. <groupId>com.xuxueli</groupId>
  214. <artifactId>xxl-job-core</artifactId>
  215. <version>${xxljob.version}</version>
  216. </dependency>
  217. <dependency>
  218. <groupId>com.alibaba.cloud</groupId>
  219. <artifactId>spring-cloud-alibaba-seata</artifactId>
  220. <exclusions>
  221. <exclusion>
  222. <artifactId>seata-all</artifactId>
  223. <groupId>io.seata</groupId>
  224. </exclusion>
  225. </exclusions>
  226. <version>2.1.1.RELEASE</version>
  227. </dependency>
  228. <dependency>
  229. <groupId>io.seata</groupId>
  230. <artifactId>seata-all</artifactId>
  231. <version>${seata.version}</version>
  232. </dependency>
  233. </dependencies>
  234. </dependencyManagement>
  235. </project>