pom.xml 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417
  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. <groupId>com.yaoyicloud</groupId>
  8. <artifactId>easier-common</artifactId>
  9. <version>0.0.1-SNAPSHOT</version>
  10. </parent>
  11. <artifactId>easier-common-bom</artifactId>
  12. <packaging>pom</packaging>
  13. <properties>
  14. <easier.version>1.0.0</easier.version>
  15. <mybatis-plus.version>3.5.4</mybatis-plus.version>
  16. <mybatis-plus-join.version>1.4.6</mybatis-plus-join.version>
  17. <dynamic-ds.version>4.2.0</dynamic-ds.version>
  18. <druid.version>1.2.20</druid.version>
  19. <hutool.version>5.8.22</hutool.version>
  20. <mysql.connector.version>8.0.33</mysql.connector.version>
  21. <mp.weixin.version>4.4.0</mp.weixin.version>
  22. <ijpay.version>2.8.0</ijpay.version>
  23. <groovy.version>3.0.3</groovy.version>
  24. <javax.version>4.0.1</javax.version>
  25. <jsoup.version>1.13.1</jsoup.version>
  26. <aviator.version>5.3.3</aviator.version>
  27. <flowable.version>6.8.0</flowable.version>
  28. <security.oauth.version>2.5.2.RELEASE</security.oauth.version>
  29. <fastjson.version>1.2.83</fastjson.version>
  30. <xxl.job.version>2.3.0</xxl.job.version>
  31. <aliyun.version>3.0.52.ALL</aliyun.version>
  32. <aws.version>1.12.261</aws.version>
  33. <javers.version>6.10.0</javers.version>
  34. <seata.version>1.6.1</seata.version>
  35. <asm.version>7.1</asm.version>
  36. <log4j2.version>2.17.1</log4j2.version>
  37. <javaformat.plugin.version>0.0.23</javaformat.plugin.version>
  38. <docker.plugin.version>0.33.0</docker.plugin.version>
  39. <cloud.plugin.version>2.0.0</cloud.plugin.version>
  40. <sentinel.version>1.8.4</sentinel.version>
  41. <bribric.qcc.version>1.1.0.5</bribric.qcc.version>
  42. <bribric.wfq.version>1.0.0.1</bribric.wfq.version>
  43. <bribric.qxb.version>1.1.0.6</bribric.qxb.version>
  44. <bribric.allinpay.version>1.0.0.2</bribric.allinpay.version>
  45. <bribric.netocr.version>1.1.0.1</bribric.netocr.version>
  46. <tencloud-spring-boot-starter.version>1.1.5</tencloud-spring-boot-starter.version>
  47. <itextpdf.version>7.2.5</itextpdf.version>
  48. <itext-asian.version>7.2.5</itext-asian.version>
  49. <common-compress.version>1.26.0</common-compress.version>
  50. </properties>
  51. <dependencyManagement>
  52. <dependencies>
  53. <!--common dependencies-->
  54. <dependency>
  55. <groupId>com.yaoyicloud.easier.common</groupId>
  56. <artifactId>easier-common-core</artifactId>
  57. <version>${easier.version}</version>
  58. </dependency>
  59. <dependency>
  60. <groupId>com.yaoyicloud.easier.common</groupId>
  61. <artifactId>easier-common-data</artifactId>
  62. <version>${easier.version}</version>
  63. </dependency>
  64. <dependency>
  65. <groupId>com.yaoyicloud.easier.common</groupId>
  66. <artifactId>easier-common-datasource</artifactId>
  67. <version>${easier.version}</version>
  68. </dependency>
  69. <dependency>
  70. <groupId>com.yaoyicloud.easier.common</groupId>
  71. <artifactId>easier-common-domain</artifactId>
  72. <version>${easier.version}</version>
  73. </dependency>
  74. <dependency>
  75. <groupId>com.yaoyicloud.easier.common</groupId>
  76. <artifactId>easier-common-feign</artifactId>
  77. <version>${easier.version}</version>
  78. </dependency>
  79. <dependency>
  80. <groupId>com.yaoyicloud.easier.common</groupId>
  81. <artifactId>easier-common-gateway</artifactId>
  82. <version>${easier.version}</version>
  83. </dependency>
  84. <dependency>
  85. <groupId>com.yaoyicloud.easier.common</groupId>
  86. <artifactId>easier-common-gray</artifactId>
  87. <version>${easier.version}</version>
  88. </dependency>
  89. <dependency>
  90. <groupId>com.yaoyicloud.easier.common</groupId>
  91. <artifactId>easier-common-idempotent</artifactId>
  92. <version>${easier.version}</version>
  93. </dependency>
  94. <dependency>
  95. <groupId>com.yaoyicloud.easier.common</groupId>
  96. <artifactId>easier-common-job</artifactId>
  97. <version>${easier.version}</version>
  98. </dependency>
  99. <dependency>
  100. <groupId>com.yaoyicloud.easier.common</groupId>
  101. <artifactId>easier-common-log</artifactId>
  102. <version>${easier.version}</version>
  103. </dependency>
  104. <dependency>
  105. <groupId>com.yaoyicloud.easier.common</groupId>
  106. <artifactId>easier-common-office</artifactId>
  107. <version>${easier.version}</version>
  108. </dependency>
  109. <dependency>
  110. <groupId>com.yaoyicloud.easier.common</groupId>
  111. <artifactId>easier-common-oss</artifactId>
  112. <version>${easier.version}</version>
  113. </dependency>
  114. <dependency>
  115. <groupId>com.yaoyicloud.easier.common</groupId>
  116. <artifactId>easier-common-seata</artifactId>
  117. <version>${easier.version}</version>
  118. </dependency>
  119. <dependency>
  120. <groupId>com.yaoyicloud.easier.common</groupId>
  121. <artifactId>easier-common-security</artifactId>
  122. <version>${easier.version}</version>
  123. </dependency>
  124. <dependency>
  125. <groupId>com.yaoyicloud.easier.common</groupId>
  126. <artifactId>easier-common-sentinel</artifactId>
  127. <version>${easier.version}</version>
  128. </dependency>
  129. <dependency>
  130. <groupId>com.yaoyicloud.easier.common</groupId>
  131. <artifactId>easier-common-sequence</artifactId>
  132. <version>${easier.version}</version>
  133. </dependency>
  134. <dependency>
  135. <groupId>com.yaoyicloud.easier.common</groupId>
  136. <artifactId>easier-common-websocket</artifactId>
  137. <version>${easier.version}</version>
  138. </dependency>
  139. <dependency>
  140. <groupId>com.yaoyicloud.easier.common</groupId>
  141. <artifactId>easier-common-xss</artifactId>
  142. <version>${easier.version}</version>
  143. </dependency>
  144. <!--api dependencies-->
  145. <dependency>
  146. <groupId>com.yaoyicloud.easier.workspace</groupId>
  147. <artifactId>easier-workspace-api</artifactId>
  148. <version>${easier.version}</version>
  149. </dependency>
  150. <dependency>
  151. <groupId>com.yaoyicloud.easier.filerepo</groupId>
  152. <artifactId>easier-filerepo-api</artifactId>
  153. <version>${easier.version}</version>
  154. </dependency>
  155. <dependency>
  156. <groupId>com.yaoyicloud.easier.warehouse</groupId>
  157. <artifactId>easier-warehouse-api</artifactId>
  158. <version>${easier.version}</version>
  159. </dependency>
  160. <dependency>
  161. <groupId>com.yaoyicloud.easier.quartz</groupId>
  162. <artifactId>easier-quartz-api</artifactId>
  163. <version>1.0.0</version>
  164. </dependency>
  165. <!--toolkit dependencies-->
  166. <dependency>
  167. <groupId>com.bribric.springframework.boot</groupId>
  168. <artifactId>netocr-spring-boot-starter</artifactId>
  169. <version>${bribric.netocr.version}</version>
  170. </dependency>
  171. <dependency>
  172. <groupId>com.bribric.springframework.boot</groupId>
  173. <artifactId>qcc-spring-boot-starter</artifactId>
  174. <version>${bribric.qcc.version}</version>
  175. </dependency>
  176. <!--微风企-->
  177. <dependency>
  178. <groupId>com.bribric.springframework.boot</groupId>
  179. <artifactId>wfq-spring-boot-starter</artifactId>
  180. <version>${bribric.wfq.version}</version>
  181. </dependency>
  182. <!-- 启信宝 -->
  183. <dependency>
  184. <groupId>com.bribric.springframework.boot</groupId>
  185. <artifactId>qxb-spring-boot-starter</artifactId>
  186. <version>${bribric.qxb.version}</version>
  187. </dependency>
  188. <!-- 通联支付 -->
  189. <dependency>
  190. <groupId>com.bribric.springframework.boot</groupId>
  191. <artifactId>allinpay-spring-boot-starter</artifactId>
  192. <version>${bribric.allinpay.version}</version>
  193. </dependency>
  194. <dependency>
  195. <groupId>com.bribric.springframework.boot</groupId>
  196. <artifactId>tencloud-spring-boot-starter</artifactId>
  197. <version>${tencloud-spring-boot-starter.version}</version>
  198. <exclusions>
  199. <exclusion>
  200. <groupId>com.squareup.okio</groupId>
  201. <artifactId>okio</artifactId>
  202. </exclusion>
  203. </exclusions>
  204. </dependency>
  205. <!--asm-->
  206. <dependency>
  207. <groupId>org.ow2.asm</groupId>
  208. <artifactId>asm</artifactId>
  209. <version>${asm.version}</version>
  210. </dependency>
  211. <!-- seata kryo 序列化-->
  212. <dependency>
  213. <groupId>io.seata</groupId>
  214. <artifactId>seata-serializer-kryo</artifactId>
  215. <version>${seata.version}</version>
  216. </dependency>
  217. <!--mybatis plus extension,包含了mybatis plus core-->
  218. <dependency>
  219. <groupId>com.baomidou</groupId>
  220. <artifactId>mybatis-plus-extension</artifactId>
  221. <version>${mybatis-plus.version}</version>
  222. </dependency>
  223. <!--mybatis-->
  224. <dependency>
  225. <groupId>com.baomidou</groupId>
  226. <artifactId>mybatis-plus-boot-starter</artifactId>
  227. <version>${mybatis-plus.version}</version>
  228. </dependency>
  229. <dependency>
  230. <groupId>com.baomidou</groupId>
  231. <artifactId>dynamic-datasource-spring-boot-starter</artifactId>
  232. <version>${dynamic-ds.version}</version>
  233. </dependency>
  234. <!-- 连表查询依赖 -->
  235. <dependency>
  236. <groupId>com.github.yulichang</groupId>
  237. <artifactId>mybatis-plus-join-boot-starter</artifactId>
  238. <version>${mybatis-plus-join.version}</version>
  239. </dependency>
  240. <!-- 连表查询依赖 -->
  241. <dependency>
  242. <groupId>com.github.yulichang</groupId>
  243. <artifactId>mybatis-plus-join-annotation</artifactId>
  244. <version>${mybatis-plus-join.version}</version>
  245. </dependency>
  246. <!-- druid 连接池 -->
  247. <dependency>
  248. <groupId>com.alibaba</groupId>
  249. <artifactId>druid-spring-boot-starter</artifactId>
  250. <version>${druid.version}</version>
  251. </dependency>
  252. <dependency>
  253. <groupId>com.alibaba</groupId>
  254. <artifactId>druid</artifactId>
  255. <version>${druid.version}</version>
  256. </dependency>
  257. <!--mysql 驱动-->
  258. <dependency>
  259. <groupId>com.mysql</groupId>
  260. <artifactId>mysql-connector-j</artifactId>
  261. <version>${mysql.connector.version}</version>
  262. </dependency>
  263. <!--fastjson-->
  264. <dependency>
  265. <groupId>com.alibaba</groupId>
  266. <artifactId>fastjson</artifactId>
  267. <version>${fastjson.version}</version>
  268. </dependency>
  269. <!-- 对象对比工具-->
  270. <dependency>
  271. <groupId>org.javers</groupId>
  272. <artifactId>javers-core</artifactId>
  273. <version>${javers.version}</version>
  274. </dependency>
  275. <!--微信依赖-->
  276. <dependency>
  277. <groupId>com.github.binarywang</groupId>
  278. <artifactId>weixin-java-mp</artifactId>
  279. <version>${mp.weixin.version}</version>
  280. </dependency>
  281. <dependency>
  282. <groupId>com.github.binarywang</groupId>
  283. <artifactId>weixin-java-cp</artifactId>
  284. <version>${mp.weixin.version}</version>
  285. </dependency>
  286. <dependency>
  287. <groupId>com.github.binarywang</groupId>
  288. <artifactId>weixin-java-common</artifactId>
  289. <version>${mp.weixin.version}</version>
  290. </dependency>
  291. <!--计算引擎-->
  292. <dependency>
  293. <groupId>com.googlecode.aviator</groupId>
  294. <artifactId>aviator</artifactId>
  295. <version>${aviator.version}</version>
  296. </dependency>
  297. <!--工作流依赖-->
  298. <dependency>
  299. <groupId>org.flowable</groupId>
  300. <artifactId>flowable-spring-boot-starter-process</artifactId>
  301. <version>${flowable.version}</version>
  302. </dependency>
  303. <!--支付相关SDK-->
  304. <dependency>
  305. <groupId>com.github.javen205</groupId>
  306. <artifactId>IJPay-WxPay</artifactId>
  307. <version>${ijpay.version}</version>
  308. </dependency>
  309. <dependency>
  310. <groupId>com.github.javen205</groupId>
  311. <artifactId>IJPay-AliPay</artifactId>
  312. <version>${ijpay.version}</version>
  313. </dependency>
  314. <!--pdf-->
  315. <dependency>
  316. <groupId>com.itextpdf</groupId>
  317. <artifactId>itextpdf</artifactId>
  318. <version>${itextpdf.version}</version>
  319. </dependency>
  320. <dependency>
  321. <groupId>com.itextpdf</groupId>
  322. <artifactId>itext-asian</artifactId>
  323. <version>${itext-asian.version}</version>
  324. </dependency>
  325. <!--定义groovy 版本-->
  326. <dependency>
  327. <groupId>org.codehaus.groovy</groupId>
  328. <artifactId>groovy</artifactId>
  329. <version>${groovy.version}</version>
  330. </dependency>
  331. <dependency>
  332. <groupId>javax.servlet</groupId>
  333. <artifactId>javax.servlet-api</artifactId>
  334. <version>${javax.version}</version>
  335. </dependency>
  336. <!--稳定版本,替代spring security bom内置-->
  337. <dependency>
  338. <groupId>org.springframework.security.oauth</groupId>
  339. <artifactId>spring-security-oauth2</artifactId>
  340. <version>${security.oauth.version}</version>
  341. </dependency>
  342. <!--jsoup html 解析组件-->
  343. <dependency>
  344. <groupId>org.jsoup</groupId>
  345. <artifactId>jsoup</artifactId>
  346. <version>${jsoup.version}</version>
  347. </dependency>
  348. <!-- 指定 log4j 版本-->
  349. <dependency>
  350. <groupId>org.apache.logging.log4j</groupId>
  351. <artifactId>log4j-to-slf4j</artifactId>
  352. <version>${log4j2.version}</version>
  353. </dependency>
  354. <dependency>
  355. <groupId>org.apache.logging.log4j</groupId>
  356. <artifactId>log4j-bom</artifactId>
  357. <version>${log4j2.version}</version>
  358. <type>pom</type>
  359. <scope>import</scope>
  360. </dependency>
  361. <!--hutool bom-->
  362. <dependency>
  363. <groupId>cn.hutool</groupId>
  364. <artifactId>hutool-bom</artifactId>
  365. <version>${hutool.version}</version>
  366. <type>pom</type>
  367. <scope>import</scope>
  368. </dependency>
  369. <dependency>
  370. <groupId>com.alibaba.csp</groupId>
  371. <artifactId>sentinel-core</artifactId>
  372. <version>${sentinel.version}</version>
  373. <type>pom</type>
  374. <scope>import</scope>
  375. </dependency>
  376. <dependency>
  377. <groupId>com.alibaba.csp</groupId>
  378. <artifactId>sentinel-web-servlet</artifactId>
  379. <version>${sentinel.version}</version>
  380. <type>pom</type>
  381. <scope>import</scope>
  382. </dependency>
  383. <dependency>
  384. <groupId>com.alibaba.csp</groupId>
  385. <artifactId>sentinel-transport-simple-http</artifactId>
  386. <version>${sentinel.version}</version>
  387. <type>pom</type>
  388. <scope>import</scope>
  389. </dependency>
  390. <dependency>
  391. <groupId>com.alibaba.csp</groupId>
  392. <artifactId>sentinel-parameter-flow-control</artifactId>
  393. <version>${sentinel.version}</version>
  394. <type>pom</type>
  395. <scope>import</scope>
  396. </dependency>
  397. <dependency>
  398. <groupId>com.alibaba.csp</groupId>
  399. <artifactId>sentinel-api-gateway-adapter-common</artifactId>
  400. <version>${sentinel.version}</version>
  401. <type>pom</type>
  402. <scope>import</scope>
  403. </dependency>
  404. <dependency>
  405. <groupId>org.apache.commons</groupId>
  406. <artifactId>commons-compress</artifactId>
  407. <version>${common-compress.version}</version>
  408. </dependency>
  409. </dependencies>
  410. </dependencyManagement>
  411. </project>