pom.xml 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <groupId>huimv.garden</groupId>
  6. <artifactId>garden</artifactId>
  7. <name>snowy</name>
  8. <version>2.0.0</version>
  9. <description>snowy快速开发平台</description>
  10. <packaging>pom</packaging>
  11. <parent>
  12. <groupId>org.springframework.boot</groupId>
  13. <artifactId>spring-boot-starter-parent</artifactId>
  14. <version>2.5.12</version>
  15. </parent>
  16. <properties>
  17. <java.version>1.8</java.version>
  18. <snowy.version>2.0.0</snowy.version>
  19. <spring-framework.version>5.3.26</spring-framework.version>
  20. <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
  21. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  22. <!-- 锁定依赖版本号 -->
  23. <ali.oss.version>3.14.0</ali.oss.version>
  24. <aliyun.sdk.dm.version>3.3.1</aliyun.sdk.dm.version>
  25. <aliyun.sdk.dysmsapi.version>2.0.9</aliyun.sdk.dysmsapi.version>
  26. <aliyun.sdk.ecs.version>3.1.0</aliyun.sdk.ecs.version>
  27. <bcprov.jdk15on.version>1.70</bcprov.jdk15on.version>
  28. <beetl.version>1.2.40.Beetl.RELEASE</beetl.version>
  29. <checker.qual.version>3.31.0</checker.qual.version>
  30. <commons.beanutils.version>1.9.4</commons.beanutils.version>
  31. <commons.compress.version>1.22</commons.compress.version>
  32. <commons.pool2.version>2.11.1</commons.pool2.version>
  33. <druid.version>1.2.9</druid.version>
  34. <dynamic.datasource.version>3.5.1</dynamic.datasource.version>
  35. <easy.trans.version>2.1.7</easy.trans.version>
  36. <easyexcel.version>3.2.1</easyexcel.version>
  37. <easypoi.version>4.3.0</easypoi.version>
  38. <fastjson.version>2.0.24</fastjson.version>
  39. <gson.version>2.8.9</gson.version>
  40. <guava.version>31.1-jre</guava.version>
  41. <hutool.version>5.8.12</hutool.version>
  42. <ip2region.version>2.6.3</ip2region.version>
  43. <jackson.annotations.version>2.14.2</jackson.annotations.version>
  44. <jackson.core.version>2.14.2</jackson.core.version>
  45. <jackson.databind.version>2.14.2</jackson.databind.version>
  46. <jackson.datatype.jdk8.version>2.14.2</jackson.datatype.jdk8.version>
  47. <jackson.datatype.jsr310.version>2.14.2</jackson.datatype.jsr310.version>
  48. <jackson.module.parameter.names.version>2.14.2</jackson.module.parameter.names.version>
  49. <javax.mail.version>1.6.2</javax.mail.version>
  50. <jettison.version>1.5.4</jettison.version>
  51. <junit.version>4.13.2</junit.version>
  52. <just.auth.version>1.16.5</just.auth.version>
  53. <knife4j.version>2.0.9</knife4j.version>
  54. <logback.classic.version>1.2.0</logback.classic.version>
  55. <lombok.versin>1.18.22</lombok.versin>
  56. <minio.version>8.5.2</minio.version>
  57. <mssql.connector.java.version>9.2.1.jre8</mssql.connector.java.version>
  58. <mybatis.plus.version>3.5.3.1</mybatis.plus.version>
  59. <mybatis.version>3.5.10</mybatis.version>
  60. <mysql.connector.java.version>8.0.28</mysql.connector.java.version>
  61. <netty.common.version>4.1.89.Final</netty.common.version>
  62. <netty.handler.version>4.1.89.Final</netty.handler.version>
  63. <okhttp3.version>4.10.0</okhttp3.version>
  64. <okio.version>3.3.0</okio.version>
  65. <dm.connector.java.version>8.1.2.192</dm.connector.java.version>
  66. <kingbase.connector.java.version>8.6.0</kingbase.connector.java.version>
  67. <oracle.connector.java.version>21.5.0.0</oracle.connector.java.version>
  68. <oracle.nls.orai18n.version>19.7.0.0</oracle.nls.orai18n.version>
  69. <oshi.core.version>6.2.2</oshi.core.version>
  70. <pinyin.version>2.5.1</pinyin.version>
  71. <postgres.connector.java.version>42.2.25</postgres.connector.java.version>
  72. <protobuf.java.version>3.21.12</protobuf.java.version>
  73. <sa.token.version>1.31.0</sa.token.version>
  74. <smcrypto.version>0.3.2</smcrypto.version>
  75. <snakeyaml.version>2.0</snakeyaml.version>
  76. <spring.context.version>5.3.19</spring.context.version>
  77. <spring.security.crypto.version>6.0.2</spring.security.crypto.version>
  78. <springfox.swagger2.version>2.10.5</springfox.swagger2.version>
  79. <ten.cos.version>5.6.68</ten.cos.version>
  80. <ten.sdk.ses.version>3.1.455</ten.sdk.ses.version>
  81. <ten.sdk.sms.version>3.1.455</ten.sdk.sms.version>
  82. <tomcat.embed.core.version>9.0.72</tomcat.embed.core.version>
  83. </properties>
  84. <modules>
  85. <!-- 基础通用规则模块 -->
  86. <module>snowy-common</module>
  87. <!-- 插件模块 -->
  88. <module>snowy-plugin</module>
  89. <!-- 插件API接口模块 -->
  90. <module>snowy-plugin-api</module>
  91. <!-- 主启动模块 -->
  92. <module>huimv-farm</module>
  93. <!-- 基础通用规则模块 -->
  94. <!-- <module>get-data</module>-->
  95. </modules>
  96. <dependencyManagement>
  97. <dependencies>
  98. <!-- snowy-common -->
  99. <dependency>
  100. <groupId>vip.xiaonuo</groupId>
  101. <artifactId>snowy-common</artifactId>
  102. <version>${snowy.version}</version>
  103. </dependency>
  104. <!-- snowy-plugin-auth-api -->
  105. <dependency>
  106. <groupId>vip.xiaonuo</groupId>
  107. <artifactId>snowy-plugin-auth-api</artifactId>
  108. <version>${snowy.version}</version>
  109. </dependency>
  110. <!-- snowy-plugin-biz-api -->
  111. <dependency>
  112. <groupId>vip.xiaonuo</groupId>
  113. <artifactId>snowy-plugin-biz-api</artifactId>
  114. <version>${snowy.version}</version>
  115. </dependency>
  116. <!-- snowy-plugin-client-api -->
  117. <dependency>
  118. <groupId>vip.xiaonuo</groupId>
  119. <artifactId>snowy-plugin-client-api</artifactId>
  120. <version>${snowy.version}</version>
  121. </dependency>
  122. <!-- snowy-plugin-dev-api -->
  123. <dependency>
  124. <groupId>vip.xiaonuo</groupId>
  125. <artifactId>snowy-plugin-dev-api</artifactId>
  126. <version>${snowy.version}</version>
  127. </dependency>
  128. <!-- snowy-plugin-gen-api -->
  129. <dependency>
  130. <groupId>vip.xiaonuo</groupId>
  131. <artifactId>snowy-plugin-gen-api</artifactId>
  132. <version>${snowy.version}</version>
  133. </dependency>
  134. <!-- snowy-plugin-mobile-api -->
  135. <dependency>
  136. <groupId>vip.xiaonuo</groupId>
  137. <artifactId>snowy-plugin-mobile-api</artifactId>
  138. <version>${snowy.version}</version>
  139. </dependency>
  140. <!-- snowy-plugin-sys-api -->
  141. <dependency>
  142. <groupId>vip.xiaonuo</groupId>
  143. <artifactId>snowy-plugin-sys-api</artifactId>
  144. <version>${snowy.version}</version>
  145. </dependency>
  146. <!-- snowy-plugin-auth -->
  147. <dependency>
  148. <groupId>vip.xiaonuo</groupId>
  149. <artifactId>snowy-plugin-auth</artifactId>
  150. <version>${snowy.version}</version>
  151. </dependency>
  152. <!-- snowy-plugin-biz -->
  153. <dependency>
  154. <groupId>vip.xiaonuo</groupId>
  155. <artifactId>snowy-plugin-biz</artifactId>
  156. <version>${snowy.version}</version>
  157. </dependency>
  158. <!-- snowy-plugin-client -->
  159. <dependency>
  160. <groupId>vip.xiaonuo</groupId>
  161. <artifactId>snowy-plugin-client</artifactId>
  162. <version>${snowy.version}</version>
  163. </dependency>
  164. <!-- snowy-plugin-dev -->
  165. <dependency>
  166. <groupId>vip.xiaonuo</groupId>
  167. <artifactId>snowy-plugin-dev</artifactId>
  168. <version>${snowy.version}</version>
  169. </dependency>
  170. <!-- snowy-plugin-gen -->
  171. <dependency>
  172. <groupId>vip.xiaonuo</groupId>
  173. <artifactId>snowy-plugin-gen</artifactId>
  174. <version>${snowy.version}</version>
  175. </dependency>
  176. <!-- snowy-plugin-mobile -->
  177. <dependency>
  178. <groupId>vip.xiaonuo</groupId>
  179. <artifactId>snowy-plugin-mobile</artifactId>
  180. <version>${snowy.version}</version>
  181. </dependency>
  182. <!-- snowy-plugin-sys -->
  183. <dependency>
  184. <groupId>vip.xiaonuo</groupId>
  185. <artifactId>snowy-plugin-sys</artifactId>
  186. <version>${snowy.version}</version>
  187. </dependency>
  188. <!-- lombok -->
  189. <dependency>
  190. <groupId>org.projectlombok</groupId>
  191. <artifactId>lombok</artifactId>
  192. <version>${lombok.versin}</version>
  193. </dependency>
  194. <!-- druid -->
  195. <dependency>
  196. <groupId>com.alibaba</groupId>
  197. <artifactId>druid-spring-boot-starter</artifactId>
  198. <version>${druid.version}</version>
  199. </dependency>
  200. <!-- mybatis -->
  201. <dependency>
  202. <groupId>org.mybatis</groupId>
  203. <artifactId>mybatis</artifactId>
  204. <version>${mybatis.version}</version>
  205. </dependency>
  206. <!-- mybatis-plus-core -->
  207. <dependency>
  208. <groupId>com.baomidou</groupId>
  209. <artifactId>mybatis-plus-core</artifactId>
  210. <version>${mybatis.plus.version}</version>
  211. </dependency>
  212. <!-- mybatis-plus -->
  213. <dependency>
  214. <groupId>com.baomidou</groupId>
  215. <artifactId>mybatis-plus-boot-starter</artifactId>
  216. <version>${mybatis.plus.version}</version>
  217. </dependency>
  218. <!-- easy-trans -->
  219. <dependency>
  220. <groupId>com.fhs-opensource</groupId>
  221. <artifactId>easy-trans-spring-boot-starter</artifactId>
  222. <version>${easy.trans.version}</version>
  223. </dependency>
  224. <!-- easy-trans-mybatis-plus-extend -->
  225. <dependency>
  226. <groupId>com.fhs-opensource</groupId>
  227. <artifactId>easy-trans-mybatis-plus-extend</artifactId>
  228. <version>${easy.trans.version}</version>
  229. </dependency>
  230. <!-- redis -->
  231. <dependency>
  232. <groupId>org.apache.commons</groupId>
  233. <artifactId>commons-pool2</artifactId>
  234. <version>${commons.pool2.version}</version>
  235. </dependency>
  236. <!-- okhttp -->
  237. <dependency>
  238. <groupId>com.squareup.okhttp3</groupId>
  239. <artifactId>okhttp</artifactId>
  240. <version>${okhttp3.version}</version>
  241. </dependency>
  242. <!-- okio -->
  243. <dependency>
  244. <groupId>com.squareup.okio</groupId>
  245. <artifactId>okio</artifactId>
  246. <version>${okio.version}</version>
  247. </dependency>
  248. <!-- hutool -->
  249. <dependency>
  250. <groupId>cn.hutool</groupId>
  251. <artifactId>hutool-all</artifactId>
  252. <version>${hutool.version}</version>
  253. </dependency>
  254. <!-- pinyin4j -->
  255. <dependency>
  256. <groupId>com.belerweb</groupId>
  257. <artifactId>pinyin4j</artifactId>
  258. <version>${pinyin.version}</version>
  259. </dependency>
  260. <!-- ip2region -->
  261. <dependency>
  262. <groupId>org.lionsoul</groupId>
  263. <artifactId>ip2region</artifactId>
  264. <version>${ip2region.version}</version>
  265. </dependency>
  266. <!-- knife4j -->
  267. <dependency>
  268. <groupId>com.github.xiaoymin</groupId>
  269. <artifactId>knife4j-spring-boot-starter</artifactId>
  270. <version>${knife4j.version}</version>
  271. </dependency>
  272. <!-- easy-poi -->
  273. <dependency>
  274. <groupId>cn.afterturn</groupId>
  275. <artifactId>easypoi-spring-boot-starter</artifactId>
  276. <version>${easypoi.version}</version>
  277. </dependency>
  278. <!-- sm-crypto -->
  279. <dependency>
  280. <groupId>com.antherd</groupId>
  281. <artifactId>sm-crypto</artifactId>
  282. <version>${smcrypto.version}</version>
  283. </dependency>
  284. <!-- easyexcel -->
  285. <dependency>
  286. <groupId>com.alibaba</groupId>
  287. <artifactId>easyexcel</artifactId>
  288. <version>${easyexcel.version}</version>
  289. </dependency>
  290. <!-- sa-token-core -->
  291. <dependency>
  292. <groupId>cn.dev33</groupId>
  293. <artifactId>sa-token-core</artifactId>
  294. <version>${sa.token.version}</version>
  295. </dependency>
  296. <!-- sa-token -->
  297. <dependency>
  298. <groupId>cn.dev33</groupId>
  299. <artifactId>sa-token-spring-boot-starter</artifactId>
  300. <version>${sa.token.version}</version>
  301. </dependency>
  302. <!-- sa-token 整合 redis (使用jackson序列化方式) -->
  303. <dependency>
  304. <groupId>cn.dev33</groupId>
  305. <artifactId>sa-token-dao-redis-jackson</artifactId>
  306. <version>${sa.token.version}</version>
  307. </dependency>
  308. <!-- Sa-Token插件:权限缓存与业务缓存分离 -->
  309. <dependency>
  310. <groupId>cn.dev33</groupId>
  311. <artifactId>sa-token-alone-redis</artifactId>
  312. <version>${sa.token.version}</version>
  313. </dependency>
  314. <!-- Sa-Token 插件:整合SSO -->
  315. <dependency>
  316. <groupId>cn.dev33</groupId>
  317. <artifactId>sa-token-sso</artifactId>
  318. <version>${sa.token.version}</version>
  319. </dependency>
  320. <!-- JustAuth 第三方登录 -->
  321. <dependency>
  322. <groupId>me.zhyd.oauth</groupId>
  323. <artifactId>JustAuth</artifactId>
  324. <version>${just.auth.version}</version>
  325. </dependency>
  326. <!-- beetl模板引擎 -->
  327. <dependency>
  328. <groupId>com.ibeetl</groupId>
  329. <artifactId>beetl-framework-starter</artifactId>
  330. <version>${beetl.version}</version>
  331. </dependency>
  332. <!--腾讯云上传文件客户端-->
  333. <dependency>
  334. <groupId>com.qcloud</groupId>
  335. <artifactId>cos_api</artifactId>
  336. <version>${ten.cos.version}</version>
  337. </dependency>
  338. <!--阿里云上传文件客户端-->
  339. <dependency>
  340. <groupId>com.aliyun.oss</groupId>
  341. <artifactId>aliyun-sdk-oss</artifactId>
  342. <version>${ali.oss.version}</version>
  343. </dependency>
  344. <!--minio上传文件客户端-->
  345. <dependency>
  346. <groupId>io.minio</groupId>
  347. <artifactId>minio</artifactId>
  348. <version>${minio.version}</version>
  349. </dependency>
  350. <!--java邮件发送-->
  351. <dependency>
  352. <groupId>com.sun.mail</groupId>
  353. <artifactId>javax.mail</artifactId>
  354. <version>${javax.mail.version}</version>
  355. </dependency>
  356. <!--阿里云邮件发送-->
  357. <dependency>
  358. <groupId>com.aliyun</groupId>
  359. <artifactId>aliyun-java-sdk-dm</artifactId>
  360. <version>${aliyun.sdk.dm.version}</version>
  361. </dependency>
  362. <!-- 腾讯云邮件发送 -->
  363. <dependency>
  364. <groupId>com.tencentcloudapi</groupId>
  365. <artifactId>tencentcloud-sdk-java-ses</artifactId>
  366. <version>${ten.sdk.ses.version}</version>
  367. </dependency>
  368. <!--阿里云短信发送-->
  369. <dependency>
  370. <groupId>com.aliyun</groupId>
  371. <artifactId>dysmsapi20170525</artifactId>
  372. <version>${aliyun.sdk.dysmsapi.version}</version>
  373. </dependency>
  374. <!--腾讯云短信发送-->
  375. <dependency>
  376. <groupId>com.tencentcloudapi</groupId>
  377. <artifactId>tencentcloud-sdk-java-sms</artifactId>
  378. <version>${ten.sdk.sms.version}</version>
  379. </dependency>
  380. <!--系统硬件信息-->
  381. <dependency>
  382. <groupId>com.github.oshi</groupId>
  383. <artifactId>oshi-core</artifactId>
  384. <version>${oshi.core.version}</version>
  385. </dependency>
  386. <!-- junit -->
  387. <dependency>
  388. <groupId>junit</groupId>
  389. <artifactId>junit</artifactId>
  390. <version>${junit.version}</version>
  391. <scope>test</scope>
  392. </dependency>
  393. <!-- logback-classic -->
  394. <dependency>
  395. <groupId>ch.qos.logback</groupId>
  396. <artifactId>logback-classic</artifactId>
  397. <version>${logback.classic.version}</version>
  398. </dependency>
  399. <!-- gson -->
  400. <dependency>
  401. <groupId>com.google.code.gson</groupId>
  402. <artifactId>gson</artifactId>
  403. <version>${gson.version}</version>
  404. </dependency>
  405. <!-- guava -->
  406. <dependency>
  407. <groupId>com.google.guava</groupId>
  408. <artifactId>guava</artifactId>
  409. <version>${guava.version}</version>
  410. </dependency>
  411. <!-- netty-common -->
  412. <dependency>
  413. <groupId>io.netty</groupId>
  414. <artifactId>netty-common</artifactId>
  415. <version>${netty.common.version}</version>
  416. </dependency>
  417. <!-- netty-common -->
  418. <dependency>
  419. <groupId>io.netty</groupId>
  420. <artifactId>netty-handler</artifactId>
  421. <version>${netty.handler.version}</version>
  422. </dependency>
  423. <!-- jettison -->
  424. <dependency>
  425. <groupId>org.codehaus.jettison</groupId>
  426. <artifactId>jettison</artifactId>
  427. <version>${jettison.version}</version>
  428. </dependency>
  429. <!-- snakeyaml -->
  430. <dependency>
  431. <groupId>org.yaml</groupId>
  432. <artifactId>snakeyaml</artifactId>
  433. <version>${snakeyaml.version}</version>
  434. </dependency>
  435. <!-- spring-context -->
  436. <dependency>
  437. <groupId>org.springframework</groupId>
  438. <artifactId>spring-context</artifactId>
  439. <version>${spring.context.version}</version>
  440. </dependency>
  441. <!-- spring-security-crypto -->
  442. <dependency>
  443. <groupId>org.springframework.security</groupId>
  444. <artifactId>spring-security-crypto</artifactId>
  445. <version>${spring.security.crypto.version}</version>
  446. </dependency>
  447. <!-- springfox-swagger2 -->
  448. <dependency>
  449. <groupId>io.springfox</groupId>
  450. <artifactId>springfox-swagger2</artifactId>
  451. <version>${springfox.swagger2.version}</version>
  452. </dependency>
  453. <!-- tomcat-embed-core -->
  454. <dependency>
  455. <groupId>org.apache.tomcat.embed</groupId>
  456. <artifactId>tomcat-embed-core</artifactId>
  457. <version>${tomcat.embed.core.version}</version>
  458. </dependency>
  459. <!-- fastjson -->
  460. <dependency>
  461. <groupId>com.alibaba</groupId>
  462. <artifactId>fastjson</artifactId>
  463. <version>${fastjson.version}</version>
  464. </dependency>
  465. <!-- jackson-annotations -->
  466. <dependency>
  467. <groupId>com.fasterxml.jackson.core</groupId>
  468. <artifactId>jackson-annotations</artifactId>
  469. <version>${jackson.annotations.version}</version>
  470. </dependency>
  471. <!-- jackson-core -->
  472. <dependency>
  473. <groupId>com.fasterxml.jackson.core</groupId>
  474. <artifactId>jackson-core</artifactId>
  475. <version>${jackson.core.version}</version>
  476. </dependency>
  477. <!-- jackson-databind -->
  478. <dependency>
  479. <groupId>com.fasterxml.jackson.core</groupId>
  480. <artifactId>jackson-databind</artifactId>
  481. <version>${jackson.databind.version}</version>
  482. </dependency>
  483. <!-- jackson-datatype -->
  484. <dependency>
  485. <groupId>com.fasterxml.jackson.datatype</groupId>
  486. <artifactId>jackson-datatype-jdk8</artifactId>
  487. <version>${jackson.datatype.jdk8.version}</version>
  488. </dependency>
  489. <!-- jackson-jsr310 -->
  490. <dependency>
  491. <groupId>com.fasterxml.jackson.datatype</groupId>
  492. <artifactId>jackson-datatype-jsr310</artifactId>
  493. <version>${jackson.datatype.jsr310.version}</version>
  494. </dependency>
  495. <!-- jackson-module-parameter-names -->
  496. <dependency>
  497. <groupId>com.fasterxml.jackson.module</groupId>
  498. <artifactId>jackson-module-parameter-names</artifactId>
  499. <version>${jackson.module.parameter.names.version}</version>
  500. </dependency>
  501. <!-- commons-beanutils -->
  502. <dependency>
  503. <groupId>commons-beanutils</groupId>
  504. <artifactId>commons-beanutils</artifactId>
  505. <version>${commons.beanutils.version}</version>
  506. </dependency>
  507. <!-- commons-compress -->
  508. <dependency>
  509. <groupId>org.apache.commons</groupId>
  510. <artifactId>commons-compress</artifactId>
  511. <version>${commons.compress.version}</version>
  512. </dependency>
  513. <!-- protobuf-java -->
  514. <dependency>
  515. <groupId>com.google.protobuf</groupId>
  516. <artifactId>protobuf-java</artifactId>
  517. <version>${protobuf.java.version}</version>
  518. </dependency>
  519. <!-- checker-qual -->
  520. <dependency>
  521. <groupId>org.checkerframework</groupId>
  522. <artifactId>checker-qual</artifactId>
  523. <version>${checker.qual.version}</version>
  524. </dependency>
  525. <!-- bcprov-jdk15on -->
  526. <dependency>
  527. <groupId>org.bouncycastle</groupId>
  528. <artifactId>bcprov-jdk15on</artifactId>
  529. <version>${bcprov.jdk15on.version}</version>
  530. </dependency>
  531. <!-- dynamic-datasource -->
  532. <dependency>
  533. <groupId>com.baomidou</groupId>
  534. <artifactId>dynamic-datasource-spring-boot-starter</artifactId>
  535. <version>${dynamic.datasource.version}</version>
  536. </dependency>
  537. <!-- mysql -->
  538. <dependency>
  539. <groupId>mysql</groupId>
  540. <artifactId>mysql-connector-java</artifactId>
  541. <version>${mysql.connector.java.version}</version>
  542. </dependency>
  543. <!-- postgresql -->
  544. <!--<dependency>
  545. <groupId>org.postgresql</groupId>
  546. <artifactId>postgresql</artifactId>
  547. <version>${postgres.connector.java.version}</version>
  548. </dependency>-->
  549. <!-- 达梦数据库 -->
  550. <!--<dependency>
  551. <groupId>com.dameng</groupId>
  552. <artifactId>DmJdbcDriver18</artifactId>
  553. <version>${dm.connector.java.version}</version>
  554. </dependency>-->
  555. <!-- 人大金仓数据库 -->
  556. <!--<dependency>
  557. <groupId>cn.com.kingbase</groupId>
  558. <artifactId>kingbase8</artifactId>
  559. <version>${kingbase.connector.java.version}</version>
  560. </dependency>-->
  561. <!-- oracle -->
  562. <!--<dependency>
  563. <groupId>com.oracle.database.jdbc</groupId>
  564. <artifactId>ojdbc8</artifactId>
  565. <version>${oracle.connector.java.version}</version>
  566. </dependency>
  567. <dependency>
  568. <groupId>com.oracle.database.nls</groupId>
  569. <artifactId>orai18n</artifactId>
  570. <version>${oracle.nls.orai18n.version}</version>
  571. </dependency>-->
  572. <!-- mssql -->
  573. <!--<dependency>
  574. <groupId>com.microsoft.sqlserver</groupId>
  575. <artifactId>mssql-jdbc</artifactId>
  576. <version>${mssql.connector.java.version}</version>
  577. </dependency>-->
  578. </dependencies>
  579. </dependencyManagement>
  580. <build>
  581. <plugins>
  582. <plugin>
  583. <groupId>org.apache.maven.plugins</groupId>
  584. <artifactId>maven-compiler-plugin</artifactId>
  585. <version>3.7.0</version>
  586. <configuration>
  587. <source>1.8</source>
  588. <target>1.8</target>
  589. </configuration>
  590. </plugin>
  591. <plugin>
  592. <groupId>org.apache.maven.plugins</groupId>
  593. <artifactId>maven-source-plugin</artifactId>
  594. <version>3.0.1</version>
  595. <configuration>
  596. <attach>true</attach>
  597. </configuration>
  598. <executions>
  599. <execution>
  600. <phase>compile</phase>
  601. <goals>
  602. <goal>jar</goal>
  603. </goals>
  604. </execution>
  605. </executions>
  606. </plugin>
  607. </plugins>
  608. <resources>
  609. <resource>
  610. <directory>src/main/resources</directory>
  611. </resource>
  612. <resource>
  613. <directory>src/main/java</directory>
  614. <includes>
  615. <include>**/*.xml</include>
  616. </includes>
  617. </resource>
  618. </resources>
  619. </build>
  620. </project>