pom.xml 26 KB

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