pom.xml 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840
  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.scm.contract</groupId>
  7. <artifactId>rfid-app</artifactId>
  8. <version>${contract.version}</version>
  9. <name>${project.artifactId}</name>
  10. <packaging>pom</packaging>
  11. <properties>
  12. <contract.version>0.0.1</contract.version>
  13. <caffeine.version>2.9.3</caffeine.version>
  14. <direwolf.version>1.4.0.0-20230512</direwolf.version>
  15. <spring-boot.version>2.0.8.RELEASE</spring-boot.version>
  16. <spring-cloud.version>Finchley.SR3</spring-cloud.version>
  17. <spring-platform.version>Cairo-SR7</spring-platform.version>
  18. <spring.version>5.0.19.RELEASE</spring.version>
  19. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  20. <maven.compiler.source>1.8</maven.compiler.source>
  21. <maven.compiler.target>1.8</maven.compiler.target>
  22. <spring-boot-admin.version>2.0.5</spring-boot-admin.version>
  23. <hutool.version>4.5.0</hutool.version>
  24. <mybatis.version>3.4.4</mybatis.version>
  25. <mybatis-spring.version>2.0.0</mybatis-spring.version>
  26. <oracle.version>11.2.0.4.0-atlassian-hosted</oracle.version>
  27. <ndsjdbc.version>1.0</ndsjdbc.version>
  28. <!-- <avtiviti.version>5.22.0</avtiviti.version>-->
  29. <kaptcha.version>0.0.9</kaptcha.version>
  30. <swagger.version>2.9.2</swagger.version>
  31. <elastic-job.version>2.0.0</elastic-job.version>
  32. <curator.version>2.10.0</curator.version>
  33. <velocity.version>1.7</velocity.version>
  34. <lcn.version>4.1.0</lcn.version>
  35. <jasypt.version>2.1.0</jasypt.version>
  36. <logstash.version>4.11</logstash.version>
  37. <truelicense.version>1.33</truelicense.version>
  38. <elastic-job-lite.version>2.1.5</elastic-job-lite.version>
  39. <security.oauth.version>2.3.3.RELEASE</security.oauth.version>
  40. <jackson.modules>2.11.2</jackson.modules>
  41. <ttl.version>2.10.1</ttl.version>
  42. <!--zipkin2.12.x需要此版本jooq -->
  43. <jooq.version>3.11.9</jooq.version>
  44. <kafka-collector.version>2.4.1</kafka-collector.version>
  45. <zipkin.version>2.12.2</zipkin.version>
  46. <zipkin-storage-mysql.version>2.8.4</zipkin-storage-mysql.version>
  47. <zipkin-storage-elasticsearch.version>2.12.9</zipkin-storage-elasticsearch.version>
  48. <skywalking.version>6.0.0-GA</skywalking.version>
  49. <docker.url>http://192.168.0.13:4243</docker.url>
  50. <registry.url>192.168.0.13:5000</registry.url>
  51. <lettuce.version>5.3.3.RELEASE</lettuce.version>
  52. <reactor.version>3.3.9.RELEASE</reactor.version>
  53. <netty.version>4.1.51.Final</netty.version>
  54. <xstream.version>1.4.18</xstream.version>
  55. <xdoc.version>2.0.2</xdoc.version>
  56. <mybatis-plus.version>3.3.1</mybatis-plus.version>
  57. </properties>
  58. <dependencyManagement>
  59. <dependencies>
  60. <dependency>
  61. <groupId>com.github.ben-manes.caffeine</groupId>
  62. <artifactId>caffeine</artifactId>
  63. <version>${caffeine.version}</version>
  64. </dependency>
  65. <dependency>
  66. <groupId>org.springframework.boot</groupId>
  67. <artifactId>spring-boot-dependencies</artifactId>
  68. <version>${spring-boot.version}</version>
  69. <type>pom</type>
  70. <scope>import</scope>
  71. <exclusions>
  72. <exclusion>
  73. <groupId>org.springframework</groupId>
  74. <artifactId>spring-aop</artifactId>
  75. </exclusion>
  76. <exclusion>
  77. <groupId>org.springframework</groupId>
  78. <artifactId>spring-aspects</artifactId>
  79. </exclusion>
  80. <exclusion>
  81. <groupId>org.springframework</groupId>
  82. <artifactId>spring-beans</artifactId>
  83. </exclusion>
  84. <exclusion>
  85. <groupId>org.springframework</groupId>
  86. <artifactId>spring-context</artifactId>
  87. </exclusion>
  88. <exclusion>
  89. <groupId>org.springframework</groupId>
  90. <artifactId>spring-context-indexer</artifactId>
  91. </exclusion>
  92. <exclusion>
  93. <groupId>org.springframework</groupId>
  94. <artifactId>spring-context-support</artifactId>
  95. </exclusion>
  96. <exclusion>
  97. <groupId>org.springframework</groupId>
  98. <artifactId>spring-core</artifactId>
  99. </exclusion>
  100. <exclusion>
  101. <groupId>org.springframework</groupId>
  102. <artifactId>spring-expression</artifactId>
  103. </exclusion>
  104. <exclusion>
  105. <groupId>org.springframework</groupId>
  106. <artifactId>spring-instrument</artifactId>
  107. </exclusion>
  108. <exclusion>
  109. <groupId>org.springframework</groupId>
  110. <artifactId>spring-jcl</artifactId>
  111. </exclusion>
  112. <exclusion>
  113. <groupId>org.springframework</groupId>
  114. <artifactId>spring-jdbc</artifactId>
  115. </exclusion>
  116. <exclusion>
  117. <groupId>org.springframework</groupId>
  118. <artifactId>spring-jms</artifactId>
  119. </exclusion>
  120. <exclusion>
  121. <groupId>org.springframework</groupId>
  122. <artifactId>spring-messaging</artifactId>
  123. </exclusion>
  124. <exclusion>
  125. <groupId>org.springframework</groupId>
  126. <artifactId>spring-orm</artifactId>
  127. </exclusion>
  128. <exclusion>
  129. <groupId>org.springframework</groupId>
  130. <artifactId>spring-oxm</artifactId>
  131. </exclusion>
  132. <exclusion>
  133. <groupId>org.springframework</groupId>
  134. <artifactId>spring-test</artifactId>
  135. </exclusion>
  136. <exclusion>
  137. <groupId>org.springframework</groupId>
  138. <artifactId>spring-tx</artifactId>
  139. </exclusion>
  140. <exclusion>
  141. <groupId>org.springframework</groupId>
  142. <artifactId>spring-web</artifactId>
  143. </exclusion>
  144. <exclusion>
  145. <groupId>org.springframework</groupId>
  146. <artifactId>spring-webflux</artifactId>
  147. </exclusion>
  148. <exclusion>
  149. <groupId>org.springframework</groupId>
  150. <artifactId>spring-webmvc</artifactId>
  151. </exclusion>
  152. <exclusion>
  153. <groupId>org.springframework</groupId>
  154. <artifactId>spring-websocket</artifactId>
  155. </exclusion>
  156. <exclusion>
  157. <groupId>org.springframework</groupId>
  158. <artifactId>spring-framework-bom</artifactId>
  159. </exclusion>
  160. <exclusion>
  161. <groupId>org.springframework</groupId>
  162. <artifactId>spring-framework-bom</artifactId>
  163. </exclusion>
  164. <exclusion>
  165. <groupId>com.thoughtworks.xstream</groupId>
  166. <artifactId>xstream</artifactId>
  167. </exclusion>
  168. </exclusions>
  169. </dependency>
  170. <dependency>
  171. <groupId>io.spring.platform</groupId>
  172. <artifactId>platform-bom</artifactId>
  173. <version>${spring-platform.version}</version>
  174. <type>pom</type>
  175. <scope>import</scope>
  176. </dependency>
  177. <dependency>
  178. <groupId>org.springframework.cloud</groupId>
  179. <artifactId>spring-cloud-dependencies</artifactId>
  180. <version>${spring-cloud.version}</version>
  181. <type>pom</type>
  182. <scope>import</scope>
  183. <exclusions>
  184. <exclusion>
  185. <groupId>io.lettuce</groupId>
  186. <artifactId>lettuce-core</artifactId>
  187. </exclusion>
  188. <exclusion>
  189. <groupId>io.projectreactor</groupId>
  190. <artifactId>reactor-core</artifactId>
  191. </exclusion>
  192. <exclusion>
  193. <groupId>io.netty</groupId>
  194. <artifactId>netty-common</artifactId>
  195. </exclusion>
  196. <exclusion>
  197. <groupId>io.netty</groupId>
  198. <artifactId>netty-handler</artifactId>
  199. </exclusion>
  200. <exclusion>
  201. <groupId>io.netty</groupId>
  202. <artifactId>netty-transport</artifactId>
  203. </exclusion>
  204. <exclusion>
  205. <groupId>io.netty</groupId>
  206. <artifactId>netty-buffer</artifactId>
  207. </exclusion>
  208. <exclusion>
  209. <groupId>io.netty</groupId>
  210. <artifactId>netty-resolver</artifactId>
  211. </exclusion>
  212. </exclusions>
  213. </dependency>
  214. <!-- Mybatis -->
  215. <dependency>
  216. <groupId>org.mybatis.spring.boot</groupId>
  217. <artifactId>mybatis-spring-boot-starter</artifactId>
  218. <version>${mybatis-spring.version}</version>
  219. <exclusions>
  220. <exclusion>
  221. <groupId>org.mybatis</groupId>
  222. <artifactId>mybatis</artifactId>
  223. </exclusion>
  224. </exclusions>
  225. </dependency>
  226. <dependency>
  227. <groupId>org.mybatis</groupId>
  228. <artifactId>mybatis</artifactId>
  229. <version>${mybatis.version}</version>
  230. </dependency>
  231. <!--jackson模块 -->
  232. <dependency>
  233. <groupId>com.fasterxml.jackson.module</groupId>
  234. <artifactId>jackson-modules-java8</artifactId>
  235. <version>${jackson.modules}</version>
  236. <type>pom</type>
  237. <scope>import</scope>
  238. </dependency>
  239. <!-- &lt;!&ndash; Activiti &ndash;&gt;-->
  240. <!-- <dependency>-->
  241. <!-- <groupId>org.activiti</groupId>-->
  242. <!-- <artifactId>activiti-bpmn-converter</artifactId>-->
  243. <!-- <version>${avtiviti.version}</version>-->
  244. <!-- </dependency>-->
  245. <!-- <dependency>-->
  246. <!-- <groupId>org.activiti</groupId>-->
  247. <!-- <artifactId>activiti-bpmn-layout</artifactId>-->
  248. <!-- <version>${avtiviti.version}</version>-->
  249. <!-- </dependency>-->
  250. <!-- <dependency>-->
  251. <!-- <groupId>org.activiti</groupId>-->
  252. <!-- <artifactId>activiti-bpmn-model</artifactId>-->
  253. <!-- <version>${avtiviti.version}</version>-->
  254. <!-- </dependency>-->
  255. <!-- <dependency>-->
  256. <!-- <groupId>org.activiti</groupId>-->
  257. <!-- <artifactId>activiti-camel</artifactId>-->
  258. <!-- <version>${avtiviti.version}</version>-->
  259. <!-- </dependency>-->
  260. <!-- <dependency>-->
  261. <!-- <groupId>org.activiti</groupId>-->
  262. <!-- <artifactId>activiti-cdi</artifactId>-->
  263. <!-- <version>${avtiviti.version}</version>-->
  264. <!-- </dependency>-->
  265. <!-- <dependency>-->
  266. <!-- <groupId>org.activiti</groupId>-->
  267. <!-- <artifactId>activiti-common-rest</artifactId>-->
  268. <!-- <version>${avtiviti.version}</version>-->
  269. <!-- </dependency>-->
  270. <!-- <dependency>-->
  271. <!-- <groupId>org.activiti</groupId>-->
  272. <!-- <artifactId>activiti-crystalball</artifactId>-->
  273. <!-- <version>${avtiviti.version}</version>-->
  274. <!-- </dependency>-->
  275. <!-- <dependency>-->
  276. <!-- <groupId>org.activiti</groupId>-->
  277. <!-- <artifactId>activiti-cxf</artifactId>-->
  278. <!-- <version>${avtiviti.version}</version>-->
  279. <!-- </dependency>-->
  280. <!-- <dependency>-->
  281. <!-- <groupId>org.activiti</groupId>-->
  282. <!-- <artifactId>activiti-diagram-rest</artifactId>-->
  283. <!-- <version>${avtiviti.version}</version>-->
  284. <!-- </dependency>-->
  285. <!-- <dependency>-->
  286. <!-- <groupId>org.activiti</groupId>-->
  287. <!-- <artifactId>activiti-engine</artifactId>-->
  288. <!-- <version>${avtiviti.version}</version>-->
  289. <!-- </dependency>-->
  290. <!-- <dependency>-->
  291. <!-- <groupId>org.activiti</groupId>-->
  292. <!-- <artifactId>activiti-explorer</artifactId>-->
  293. <!-- <version>${avtiviti.version}</version>-->
  294. <!-- </dependency>-->
  295. <!-- <dependency>-->
  296. <!-- <groupId>org.activiti</groupId>-->
  297. <!-- <artifactId>activiti-image-generator</artifactId>-->
  298. <!-- <version>${avtiviti.version}</version>-->
  299. <!-- </dependency>-->
  300. <!-- <dependency>-->
  301. <!-- <groupId>org.activiti</groupId>-->
  302. <!-- <artifactId>activiti-jmx</artifactId>-->
  303. <!-- <version>${avtiviti.version}</version>-->
  304. <!-- </dependency>-->
  305. <!-- <dependency>-->
  306. <!-- <groupId>org.activiti</groupId>-->
  307. <!-- <artifactId>activiti-ldap</artifactId>-->
  308. <!-- <version>${avtiviti.version}</version>-->
  309. <!-- </dependency>-->
  310. <!-- <dependency>-->
  311. <!-- <groupId>org.activiti</groupId>-->
  312. <!-- <artifactId>activiti-modeler</artifactId>-->
  313. <!-- <version>${avtiviti.version}</version>-->
  314. <!-- </dependency>-->
  315. <!-- <dependency>-->
  316. <!-- <groupId>org.activiti</groupId>-->
  317. <!-- <artifactId>activiti-mule</artifactId>-->
  318. <!-- <version>${avtiviti.version}</version>-->
  319. <!-- </dependency>-->
  320. <!-- <dependency>-->
  321. <!-- <groupId>org.activiti</groupId>-->
  322. <!-- <artifactId>activiti-osgi</artifactId>-->
  323. <!-- <version>${avtiviti.version}</version>-->
  324. <!-- </dependency>-->
  325. <!-- <dependency>-->
  326. <!-- <groupId>org.activiti</groupId>-->
  327. <!-- <artifactId>activiti-process-validation</artifactId>-->
  328. <!-- <version>${avtiviti.version}</version>-->
  329. <!-- </dependency>-->
  330. <!-- <dependency>-->
  331. <!-- <groupId>org.activiti</groupId>-->
  332. <!-- <artifactId>activiti-rest</artifactId>-->
  333. <!-- <version>${avtiviti.version}</version>-->
  334. <!-- </dependency>-->
  335. <!-- <dependency>-->
  336. <!-- <groupId>org.activiti</groupId>-->
  337. <!-- <artifactId>activiti-simple-workflow</artifactId>-->
  338. <!-- <version>${avtiviti.version}</version>-->
  339. <!-- </dependency>-->
  340. <!-- <dependency>-->
  341. <!-- <groupId>org.activiti</groupId>-->
  342. <!-- <artifactId>activiti-spring</artifactId>-->
  343. <!-- <version>${avtiviti.version}</version>-->
  344. <!-- </dependency>-->
  345. <!-- Direwolf -->
  346. <dependency>
  347. <groupId>com.set.direwolfcloud</groupId>
  348. <artifactId>direwolf-common</artifactId>
  349. <version>${direwolf.version}</version>
  350. <type>pom</type>
  351. <scope>import</scope>
  352. <exclusions>
  353. <exclusion>
  354. <groupId> log4j</groupId>
  355. <artifactId>log4j</artifactId>
  356. </exclusion>
  357. </exclusions>
  358. </dependency>
  359. <dependency>
  360. <groupId>com.set.direwolfcloud</groupId>
  361. <artifactId>direwolf-sys</artifactId>
  362. <version>${direwolf.version}</version>
  363. <type>pom</type>
  364. <scope>import</scope>
  365. </dependency>
  366. <!-- Sample -->
  367. <dependency>
  368. <groupId>com.scm.contract</groupId>
  369. <artifactId>rfid-api</artifactId>
  370. <version>${contract.version}</version>
  371. </dependency>
  372. <dependency>
  373. <groupId>io.lettuce</groupId>
  374. <artifactId>lettuce-core</artifactId>
  375. <version>${lettuce.version}</version>
  376. </dependency>
  377. <dependency>
  378. <groupId>io.projectreactor</groupId>
  379. <artifactId>reactor-core</artifactId>
  380. <version>${reactor.version}</version>
  381. </dependency>
  382. <dependency>
  383. <groupId>io.netty</groupId>
  384. <artifactId>netty-common</artifactId>
  385. <version>${netty.version}</version>
  386. </dependency>
  387. <dependency>
  388. <groupId>io.netty</groupId>
  389. <artifactId>netty-handler</artifactId>
  390. <version>${netty.version}</version>
  391. </dependency>
  392. <dependency>
  393. <groupId>io.netty</groupId>
  394. <artifactId>netty-transport</artifactId>
  395. <version>${netty.version}</version>
  396. </dependency>
  397. <dependency>
  398. <groupId>io.netty</groupId>
  399. <artifactId>netty-buffer</artifactId>
  400. <version>${netty.version}</version>
  401. </dependency>
  402. <dependency>
  403. <groupId>io.netty</groupId>
  404. <artifactId>netty-resolver</artifactId>
  405. <version>${netty.version}</version>
  406. </dependency>
  407. <dependency>
  408. <groupId>org.springframework</groupId>
  409. <artifactId>spring-aop</artifactId>
  410. <version>${spring.version}</version>
  411. </dependency>
  412. <dependency>
  413. <groupId>org.springframework</groupId>
  414. <artifactId>spring-aspects</artifactId>
  415. <version>${spring.version}</version>
  416. </dependency>
  417. <dependency>
  418. <groupId>org.springframework</groupId>
  419. <artifactId>spring-beans</artifactId>
  420. <version>${spring.version}</version>
  421. </dependency>
  422. <dependency>
  423. <groupId>org.springframework</groupId>
  424. <artifactId>spring-context</artifactId>
  425. <version>${spring.version}</version>
  426. </dependency>
  427. <dependency>
  428. <groupId>org.springframework</groupId>
  429. <artifactId>spring-context-indexer</artifactId>
  430. <version>${spring.version}</version>
  431. </dependency>
  432. <dependency>
  433. <groupId>org.springframework</groupId>
  434. <artifactId>spring-context-support</artifactId>
  435. <version>${spring.version}</version>
  436. </dependency>
  437. <dependency>
  438. <groupId>org.springframework</groupId>
  439. <artifactId>spring-core</artifactId>
  440. <version>${spring.version}</version>
  441. </dependency>
  442. <dependency>
  443. <groupId>org.springframework</groupId>
  444. <artifactId>spring-expression</artifactId>
  445. <version>${spring.version}</version>
  446. </dependency>
  447. <dependency>
  448. <groupId>org.springframework</groupId>
  449. <artifactId>spring-instrument</artifactId>
  450. <version>${spring.version}</version>
  451. </dependency>
  452. <dependency>
  453. <groupId>org.springframework</groupId>
  454. <artifactId>spring-jcl</artifactId>
  455. <version>${spring.version}</version>
  456. </dependency>
  457. <dependency>
  458. <groupId>org.springframework</groupId>
  459. <artifactId>spring-jdbc</artifactId>
  460. <version>${spring.version}</version>
  461. </dependency>
  462. <dependency>
  463. <groupId>org.springframework</groupId>
  464. <artifactId>spring-jms</artifactId>
  465. <version>${spring.version}</version>
  466. </dependency>
  467. <dependency>
  468. <groupId>org.springframework</groupId>
  469. <artifactId>spring-messaging</artifactId>
  470. <version>${spring.version}</version>
  471. </dependency>
  472. <dependency>
  473. <groupId>org.springframework</groupId>
  474. <artifactId>spring-orm</artifactId>
  475. <version>${spring.version}</version>
  476. </dependency>
  477. <dependency>
  478. <groupId>org.springframework</groupId>
  479. <artifactId>spring-oxm</artifactId>
  480. <version>${spring.version}</version>
  481. </dependency>
  482. <dependency>
  483. <groupId>org.springframework</groupId>
  484. <artifactId>spring-test</artifactId>
  485. <version>${spring.version}</version>
  486. </dependency>
  487. <dependency>
  488. <groupId>org.springframework</groupId>
  489. <artifactId>spring-tx</artifactId>
  490. <version>${spring.version}</version>
  491. </dependency>
  492. <dependency>
  493. <groupId>org.springframework</groupId>
  494. <artifactId>spring-web</artifactId>
  495. <version>${spring.version}</version>
  496. </dependency>
  497. <dependency>
  498. <groupId>org.springframework</groupId>
  499. <artifactId>spring-webflux</artifactId>
  500. <version>${spring.version}</version>
  501. </dependency>
  502. <dependency>
  503. <groupId>org.springframework</groupId>
  504. <artifactId>spring-webmvc</artifactId>
  505. <version>${spring.version}</version>
  506. </dependency>
  507. <dependency>
  508. <groupId>org.springframework</groupId>
  509. <artifactId>spring-websocket</artifactId>
  510. <version>${spring.version}</version>
  511. </dependency>
  512. <dependency>
  513. <groupId>org.springframework</groupId>
  514. <artifactId>spring-framework-bom</artifactId>
  515. <version>${spring.version}</version>
  516. <type>pom</type>
  517. <scope>import</scope>
  518. </dependency>
  519. <dependency>
  520. <groupId>com.thoughtworks.xstream</groupId>
  521. <artifactId>xstream</artifactId>
  522. <version>${xstream.version}</version>
  523. </dependency>
  524. </dependencies>
  525. </dependencyManagement>
  526. <dependencies>
  527. <!--eureka 客户端 -->
  528. <dependency>
  529. <groupId>org.springframework.cloud</groupId>
  530. <artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
  531. </dependency>
  532. <!-- Spring cloud config -->
  533. <dependency>
  534. <groupId>org.springframework.cloud</groupId>
  535. <artifactId>spring-cloud-starter-config</artifactId>
  536. </dependency>
  537. <dependency>
  538. <groupId>org.springframework.cloud</groupId>
  539. <artifactId>spring-cloud-starter-bus-amqp</artifactId>
  540. </dependency>
  541. <!-- Sleuth -->
  542. <dependency>
  543. <groupId>org.springframework.cloud</groupId>
  544. <artifactId>spring-cloud-starter-sleuth</artifactId>
  545. </dependency>
  546. <dependency>
  547. <groupId>org.aspectj</groupId>
  548. <artifactId>aspectjweaver</artifactId>
  549. </dependency>
  550. <dependency>
  551. <groupId>org.apache.skywalking</groupId>
  552. <artifactId>apm-toolkit-logback-1.x</artifactId>
  553. <version>${skywalking.version}</version>
  554. </dependency>
  555. <!--配置文件处理器 -->
  556. <dependency>
  557. <groupId>org.springframework.boot</groupId>
  558. <artifactId>spring-boot-configuration-processor</artifactId>
  559. <optional>true</optional>
  560. </dependency>
  561. <dependency>
  562. <groupId>com.github.ulisesbocchio</groupId>
  563. <artifactId>jasypt-spring-boot-starter</artifactId>
  564. <version>${jasypt.version}</version>
  565. </dependency>
  566. <!--监控 -->
  567. <dependency>
  568. <groupId>org.springframework.boot</groupId>
  569. <artifactId>spring-boot-starter-actuator</artifactId>
  570. </dependency>
  571. <!--监控客户端 -->
  572. <dependency>
  573. <groupId>de.codecentric</groupId>
  574. <artifactId>spring-boot-admin-starter-client</artifactId>
  575. <version>${spring-boot-admin.version}</version>
  576. </dependency>
  577. <!--断路器依赖 -->
  578. <dependency>
  579. <groupId>org.springframework.cloud</groupId>
  580. <artifactId>spring-cloud-starter-netflix-hystrix</artifactId>
  581. </dependency>
  582. <!-- Oracle -->
  583. <dependency>
  584. <groupId>com.oracle</groupId>
  585. <artifactId>ojdbc6</artifactId>
  586. <version>${oracle.version}</version>
  587. </dependency>
  588. <!-- Postgresql -->
  589. <dependency>
  590. <groupId>org.postgresql</groupId>
  591. <artifactId>postgresql</artifactId>
  592. </dependency>
  593. <!-- ndsjdbc -->
  594. <dependency>
  595. <groupId>com.nds</groupId>
  596. <artifactId>ndsjdbc</artifactId>
  597. <version>${ndsjdbc.version}</version>
  598. </dependency>
  599. <!-- logstash -->
  600. <dependency>
  601. <groupId>net.logstash.logback</groupId>
  602. <artifactId>logstash-logback-encoder</artifactId>
  603. <version>${logstash.version}</version>
  604. </dependency>
  605. <!-- truelicense -->
  606. <dependency>
  607. <groupId>de.schlichtherle.truelicense</groupId>
  608. <artifactId>truelicense-core</artifactId>
  609. <version>${truelicense.version}</version>
  610. </dependency>
  611. <!--Lombok -->
  612. <dependency>
  613. <groupId>org.projectlombok</groupId>
  614. <artifactId>lombok</artifactId>
  615. <scope>provided</scope>
  616. </dependency>
  617. <!--测试依赖 -->
  618. <dependency>
  619. <groupId>org.springframework.boot</groupId>
  620. <artifactId>spring-boot-starter-test</artifactId>
  621. <scope>test</scope>
  622. </dependency>
  623. <!-- XDoc依赖 -->
  624. <dependency>
  625. <groupId>fr.opensagres.xdocreport</groupId>
  626. <artifactId>fr.opensagres.xdocreport.document</artifactId>
  627. <version>${xdoc.version}</version>
  628. </dependency>
  629. <dependency>
  630. <groupId>fr.opensagres.xdocreport</groupId>
  631. <artifactId>fr.opensagres.xdocreport.document.docx</artifactId>
  632. <version>${xdoc.version}</version>
  633. </dependency>
  634. <dependency>
  635. <groupId>fr.opensagres.xdocreport</groupId>
  636. <artifactId>fr.opensagres.xdocreport.template</artifactId>
  637. <version>${xdoc.version}</version>
  638. </dependency>
  639. <dependency>
  640. <groupId>fr.opensagres.xdocreport</groupId>
  641. <artifactId>fr.opensagres.xdocreport.core</artifactId>
  642. <version>${xdoc.version}</version>
  643. </dependency>
  644. <!-- https://mvnrepository.com/artifact/fr.opensagres.xdocreport/fr.opensagres.xdocreport.converter.docx.xwpf -->
  645. <dependency>
  646. <groupId>fr.opensagres.xdocreport</groupId>
  647. <artifactId>fr.opensagres.xdocreport.converter.docx.xwpf</artifactId>
  648. <version>${xdoc.version}</version>
  649. </dependency>
  650. <!-- https://mvnrepository.com/artifact/fr.opensagres.xdocreport/fr.opensagres.xdocreport.converter -->
  651. <dependency>
  652. <groupId>fr.opensagres.xdocreport</groupId>
  653. <artifactId>fr.opensagres.xdocreport.converter</artifactId>
  654. <version>${xdoc.version}</version>
  655. </dependency>
  656. <!-- https://mvnrepository.com/artifact/fr.opensagres.xdocreport/fr.opensagres.xdocreport.template.velocity -->
  657. <dependency>
  658. <groupId>fr.opensagres.xdocreport</groupId>
  659. <artifactId>fr.opensagres.xdocreport.template.velocity</artifactId>
  660. <version>${xdoc.version}</version>
  661. </dependency>
  662. <!-- https://mvnrepository.com/artifact/fr.opensagres.xdocreport/fr.opensagres.xdocreport.itext.extension -->
  663. <dependency>
  664. <groupId>fr.opensagres.xdocreport</groupId>
  665. <artifactId>fr.opensagres.xdocreport.itext.extension</artifactId>
  666. <version>${xdoc.version}</version>
  667. </dependency>
  668. <!-- https://mvnrepository.com/artifact/fr.opensagres.xdocreport/fr.opensagres.xdocreport.document.odt -->
  669. <dependency>
  670. <groupId>fr.opensagres.xdocreport</groupId>
  671. <artifactId>fr.opensagres.xdocreport.document.odt</artifactId>
  672. <version>${xdoc.version}</version>
  673. </dependency>
  674. <!-- https://mvnrepository.com/artifact/fr.opensagres.xdocreport/fr.opensagres.xdocreport.template.freemarker -->
  675. <dependency>
  676. <groupId>fr.opensagres.xdocreport</groupId>
  677. <artifactId>fr.opensagres.xdocreport.template.freemarker</artifactId>
  678. <version>${xdoc.version}</version>
  679. </dependency>
  680. <!-- axis2 -->
  681. <dependency>
  682. <groupId>org.apache.axis2</groupId>
  683. <artifactId>axis2-adb</artifactId>
  684. <version>1.5.6</version>
  685. </dependency>
  686. <dependency>
  687. <groupId>org.apache.axis2</groupId>
  688. <artifactId>axis2-adb-codegen</artifactId>
  689. <version>1.5.6</version>
  690. </dependency>
  691. <dependency>
  692. <groupId>org.apache.axis2</groupId>
  693. <artifactId>axis2-xmlbeans</artifactId>
  694. <version>1.5.6</version>
  695. </dependency>
  696. <dependency>
  697. <groupId>org.apache.axis2</groupId>
  698. <artifactId>axis2-spring</artifactId>
  699. <version>1.5.6</version>
  700. </dependency>
  701. <dependency>
  702. <groupId>org.apache.axis2</groupId>
  703. <artifactId>axis2-kernel</artifactId>
  704. <version>1.5.6</version>
  705. </dependency>
  706. <dependency>
  707. <groupId>org.apache.axis2</groupId>
  708. <artifactId>axis2-transport-local</artifactId>
  709. <version>1.5.6</version>
  710. </dependency>
  711. <dependency>
  712. <groupId>org.apache.axis2</groupId>
  713. <artifactId>axis2-transport-http</artifactId>
  714. <version>1.5.6</version>
  715. </dependency>
  716. <dependency>
  717. <groupId>org.apache.ws.commons.axiom</groupId>
  718. <artifactId>axiom-api</artifactId>
  719. <version>1.2.9</version>
  720. </dependency>
  721. <dependency>
  722. <groupId>org.apache.ws.commons.axiom</groupId>
  723. <artifactId>axiom-impl</artifactId>
  724. <version>1.2.9</version>
  725. </dependency>
  726. <!-- CXF webservice -->
  727. <!-- <dependency>-->
  728. <!-- <groupId>org.apache.cxf</groupId>-->
  729. <!-- <artifactId>cxf-spring-boot-starter-jaxws</artifactId>-->
  730. <!-- <version>3.3.1</version>-->
  731. <!-- </dependency>-->
  732. <dependency>
  733. <groupId>commons-io</groupId>
  734. <artifactId>commons-io</artifactId>
  735. </dependency>
  736. <dependency>
  737. <groupId>commons-beanutils</groupId>
  738. <artifactId>commons-beanutils</artifactId>
  739. </dependency>
  740. <dependency>
  741. <groupId>com.baomidou</groupId>
  742. <artifactId>mybatis-plus-boot-starter</artifactId>
  743. <version>${mybatis-plus.version}</version>
  744. </dependency>
  745. </dependencies>
  746. <modules>
  747. <module>rfid-bizc</module>
  748. <module>rfid-api</module>
  749. </modules>
  750. <build>
  751. <finalName>${project.name}</finalName>
  752. <pluginManagement>
  753. <plugins>
  754. <plugin>
  755. <groupId>org.springframework.boot</groupId>
  756. <artifactId>spring-boot-maven-plugin</artifactId>
  757. <version>${spring-boot.version}</version>
  758. <configuration>
  759. <finalName>${project.build.finalName}</finalName>
  760. </configuration>
  761. <executions>
  762. <execution>
  763. <goals>
  764. <goal>repackage</goal>
  765. </goals>
  766. </execution>
  767. </executions>
  768. </plugin>
  769. <plugin>
  770. <groupId>com.spotify</groupId>
  771. <artifactId>docker-maven-plugin</artifactId>
  772. <version>0.4.12</version>
  773. <configuration>
  774. <imageName>${registry.url}/${project.name}:0.0.1</imageName>
  775. <dockerHost>${docker.url}</dockerHost>
  776. <dockerDirectory>${project.basedir}</dockerDirectory>
  777. <resources>
  778. <resource>
  779. <targetPath>/</targetPath>
  780. <directory>${project.build.directory}</directory>
  781. <include>${project.build.finalName}.jar</include>
  782. </resource>
  783. </resources>
  784. <serverId>docker-hub</serverId>
  785. <registryUrl>https://index.docker.io/v1/</registryUrl>
  786. </configuration>
  787. </plugin>
  788. </plugins>
  789. </pluginManagement>
  790. <plugins>
  791. <plugin>
  792. <artifactId>maven-compiler-plugin</artifactId>
  793. <version>3.8.0</version>
  794. <configuration>
  795. <target>${maven.compiler.target}</target>
  796. <source>${maven.compiler.source}</source>
  797. <encoding>UTF-8</encoding>
  798. </configuration>
  799. </plugin>
  800. <plugin>
  801. <groupId>pl.project13.maven</groupId>
  802. <artifactId>git-commit-id-plugin</artifactId>
  803. <version>2.2.5</version>
  804. </plugin>
  805. </plugins>
  806. </build>
  807. <distributionManagement>
  808. <repository>
  809. <id>maven-releases</id>
  810. <name>Releases</name>
  811. <url>http://10.130.20.88:8081/repository/maven-releases/</url>
  812. </repository>
  813. <snapshotRepository>
  814. <id>maven-snapshots</id>
  815. <name>Snapshot</name>
  816. <url>http://10.130.20.88:8081/repository/maven-snapshots/</url>
  817. </snapshotRepository>
  818. </distributionManagement>
  819. </project>