pom.xml 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731
  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.middle.platform</groupId>
  7. <artifactId>iot-dependencies</artifactId>
  8. <version>${revision}</version>
  9. <name>${project.artifactId}</name>
  10. <packaging>pom</packaging>
  11. <description>物联中台pom依赖管理</description>
  12. <properties>
  13. <revision>1.0.0</revision>
  14. <flatten-maven-plugin.version>1.5.0</flatten-maven-plugin.version>
  15. <!-- 统一依赖管理 -->
  16. <spring.boot.version>3.1.4</spring.boot.version>
  17. <spring.cloud.version>2022.0.4</spring.cloud.version>
  18. <spring.cloud.alibaba.version>2022.0.0.0</spring.cloud.alibaba.version>
  19. <!-- Web 相关 -->
  20. <servlet.versoin>2.5</servlet.versoin>
  21. <springdoc.version>2.2.0</springdoc.version>
  22. <knife4j.version>4.3.0</knife4j.version>
  23. <!-- DB 相关 -->
  24. <druid.version>1.2.19</druid.version>
  25. <mybatis-plus.version>3.5.3.2</mybatis-plus.version>
  26. <mybatis-plus-generator.version>3.5.3.2</mybatis-plus-generator.version>
  27. <dynamic-datasource.version>3.6.1</dynamic-datasource.version>
  28. <mybatis-plus-join-boot-starter.version>1.4.6</mybatis-plus-join-boot-starter.version>
  29. <redisson.version>3.23.4</redisson.version>
  30. <dm8.jdbc.version>8.1.2.141</dm8.jdbc.version>
  31. <!-- RPC 相关 -->
  32. <!-- Config 配置中心相关 -->
  33. <apollo.version>1.9.2</apollo.version>
  34. <!-- Job 定时任务相关 -->
  35. <xxl-job.version>2.3.1</xxl-job.version>
  36. <!-- 服务保障相关 -->
  37. <lock4j.version>2.2.3</lock4j.version>
  38. <resilience4j.version>2.1.0</resilience4j.version>
  39. <!-- 监控相关 -->
  40. <skywalking.version>9.0.0</skywalking.version>
  41. <spring-boot-admin.version>3.1.6</spring-boot-admin.version>
  42. <opentracing.version>0.33.0</opentracing.version>
  43. <!-- Test 测试相关 -->
  44. <podam.version>8.0.0.RELEASE</podam.version>
  45. <jedis-mock.version>1.0.10</jedis-mock.version>
  46. <mockito-inline.version>5.2.0</mockito-inline.version>
  47. <!-- Bpm 工作流相关 -->
  48. <flowable.version>7.0.0</flowable.version>
  49. <!-- 工具类相关 -->
  50. <captcha-plus.version>2.0.3</captcha-plus.version>
  51. <jsoup.version>1.16.1</jsoup.version>
  52. <lombok.version>1.18.30</lombok.version>
  53. <mapstruct.version>1.5.5.Final</mapstruct.version>
  54. <hutool.version>5.8.22</hutool.version>
  55. <easyexcel.verion>3.3.2</easyexcel.verion>
  56. <velocity.version>2.3</velocity.version>
  57. <screw.version>1.0.5</screw.version>
  58. <fastjson.version>1.2.83</fastjson.version>
  59. <guava.version>32.1.2-jre</guava.version>
  60. <guice.version>5.1.0</guice.version>
  61. <transmittable-thread-local.version>2.14.2</transmittable-thread-local.version>
  62. <commons-net.version>3.9.0</commons-net.version>
  63. <jsch.version>0.1.55</jsch.version>
  64. <tika-core.version>2.9.0</tika-core.version>
  65. <ip2region.version>2.7.0</ip2region.version>
  66. <reflections.version>0.10.2</reflections.version>
  67. <!-- 三方云服务相关 -->
  68. <okio.version>3.5.0</okio.version>
  69. <okhttp3.version>4.11.0</okhttp3.version>
  70. <commons-io.version>2.13.0</commons-io.version>
  71. <minio.version>8.5.6</minio.version>
  72. <aliyun-java-sdk-core.version>4.6.4</aliyun-java-sdk-core.version>
  73. <aliyun-java-sdk-dysmsapi.version>2.2.1</aliyun-java-sdk-dysmsapi.version>
  74. <tencentcloud-sdk-java.version>3.1.853</tencentcloud-sdk-java.version>
  75. <justauth.version>2.0.3</justauth.version>
  76. <jimureport.version>1.5.8</jimureport.version>
  77. <xercesImpl.version>2.12.2</xercesImpl.version>
  78. <weixin-java.version>4.5.5.B</weixin-java.version>
  79. </properties>
  80. <dependencyManagement>
  81. <dependencies>
  82. <!-- 统一依赖管理 -->
  83. <dependency>
  84. <groupId>org.springframework.boot</groupId>
  85. <artifactId>spring-boot-dependencies</artifactId>
  86. <version>${spring.boot.version}</version>
  87. <type>pom</type>
  88. <scope>import</scope>
  89. </dependency>
  90. <dependency>
  91. <groupId>org.springframework.cloud</groupId>
  92. <artifactId>spring-cloud-dependencies</artifactId>
  93. <version>${spring.cloud.version}</version>
  94. <type>pom</type>
  95. <scope>import</scope>
  96. </dependency>
  97. <dependency>
  98. <groupId>com.alibaba.cloud</groupId>
  99. <artifactId>spring-cloud-alibaba-dependencies</artifactId>
  100. <version>${spring.cloud.alibaba.version}</version>
  101. <type>pom</type>
  102. <scope>import</scope>
  103. </dependency>
  104. <!--common模块-->
  105. <dependency>
  106. <groupId>com.middle.platform</groupId>
  107. <artifactId>iot-common</artifactId>
  108. <version>${revision}</version>
  109. </dependency>
  110. <!-- 业务组件 -->
  111. <!-- <dependency>-->
  112. <!-- <groupId>com.middle.platform</groupId>-->
  113. <!-- <artifactId>iot-starter-banner</artifactId>-->
  114. <!-- <version>${revision}</version>-->
  115. <!-- </dependency>-->
  116. <!-- <dependency>-->
  117. <!-- <groupId>com.middle.platform</groupId>-->
  118. <!-- <artifactId>iot-starter-biz-operatelog</artifactId>-->
  119. <!-- <version>${revision}</version>-->
  120. <!-- </dependency>-->
  121. <!-- <dependency>-->
  122. <!-- <groupId>com.middle.platform</groupId>-->
  123. <!-- <artifactId>iot-starter-biz-dict</artifactId>-->
  124. <!-- <version>${revision}</version>-->
  125. <!-- </dependency>-->
  126. <!-- <dependency>-->
  127. <!-- <groupId>com.middle.platform</groupId>-->
  128. <!-- <artifactId>iot-starter-biz-sms</artifactId>-->
  129. <!-- <version>${revision}</version>-->
  130. <!-- </dependency>-->
  131. <!-- <dependency>-->
  132. <!-- <groupId>com.middle.platform</groupId>-->
  133. <!-- <artifactId>iot-starter-biz-pay</artifactId>-->
  134. <!-- <version>${revision}</version>-->
  135. <!-- </dependency>-->
  136. <!-- <dependency>-->
  137. <!-- <groupId>com.middle.platform</groupId>-->
  138. <!-- <artifactId>iot-starter-biz-weixin</artifactId>-->
  139. <!-- <version>${revision}</version>-->
  140. <!-- </dependency>-->
  141. <!-- <dependency>-->
  142. <!-- <groupId>com.middle.platform</groupId>-->
  143. <!-- <artifactId>iot-starter-biz-tenant</artifactId>-->
  144. <!-- <version>${revision}</version>-->
  145. <!-- </dependency>-->
  146. <dependency>
  147. <groupId>com.middle.platform</groupId>
  148. <artifactId>iot-starter-data-permission</artifactId>
  149. <version>${revision}</version>
  150. </dependency>
  151. <dependency>
  152. <groupId>com.middle.platform</groupId>
  153. <artifactId>iot-starter-es</artifactId>
  154. <version>${revision}</version>
  155. </dependency>
  156. <!-- <dependency>-->
  157. <!-- <groupId>com.middle.platform</groupId>-->
  158. <!-- <artifactId>iot-starter-biz-social</artifactId>-->
  159. <!-- <version>${revision}</version>-->
  160. <!-- </dependency>-->
  161. <!-- <dependency>-->
  162. <!-- <groupId>com.middle.platform</groupId>-->
  163. <!-- <artifactId>iot-starter-biz-error-code</artifactId>-->
  164. <!-- <version>${revision}</version>-->
  165. <!-- </dependency>-->
  166. <!-- <dependency>-->
  167. <!-- <groupId>com.middle.platform</groupId>-->
  168. <!-- <artifactId>iot-starter-biz-ip</artifactId>-->
  169. <!-- <version>${revision}</version>-->
  170. <!-- </dependency>-->
  171. <!-- <dependency>-->
  172. <!-- <groupId>com.middle.platform</groupId>-->
  173. <!-- <artifactId>iot-starter-captcha</artifactId>-->
  174. <!-- <version>${revision}</version>-->
  175. <!-- </dependency>-->
  176. <!-- <dependency>-->
  177. <!-- <groupId>com.middle.platform</groupId>-->
  178. <!-- <artifactId>iot-starter-desensitize</artifactId>-->
  179. <!-- <version>${revision}</version>-->
  180. <!-- </dependency>-->
  181. <!-- Spring 核心 -->
  182. <!-- <dependency>-->
  183. <!-- &lt;!&ndash; 用于生成自定义的 Spring @ConfigurationProperties 配置类的说明文件 &ndash;&gt;-->
  184. <!-- <groupId>org.springframework.boot</groupId>-->
  185. <!-- <artifactId>spring-boot-configuration-processor</artifactId>-->
  186. <!-- <version>${spring.boot.version}</version>-->
  187. <!-- </dependency>-->
  188. <!-- <dependency>-->
  189. <!-- <groupId>com.middle.platform</groupId>-->
  190. <!-- <artifactId>iot-starter-env</artifactId>-->
  191. <!-- <version>${revision}</version>-->
  192. <!-- </dependency>-->
  193. <!-- Web 相关 -->
  194. <dependency>
  195. <groupId>com.middle.platform</groupId>
  196. <artifactId>iot-starter-web</artifactId>
  197. <version>${revision}</version>
  198. </dependency>
  199. <!-- <dependency>-->
  200. <!-- <groupId>com.middle.platform</groupId>-->
  201. <!-- <artifactId>iot-starter-security</artifactId>-->
  202. <!-- <version>${revision}</version>-->
  203. <!-- </dependency>-->
  204. <!-- <dependency>-->
  205. <!-- <groupId>com.github.xiaoymin</groupId>-->
  206. <!-- <artifactId>knife4j-openapi3-jakarta-spring-boot-starter</artifactId>-->
  207. <!-- <version>${knife4j.version}</version>-->
  208. <!-- </dependency>-->
  209. <!-- <dependency>-->
  210. <!-- <groupId>org.springdoc</groupId>-->
  211. <!-- <artifactId>springdoc-openapi-starter-webmvc-api</artifactId>-->
  212. <!-- <version>${springdoc.version}</version>-->
  213. <!-- </dependency>-->
  214. <!-- <dependency>-->
  215. <!-- <groupId>com.github.xiaoymin</groupId> &lt;!&ndash; 接口文档 UI:knife4j【网关专属】 &ndash;&gt;-->
  216. <!-- <artifactId>knife4j-gateway-spring-boot-starter</artifactId>-->
  217. <!-- <version>${knife4j.version}</version>-->
  218. <!-- </dependency>-->
  219. <!-- DB 相关 -->
  220. <dependency>
  221. <groupId>com.middle.platform</groupId>
  222. <artifactId>iot-starter-mybatis</artifactId>
  223. <version>${revision}</version>
  224. </dependency>
  225. <dependency>
  226. <groupId>com.alibaba</groupId>
  227. <artifactId>druid-spring-boot-3-starter</artifactId>
  228. <version>${druid.version}</version>
  229. </dependency>
  230. <dependency>
  231. <groupId>com.baomidou</groupId>
  232. <artifactId>mybatis-plus-boot-starter</artifactId>
  233. <version>${mybatis-plus.version}</version>
  234. </dependency>
  235. <dependency>
  236. <groupId>com.baomidou</groupId>
  237. <artifactId>dynamic-datasource-spring-boot-starter</artifactId> <!-- 多数据源 -->
  238. <version>${dynamic-datasource.version}</version>
  239. </dependency>
  240. <dependency>
  241. <groupId>com.github.yulichang</groupId>
  242. <artifactId>mybatis-plus-join-boot-starter</artifactId> <!-- MyBatis 联表查询 -->
  243. <version>${mybatis-plus-join-boot-starter.version}</version>
  244. </dependency>
  245. <!-- <dependency>-->
  246. <!-- <groupId>com.baomidou</groupId>-->
  247. <!-- <artifactId>mybatis-plus-generator</artifactId> &lt;!&ndash; 代码生成器,使用它解析表结构 &ndash;&gt;-->
  248. <!-- <version>${mybatis-plus-generator.version}</version>-->
  249. <!-- </dependency>-->
  250. <dependency>
  251. <groupId>com.middle.platform</groupId>
  252. <artifactId>iot-starter-redis</artifactId>
  253. <version>${revision}</version>
  254. </dependency>
  255. <dependency>
  256. <groupId>org.redisson</groupId>
  257. <artifactId>redisson-spring-boot-starter</artifactId>
  258. <version>${redisson.version}</version>
  259. </dependency>
  260. <dependency>
  261. <groupId>com.dameng</groupId>
  262. <artifactId>DmJdbcDriver18</artifactId>
  263. <version>${dm8.jdbc.version}</version>
  264. </dependency>
  265. <!-- RPC 远程调用相关 -->
  266. <dependency>
  267. <groupId>com.middle.platform</groupId>
  268. <artifactId>iot-starter-feign</artifactId>
  269. <version>${revision}</version>
  270. </dependency>
  271. <!-- Registry 注册中心相关 -->
  272. <!-- Config 配置中心相关 -->
  273. <!-- Job 定时任务相关 -->
  274. <!-- <dependency>-->
  275. <!-- <groupId>com.xuxueli</groupId>-->
  276. <!-- <artifactId>xxl-job-core</artifactId>-->
  277. <!-- <version>${xxl-job.version}</version>-->
  278. <!-- </dependency>-->
  279. <!-- <dependency>-->
  280. <!-- <groupId>com.middle.platform</groupId>-->
  281. <!-- <artifactId>iot-starter-job</artifactId>-->
  282. <!-- <version>${revision}</version>-->
  283. <!-- </dependency>-->
  284. <!-- 消息队列相关 -->
  285. <!-- <dependency>-->
  286. <!-- <groupId>com.middle.platform</groupId>-->
  287. <!-- <artifactId>iot-starter-mq</artifactId>-->
  288. <!-- <version>${revision}</version>-->
  289. <!-- </dependency>-->
  290. <!-- 服务保障相关 -->
  291. <!-- <dependency>-->
  292. <!-- <groupId>com.middle.platform</groupId>-->
  293. <!-- <artifactId>iot-starter-protection</artifactId>-->
  294. <!-- <version>${revision}</version>-->
  295. <!-- </dependency>-->
  296. <!-- <dependency>-->
  297. <!-- <groupId>com.baomidou</groupId>-->
  298. <!-- <artifactId>lock4j-redisson-spring-boot-starter</artifactId>-->
  299. <!-- <version>${lock4j.version}</version>-->
  300. <!-- <exclusions>-->
  301. <!-- <exclusion>-->
  302. <!-- <artifactId>redisson-spring-boot-starter</artifactId>-->
  303. <!-- <groupId>org.redisson</groupId>-->
  304. <!-- </exclusion>-->
  305. <!-- </exclusions>-->
  306. <!-- </dependency>-->
  307. <!-- <dependency>-->
  308. <!-- <groupId>io.github.resilience4j</groupId>-->
  309. <!-- <artifactId>resilience4j-ratelimiter</artifactId>-->
  310. <!-- <version>${resilience4j.version}</version>-->
  311. <!-- </dependency>-->
  312. <!-- <dependency>-->
  313. <!-- <groupId>io.github.resilience4j</groupId>-->
  314. <!-- <artifactId>resilience4j-spring-boot3</artifactId>-->
  315. <!-- <version>${resilience4j.version}</version>-->
  316. <!-- </dependency>-->
  317. <!-- 监控相关 -->
  318. <!-- <dependency>-->
  319. <!-- <groupId>com.middle.platform</groupId>-->
  320. <!-- <artifactId>iot-starter-monitor</artifactId>-->
  321. <!-- <version>${revision}</version>-->
  322. <!-- </dependency>-->
  323. <!-- <dependency>-->
  324. <!-- <groupId>org.apache.skywalking</groupId>-->
  325. <!-- <artifactId>apm-toolkit-trace</artifactId>-->
  326. <!-- <version>${skywalking.version}</version>-->
  327. <!-- </dependency>-->
  328. <!-- <dependency>-->
  329. <!-- <groupId>org.apache.skywalking</groupId>-->
  330. <!-- <artifactId>apm-toolkit-logback-1.x</artifactId>-->
  331. <!-- <version>${skywalking.version}</version>-->
  332. <!-- </dependency>-->
  333. <!-- <dependency>-->
  334. <!-- <groupId>org.apache.skywalking</groupId>-->
  335. <!-- <artifactId>apm-toolkit-opentracing</artifactId>-->
  336. <!-- <version>${skywalking.version}</version>-->
  337. <!-- &lt;!&ndash; <exclusions>&ndash;&gt;-->
  338. <!-- &lt;!&ndash; <exclusion>&ndash;&gt;-->
  339. <!-- &lt;!&ndash; <artifactId>opentracing-api</artifactId>&ndash;&gt;-->
  340. <!-- &lt;!&ndash; <groupId>io.opentracing</groupId>&ndash;&gt;-->
  341. <!-- &lt;!&ndash; </exclusion>&ndash;&gt;-->
  342. <!-- &lt;!&ndash; <exclusion>&ndash;&gt;-->
  343. <!-- &lt;!&ndash; <artifactId>opentracing-util</artifactId>&ndash;&gt;-->
  344. <!-- &lt;!&ndash; <groupId>io.opentracing</groupId>&ndash;&gt;-->
  345. <!-- &lt;!&ndash; </exclusion>&ndash;&gt;-->
  346. <!-- &lt;!&ndash; </exclusions>&ndash;&gt;-->
  347. <!-- </dependency>-->
  348. <!-- <dependency>-->
  349. <!-- <groupId>io.opentracing</groupId>-->
  350. <!-- <artifactId>opentracing-api</artifactId>-->
  351. <!-- <version>${opentracing.version}</version>-->
  352. <!-- </dependency>-->
  353. <!-- <dependency>-->
  354. <!-- <groupId>io.opentracing</groupId>-->
  355. <!-- <artifactId>opentracing-util</artifactId>-->
  356. <!-- <version>${opentracing.version}</version>-->
  357. <!-- </dependency>-->
  358. <!-- <dependency>-->
  359. <!-- <groupId>io.opentracing</groupId>-->
  360. <!-- <artifactId>opentracing-noop</artifactId>-->
  361. <!-- <version>${opentracing.version}</version>-->
  362. <!-- </dependency>-->
  363. <!-- <dependency>-->
  364. <!-- <groupId>de.codecentric</groupId>-->
  365. <!-- <artifactId>spring-boot-admin-starter-server</artifactId> &lt;!&ndash; 实现 Spring Boot Admin Server 服务端 &ndash;&gt;-->
  366. <!-- <version>${spring-boot-admin.version}</version>-->
  367. <!-- </dependency>-->
  368. <!-- <dependency>-->
  369. <!-- <groupId>de.codecentric</groupId>-->
  370. <!-- <artifactId>spring-boot-admin-starter-client</artifactId> &lt;!&ndash; 实现 Spring Boot Admin Server 服务端 &ndash;&gt;-->
  371. <!-- <version>${spring-boot-admin.version}</version>-->
  372. <!-- </dependency>-->
  373. <!-- &lt;!&ndash; Test 测试相关 &ndash;&gt;-->
  374. <!-- <dependency>-->
  375. <!-- <groupId>com.middle.platform</groupId>-->
  376. <!-- <artifactId>iot-starter-test</artifactId>-->
  377. <!-- <version>${revision}</version>-->
  378. <!-- <scope>test</scope>-->
  379. <!-- </dependency>-->
  380. <!-- <dependency>-->
  381. <!-- <groupId>org.mockito</groupId>-->
  382. <!-- <artifactId>mockito-inline</artifactId>-->
  383. <!-- <version>${mockito-inline.version}</version> &lt;!&ndash; 支持 Mockito 的 final 类与 static 方法的 mock &ndash;&gt;-->
  384. <!-- </dependency>-->
  385. <!-- <dependency>-->
  386. <!-- <groupId>org.springframework.boot</groupId>-->
  387. <!-- <artifactId>spring-boot-starter-test</artifactId>-->
  388. <!-- <version>${spring.boot.version}</version>-->
  389. <!-- <exclusions>-->
  390. <!-- <exclusion>-->
  391. <!-- <artifactId>asm</artifactId>-->
  392. <!-- <groupId>org.ow2.asm</groupId>-->
  393. <!-- </exclusion>-->
  394. <!-- <exclusion>-->
  395. <!-- <groupId>org.mockito</groupId>-->
  396. <!-- <artifactId>mockito-core</artifactId>-->
  397. <!-- </exclusion>-->
  398. <!-- </exclusions>-->
  399. <!-- </dependency>-->
  400. <!-- <dependency>-->
  401. <!-- <groupId>com.github.fppt</groupId> &lt;!&ndash; 单元测试,我们采用内嵌的 Redis 数据库 &ndash;&gt;-->
  402. <!-- <artifactId>jedis-mock</artifactId>-->
  403. <!-- <version>${jedis-mock.version}</version>-->
  404. <!-- </dependency>-->
  405. <!-- <dependency>-->
  406. <!-- <groupId>uk.co.jemos.podam</groupId> &lt;!&ndash; 单元测试,随机生成 POJO 类 &ndash;&gt;-->
  407. <!-- <artifactId>podam</artifactId>-->
  408. <!-- <version>${podam.version}</version>-->
  409. <!-- </dependency>-->
  410. <!-- &lt;!&ndash; 工作流相关 &ndash;&gt;-->
  411. <!-- <dependency>-->
  412. <!-- <groupId>com.middle.platform</groupId>-->
  413. <!-- <artifactId>iot-starter-flowable</artifactId>-->
  414. <!-- <version>${revision}</version>-->
  415. <!-- </dependency>-->
  416. <!-- <dependency>-->
  417. <!-- <groupId>org.flowable</groupId>-->
  418. <!-- <artifactId>flowable-spring-boot-starter-process</artifactId>-->
  419. <!-- <version>${flowable.version}</version>-->
  420. <!-- </dependency>-->
  421. <!-- <dependency>-->
  422. <!-- <groupId>org.flowable</groupId>-->
  423. <!-- <artifactId>flowable-spring-boot-starter-actuator</artifactId>-->
  424. <!-- <version>${flowable.version}</version>-->
  425. <!-- </dependency>-->
  426. <!-- &lt;!&ndash; 工作流相关结束 &ndash;&gt;-->
  427. <!-- &lt;!&ndash; 工具类相关 &ndash;&gt;-->
  428. <!-- <dependency>-->
  429. <!-- <groupId>com.middle.platform</groupId>-->
  430. <!-- <artifactId>yudao-common</artifactId>-->
  431. <!-- <version>${revision}</version>-->
  432. <!-- </dependency>-->
  433. <!-- <dependency>-->
  434. <!-- <groupId>com.middle.platform</groupId>-->
  435. <!-- <artifactId>iot-starter-excel</artifactId>-->
  436. <!-- <version>${revision}</version>-->
  437. <!-- </dependency>-->
  438. <!-- <dependency>-->
  439. <!-- <groupId>org.mapstruct</groupId>-->
  440. <!-- <artifactId>mapstruct</artifactId> &lt;!&ndash; use mapstruct-jdk8 for Java 8 or higher &ndash;&gt;-->
  441. <!-- <version>${mapstruct.version}</version>-->
  442. <!-- </dependency>-->
  443. <!-- <dependency>-->
  444. <!-- <groupId>org.mapstruct</groupId>-->
  445. <!-- <artifactId>mapstruct-jdk8</artifactId>-->
  446. <!-- <version>${mapstruct.version}</version>-->
  447. <!-- </dependency>-->
  448. <!-- <dependency>-->
  449. <!-- <groupId>org.mapstruct</groupId>-->
  450. <!-- <artifactId>mapstruct-processor</artifactId>-->
  451. <!-- <version>${mapstruct.version}</version>-->
  452. <!-- </dependency>-->
  453. <dependency>
  454. <groupId>cn.hutool</groupId>
  455. <artifactId>hutool-all</artifactId>
  456. <version>${hutool.version}</version>
  457. </dependency>
  458. <!-- <dependency>-->
  459. <!-- <groupId>com.alibaba</groupId>-->
  460. <!-- <artifactId>easyexcel</artifactId>-->
  461. <!-- <version>${easyexcel.verion}</version>-->
  462. <!-- </dependency>-->
  463. <!-- <dependency>-->
  464. <!-- <groupId>commons-io</groupId>-->
  465. <!-- <artifactId>commons-io</artifactId>-->
  466. <!-- <version>${commons-io.version}</version>-->
  467. <!-- </dependency>-->
  468. <!-- <dependency>-->
  469. <!-- <groupId>org.apache.tika</groupId>-->
  470. <!-- <artifactId>tika-core</artifactId> &lt;!&ndash; 文件类型的识别 &ndash;&gt;-->
  471. <!-- <version>${tika-core.version}</version>-->
  472. <!-- </dependency>-->
  473. <!-- <dependency>-->
  474. <!-- <groupId>org.apache.velocity</groupId>-->
  475. <!-- <artifactId>velocity-engine-core</artifactId>-->
  476. <!-- <version>${velocity.version}</version>-->
  477. <!-- </dependency>-->
  478. <!-- <dependency>-->
  479. <!-- <groupId>com.alibaba</groupId>-->
  480. <!-- <artifactId>fastjson</artifactId>-->
  481. <!-- <version>${fastjson.version}</version>-->
  482. <!-- </dependency>-->
  483. <!-- <dependency>-->
  484. <!-- <groupId>cn.smallbun.screw</groupId>-->
  485. <!-- <artifactId>screw-core</artifactId> &lt;!&ndash; 实现数据库文档 &ndash;&gt;-->
  486. <!-- <version>${screw.version}</version>-->
  487. <!-- <exclusions>-->
  488. <!-- <exclusion>-->
  489. <!-- <groupId>org.freemarker</groupId>-->
  490. <!-- <artifactId>freemarker</artifactId> &lt;!&ndash; 移除 Freemarker 依赖,采用 Velocity 作为模板引擎 &ndash;&gt;-->
  491. <!-- </exclusion>-->
  492. <!-- <exclusion>-->
  493. <!-- <groupId>com.alibaba</groupId>-->
  494. <!-- <artifactId>fastjson</artifactId> &lt;!&ndash; 最新版screw-core1.0.5依赖fastjson1.2.73存在漏洞,移除。 &ndash;&gt;-->
  495. <!-- </exclusion>-->
  496. <!-- </exclusions>-->
  497. <!-- </dependency>-->
  498. <dependency>
  499. <groupId>com.google.guava</groupId>
  500. <artifactId>guava</artifactId>
  501. <version>${guava.version}</version>
  502. </dependency>
  503. <!-- <dependency>-->
  504. <!-- <groupId>com.google.inject</groupId>-->
  505. <!-- <artifactId>guice</artifactId>-->
  506. <!-- <version>${guice.version}</version>-->
  507. <!-- </dependency>-->
  508. <dependency>
  509. <groupId>com.alibaba</groupId>
  510. <artifactId>transmittable-thread-local</artifactId> <!-- 解决 ThreadLocal 父子线程的传值问题 -->
  511. <version>${transmittable-thread-local.version}</version>
  512. </dependency>
  513. <!-- <dependency>-->
  514. <!-- <groupId>commons-net</groupId>-->
  515. <!-- <artifactId>commons-net</artifactId> &lt;!&ndash; 解决 ftp 连接 &ndash;&gt;-->
  516. <!-- <version>${commons-net.version}</version>-->
  517. <!-- </dependency>-->
  518. <!-- <dependency>-->
  519. <!-- <groupId>com.jcraft</groupId>-->
  520. <!-- <artifactId>jsch</artifactId> &lt;!&ndash; 解决 sftp 连接 &ndash;&gt;-->
  521. <!-- <version>${jsch.version}</version>-->
  522. <!-- </dependency>-->
  523. <!-- <dependency>-->
  524. <!-- <groupId>com.xingyuv</groupId>-->
  525. <!-- <artifactId>spring-boot-starter-captcha-plus</artifactId>-->
  526. <!-- <version>${captcha-plus.version}</version>-->
  527. <!-- </dependency>-->
  528. <!-- <dependency>-->
  529. <!-- <groupId>org.lionsoul</groupId>-->
  530. <!-- <artifactId>ip2region</artifactId>-->
  531. <!-- <version>${ip2region.version}</version>-->
  532. <!-- </dependency>-->
  533. <!-- <dependency>-->
  534. <!-- <groupId>org.jsoup</groupId>-->
  535. <!-- <artifactId>jsoup</artifactId>-->
  536. <!-- <version>${jsoup.version}</version>-->
  537. <!-- </dependency>-->
  538. <!-- <dependency>-->
  539. <!-- <groupId>org.reflections</groupId>-->
  540. <!-- <artifactId>reflections</artifactId>-->
  541. <!-- <version>${reflections.version}</version>-->
  542. <!-- </dependency>-->
  543. <!-- &lt;!&ndash; 三方云服务相关 &ndash;&gt;-->
  544. <!-- <dependency>-->
  545. <!-- <groupId>com.squareup.okio</groupId>-->
  546. <!-- <artifactId>okio</artifactId>-->
  547. <!-- <version>${okio.version}</version>-->
  548. <!-- </dependency>-->
  549. <!-- <dependency>-->
  550. <!-- <groupId>com.squareup.okhttp3</groupId>-->
  551. <!-- <artifactId>okhttp</artifactId>-->
  552. <!-- <version>${okhttp3.version}</version>-->
  553. <!-- </dependency>-->
  554. <!-- <dependency>-->
  555. <!-- <groupId>com.middle.platform</groupId>-->
  556. <!-- <artifactId>iot-starter-file</artifactId>-->
  557. <!-- <version>${revision}</version>-->
  558. <!-- </dependency>-->
  559. <!-- <dependency>-->
  560. <!-- <groupId>io.minio</groupId>-->
  561. <!-- <artifactId>minio</artifactId>-->
  562. <!-- <version>${minio.version}</version>-->
  563. <!-- </dependency>-->
  564. <!-- <dependency>-->
  565. <!-- <groupId>com.github.binarywang</groupId>-->
  566. <!-- <artifactId>weixin-java-pay</artifactId>-->
  567. <!-- <version>${weixin-java.version}</version>-->
  568. <!-- </dependency>-->
  569. <!-- <dependency>-->
  570. <!-- <groupId>com.github.binarywang</groupId>-->
  571. <!-- <artifactId>weixin-java-mp</artifactId>-->
  572. <!-- <version>${weixin-java.version}</version>-->
  573. <!-- </dependency>-->
  574. <!-- <dependency>-->
  575. <!-- <groupId>com.github.binarywang</groupId>-->
  576. <!-- <artifactId>wx-java-mp-spring-boot-starter</artifactId>-->
  577. <!-- <version>${weixin-java.version}</version>-->
  578. <!-- </dependency>-->
  579. <!-- &lt;!&ndash; SMS SDK begin &ndash;&gt;-->
  580. <!-- <dependency>-->
  581. <!-- <groupId>com.aliyun</groupId>-->
  582. <!-- <artifactId>aliyun-java-sdk-core</artifactId>-->
  583. <!-- <version>${aliyun-java-sdk-core.version}</version>-->
  584. <!-- <exclusions>-->
  585. <!-- <exclusion>-->
  586. <!-- <artifactId>opentracing-api</artifactId>-->
  587. <!-- <groupId>io.opentracing</groupId>-->
  588. <!-- </exclusion>-->
  589. <!-- <exclusion>-->
  590. <!-- <artifactId>opentracing-util</artifactId>-->
  591. <!-- <groupId>io.opentracing</groupId>-->
  592. <!-- </exclusion>-->
  593. <!-- </exclusions>-->
  594. <!-- </dependency>-->
  595. <!-- <dependency>-->
  596. <!-- <groupId>com.aliyun</groupId>-->
  597. <!-- <artifactId>aliyun-java-sdk-dysmsapi</artifactId>-->
  598. <!-- <version>${aliyun-java-sdk-dysmsapi.version}</version>-->
  599. <!-- </dependency>-->
  600. <!-- <dependency>-->
  601. <!-- <groupId>com.tencentcloudapi</groupId>-->
  602. <!-- <artifactId>tencentcloud-sdk-java-sms</artifactId>-->
  603. <!-- <version>${tencentcloud-sdk-java.version}</version>-->
  604. <!-- </dependency>-->
  605. <!-- &lt;!&ndash; SMS SDK end &ndash;&gt;-->
  606. <!-- <dependency>-->
  607. <!-- <groupId>com.xingyuv</groupId>-->
  608. <!-- <artifactId>spring-boot-starter-justauth</artifactId> &lt;!&ndash; 社交登陆(例如说,个人微信、企业微信等等) &ndash;&gt;-->
  609. <!-- <version>${justauth.version}</version>-->
  610. <!-- <exclusions>-->
  611. <!-- <exclusion>-->
  612. <!-- <groupId>cn.hutool</groupId>-->
  613. <!-- <artifactId>hutool-core</artifactId>-->
  614. <!-- </exclusion>-->
  615. <!-- </exclusions>-->
  616. <!-- </dependency>-->
  617. <!-- &lt;!&ndash; 积木报表&ndash;&gt;-->
  618. <!-- <dependency>-->
  619. <!-- <groupId>org.jeecgframework.jimureport</groupId>-->
  620. <!-- <artifactId>jimureport-spring-boot-starter</artifactId>-->
  621. <!-- <version>${jimureport.version}</version>-->
  622. <!-- <exclusions>-->
  623. <!-- <exclusion>-->
  624. <!-- <groupId>com.alibaba</groupId>-->
  625. <!-- <artifactId>druid</artifactId>-->
  626. <!-- </exclusion>-->
  627. <!-- </exclusions>-->
  628. <!-- </dependency>-->
  629. <!-- <dependency>-->
  630. <!-- <groupId>xerces</groupId>-->
  631. <!-- <artifactId>xercesImpl</artifactId>-->
  632. <!-- <version>${xercesImpl.version}</version>-->
  633. <!-- </dependency>-->
  634. <dependency>
  635. <groupId>com.middle.platform</groupId>
  636. <artifactId>iot-module-system-api</artifactId>
  637. <version>${revision}</version>
  638. </dependency>
  639. </dependencies>
  640. </dependencyManagement>
  641. <build>
  642. <plugins>
  643. <!-- 统一 revision 版本 -->
  644. <plugin>
  645. <groupId>org.codehaus.mojo</groupId>
  646. <artifactId>flatten-maven-plugin</artifactId>
  647. <version>${flatten-maven-plugin.version}</version>
  648. <configuration>
  649. <flattenMode>resolveCiFriendliesOnly</flattenMode>
  650. <updatePomFile>true</updatePomFile>
  651. </configuration>
  652. <executions>
  653. <execution>
  654. <goals>
  655. <goal>flatten</goal>
  656. </goals>
  657. <id>flatten</id>
  658. <phase>process-resources</phase>
  659. </execution>
  660. <execution>
  661. <goals>
  662. <goal>clean</goal>
  663. </goals>
  664. <id>flatten.clean</id>
  665. <phase>clean</phase>
  666. </execution>
  667. </executions>
  668. </plugin>
  669. </plugins>
  670. </build>
  671. </project>