pom.xml 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xmlns="http://maven.apache.org/POM/4.0.0"
  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. <groupId>group.springframework</groupId>
  8. <artifactId>spring-cloud-dependencies-parent</artifactId>
  9. <version>2020.0.3</version>
  10. <relativePath/>
  11. </parent>
  12. <groupId>com.lutao</groupId>
  13. <artifactId>cloud-common-bom</artifactId>
  14. <packaging>pom</packaging>
  15. <version>1.0.0</version>
  16. <description>公共版本控制</description>
  17. <properties>
  18. <cloud.version>1.0.0</cloud.version>
  19. <mybatis-plus.version>3.4.3</mybatis-plus.version>
  20. <dynamic-ds.version>3.4.1</dynamic-ds.version>
  21. <druid.version>1.2.8</druid.version>
  22. <mysql.connector.version>8.0.27</mysql.connector.version>
  23. <swagger.core.version>1.5.22</swagger.core.version>
  24. <mp.weixin.version>3.9.0</mp.weixin.version>
  25. <ijpay.version>2.7.6</ijpay.version>
  26. <groovy.version>3.0.3</groovy.version>
  27. <jsoup.version>1.13.1</jsoup.version>
  28. <excel.version>0.5.0</excel.version>
  29. <security.oauth.version>2.3.6.RELEASE</security.oauth.version>
  30. <!-- <fastjson.version>1.2.75</fastjson.version>-->
  31. <fastjson.version>2.0.8</fastjson.version>
  32. <xxl.job.version>2.2.0</xxl.job.version>
  33. <aliyun.version>3.0.52.ALL</aliyun.version>
  34. <aws.version>1.11.543</aws.version>
  35. <javaformat.plugin.version>0.0.23</javaformat.plugin.version>
  36. <docker.plugin.version>0.33.0</docker.plugin.version>
  37. <cloud.plugin.version>1.0.0</cloud.plugin.version>
  38. <simpleclient.version>0.12.0</simpleclient.version>
  39. <nacos.client.version>2.0.3</nacos.client.version>
  40. <tio.version>3.7.5.v20211028-RELEASE</tio.version>
  41. </properties>
  42. <dependencyManagement>
  43. <dependencies>
  44. <dependency>
  45. <groupId>com.lutao</groupId>
  46. <artifactId>cloud-common-core</artifactId>
  47. <version>${cloud.version}</version>
  48. </dependency>
  49. <dependency>
  50. <groupId>com.lutao</groupId>
  51. <artifactId>cloud-common-data</artifactId>
  52. <version>${cloud.version}</version>
  53. </dependency>
  54. <dependency>
  55. <groupId>com.lutao</groupId>
  56. <artifactId>cloud-common-gateway</artifactId>
  57. <version>${cloud.version}</version>
  58. </dependency>
  59. <dependency>
  60. <groupId>com.lutao</groupId>
  61. <artifactId>cloud-common-gray</artifactId>
  62. <version>${cloud.version}</version>
  63. </dependency>
  64. <dependency>
  65. <groupId>com.lutao</groupId>
  66. <artifactId>cloud-common-datasource</artifactId>
  67. <version>${cloud.version}</version>
  68. </dependency>
  69. <dependency>
  70. <groupId>com.lutao</groupId>
  71. <artifactId>cloud-common-job</artifactId>
  72. <version>${cloud.version}</version>
  73. </dependency>
  74. <dependency>
  75. <groupId>com.lutao</groupId>
  76. <artifactId>cloud-live-api</artifactId>
  77. <version>${cloud.version}</version>
  78. </dependency>
  79. <dependency>
  80. <groupId>com.lutao</groupId>
  81. <artifactId>cloud-message-api</artifactId>
  82. <version>${cloud.version}</version>
  83. </dependency>
  84. <dependency>
  85. <groupId>com.lutao</groupId>
  86. <artifactId>cloud-workflow-api</artifactId>
  87. <version>${cloud.version}</version>
  88. </dependency>
  89. <dependency>
  90. <groupId>com.lutao</groupId>
  91. <artifactId>cloud-storage-api</artifactId>
  92. <version>${cloud.version}</version>
  93. </dependency>
  94. <dependency>
  95. <groupId>com.lutao</groupId>
  96. <artifactId>cloud-common-log</artifactId>
  97. <version>${cloud.version}</version>
  98. </dependency>
  99. <dependency>
  100. <groupId>com.lutao</groupId>
  101. <artifactId>cloud-common-security</artifactId>
  102. <version>${cloud.version}</version>
  103. </dependency>
  104. <!-- <dependency>
  105. <groupId>com.lutao</groupId>
  106. <artifactId>cloud-common-sentinel</artifactId>
  107. <version>${cloud.version}</version>
  108. </dependency>-->
  109. <dependency>
  110. <groupId>com.lutao</groupId>
  111. <artifactId>cloud-common-feign</artifactId>
  112. <version>${cloud.version}</version>
  113. </dependency>
  114. <dependency>
  115. <groupId>com.lutao</groupId>
  116. <artifactId>cloud-common-sequence</artifactId>
  117. <version>${cloud.version}</version>
  118. </dependency>
  119. <dependency>
  120. <groupId>com.lutao</groupId>
  121. <artifactId>cloud-common-swagger</artifactId>
  122. <version>${cloud.version}</version>
  123. </dependency>
  124. <dependency>
  125. <groupId>com.lutao</groupId>
  126. <artifactId>cloud-common-transaction</artifactId>
  127. <version>${cloud.version}</version>
  128. </dependency>
  129. <dependency>
  130. <groupId>com.lutao</groupId>
  131. <artifactId>cloud-common-test</artifactId>
  132. <version>${cloud.version}</version>
  133. </dependency>
  134. <dependency>
  135. <groupId>com.lutao</groupId>
  136. <artifactId>cloud-common-xss</artifactId>
  137. <version>${cloud.version}</version>
  138. </dependency>
  139. <dependency>
  140. <groupId>com.lutao</groupId>
  141. <artifactId>cloud-upms-api</artifactId>
  142. <version>${cloud.version}</version>
  143. </dependency>
  144. <dependency>
  145. <groupId>com.lutao</groupId>
  146. <artifactId>cloud-common-excel</artifactId>
  147. <version>${cloud.version}</version>
  148. </dependency>
  149. <!--mybatis plus extension,包含了mybatis plus core-->
  150. <dependency>
  151. <groupId>com.baomidou</groupId>
  152. <artifactId>mybatis-plus-extension</artifactId>
  153. <version>${mybatis-plus.version}</version>
  154. </dependency>
  155. <!--mybatis-->
  156. <dependency>
  157. <groupId>com.baomidou</groupId>
  158. <artifactId>mybatis-plus-boot-starter</artifactId>
  159. <version>${mybatis-plus.version}</version>
  160. </dependency>
  161. <dependency>
  162. <groupId>com.baomidou</groupId>
  163. <artifactId>dynamic-datasource-spring-boot-starter</artifactId>
  164. <version>${dynamic-ds.version}</version>
  165. </dependency>
  166. <!-- druid 连接池 -->
  167. <dependency>
  168. <groupId>com.alibaba</groupId>
  169. <artifactId>druid-spring-boot-starter</artifactId>
  170. <version>${druid.version}</version>
  171. </dependency>
  172. <dependency>
  173. <groupId>com.alibaba</groupId>
  174. <artifactId>druid</artifactId>
  175. <version>${druid.version}</version>
  176. </dependency>
  177. <!--mysql 驱动-->
  178. <dependency>
  179. <groupId>mysql</groupId>
  180. <artifactId>mysql-connector-java</artifactId>
  181. <version>${mysql.connector.version}</version>
  182. </dependency>
  183. <!--fastjson-->
  184. <!-- <dependency>-->
  185. <!-- <groupId>com.alibaba</groupId>-->
  186. <!-- <artifactId>fastjson</artifactId>-->
  187. <!-- <version>${fastjson.version}</version>-->
  188. <!-- </dependency>-->
  189. <!--swagger 最新依赖内置版本-->
  190. <dependency>
  191. <groupId>io.swagger</groupId>
  192. <artifactId>swagger-models</artifactId>
  193. <version>${swagger.core.version}</version>
  194. </dependency>
  195. <dependency>
  196. <groupId>io.swagger</groupId>
  197. <artifactId>swagger-annotations</artifactId>
  198. <version>${swagger.core.version}</version>
  199. </dependency>
  200. <!--微信依赖-->
  201. <dependency>
  202. <groupId>com.github.binarywang</groupId>
  203. <artifactId>weixin-java-mp</artifactId>
  204. <version>${mp.weixin.version}</version>
  205. </dependency>
  206. <dependency>
  207. <groupId>com.github.binarywang</groupId>
  208. <artifactId>weixin-java-common</artifactId>
  209. <version>${mp.weixin.version}</version>
  210. </dependency>
  211. <!--支付相关SDK-->
  212. <dependency>
  213. <groupId>com.github.javen205</groupId>
  214. <artifactId>IJPay-WxPay</artifactId>
  215. <version>${ijpay.version}</version>
  216. </dependency>
  217. <dependency>
  218. <groupId>com.github.javen205</groupId>
  219. <artifactId>IJPay-AliPay</artifactId>
  220. <version>${ijpay.version}</version>
  221. </dependency>
  222. <!--定义groovy 版本-->
  223. <dependency>
  224. <groupId>org.codehaus.groovy</groupId>
  225. <artifactId>groovy</artifactId>
  226. <version>${groovy.version}</version>
  227. </dependency>
  228. <!--稳定版本,替代spring security bom内置-->
  229. <dependency>
  230. <groupId>org.springframework.security.oauth</groupId>
  231. <artifactId>spring-security-oauth2</artifactId>
  232. <version>${security.oauth.version}</version>
  233. </dependency>
  234. <!--jsoup html 解析组件-->
  235. <dependency>
  236. <groupId>org.jsoup</groupId>
  237. <artifactId>jsoup</artifactId>
  238. <version>${jsoup.version}</version>
  239. </dependency>
  240. <dependency>
  241. <groupId>io.prometheus</groupId>
  242. <artifactId>simpleclient</artifactId>
  243. <version>${simpleclient.version}</version>
  244. </dependency>
  245. <dependency>
  246. <groupId>com.alibaba.nacos</groupId>
  247. <artifactId>nacos-client</artifactId>
  248. <version>${nacos.client.version}</version>
  249. </dependency>
  250. <dependency>
  251. <groupId>org.t-io</groupId>
  252. <artifactId>tio-core</artifactId>
  253. <version>${tio.version}</version>
  254. </dependency>
  255. <dependency>
  256. <groupId>org.t-io</groupId>
  257. <artifactId>tio-websocket-server</artifactId>
  258. <version>${tio.version}</version>
  259. </dependency>
  260. </dependencies>
  261. </dependencyManagement>
  262. <!-- <pluginRepositories>-->
  263. <!-- <pluginRepository>-->
  264. <!-- <id>aliyun-plugin</id>-->
  265. <!-- <url>https://maven.aliyun.com/repository/public</url>-->
  266. <!-- <releases>-->
  267. <!-- <enabled>true</enabled>-->
  268. <!-- </releases>-->
  269. <!-- <snapshots>-->
  270. <!-- <enabled>false</enabled>-->
  271. <!-- </snapshots>-->
  272. <!-- </pluginRepository>-->
  273. <!-- </pluginRepositories>-->
  274. </project>