pom.xml 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878
  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.yihu.ehr</groupId>
  7. <artifactId>ehr-cloud-parent</artifactId>
  8. <version>1.13.1</version>
  9. <packaging>pom</packaging>
  10. <name>ehr-cloud-parent</name>
  11. <description>EHR parent pom for all</description>
  12. <url>http://ehr.yihu.com</url>
  13. <organization>
  14. <name>JKZL Software, Inc.</name>
  15. <url>http://www.yihu.com</url>
  16. </organization>
  17. <licenses>
  18. <license>
  19. <name>Apache License, Version 2.0</name>
  20. <url>http://www.apache.org/licenses/LICENSE-2.0</url>
  21. </license>
  22. </licenses>
  23. <developers>
  24. <developer>
  25. <id>sand</id>
  26. <name>Sand Wen</name>
  27. <email>sand.fj.wen@gmail.com</email>
  28. <organization>JKZL Software, Inc.</organization>
  29. <organizationUrl>http://www.yihu.com</organizationUrl>
  30. <roles>
  31. <role>Project lead</role>
  32. <role>Project designer</role>
  33. <role>Project programmer</role>
  34. </roles>
  35. </developer>
  36. <developer>
  37. <id>yzh</id>
  38. <name>叶泽华</name>
  39. <email>yzh@qq.com</email>
  40. <organization>JKZL Software, Inc.</organization>
  41. <organizationUrl>http://www.yihu.com</organizationUrl>
  42. <roles>
  43. <role>Project programmer</role>
  44. </roles>
  45. </developer>
  46. <developer>
  47. <id>cws</id>
  48. <name>陈维山</name>
  49. <email>hill9868@qq.com</email>
  50. <organization>JKZL Software, Inc.</organization>
  51. <organizationUrl>http://www.yihu.com</organizationUrl>
  52. <roles>
  53. <role>Project programmer</role>
  54. </roles>
  55. </developer>
  56. <developer>
  57. <id>hzy</id>
  58. <name>黄志勇</name>
  59. <email>hzy@qq.com</email>
  60. <organization>JKZL Software, Inc.</organization>
  61. <organizationUrl>http://www.yihu.com</organizationUrl>
  62. <roles>
  63. <role>Project programmer</role>
  64. </roles>
  65. </developer>
  66. </developers>
  67. <properties>
  68. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  69. <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
  70. <failOnMissingWebXml>false</failOnMissingWebXml>
  71. <version.java>1.8</version.java>
  72. <version.ehr>1.13.1</version.ehr>
  73. <version.eip>1.3.1</version.eip>
  74. <version.spring-boot>1.5.15.RELEASE</version.spring-boot>
  75. <version.spring-cloud>Edgware.SR4</version.spring-cloud>
  76. <version.spring-session-hazelcast>2.0.1.RELEASE</version.spring-session-hazelcast>
  77. <version.spring-data-commons>1.13.9.RELEASE</version.spring-data-commons>
  78. <version.spring-data-hadoop>2.2.0.RELEASE</version.spring-data-hadoop>
  79. <version.spring-data-solr>2.1.3.RELEASE</version.spring-data-solr>
  80. <version.spring-data-redis>1.7.1.RELEASE</version.spring-data-redis>
  81. <version.spring-data-jpa>1.11.10.RELEASE</version.spring-data-jpa>
  82. <version.spring-kafka>1.0.5.RELEASE</version.spring-kafka>
  83. <version.commons-bean-utils>1.9.2</version.commons-bean-utils>
  84. <version.commons-codec>1.9</version.commons-codec>
  85. <version.commons-collections>3.2.1</version.commons-collections>
  86. <version.commons-compress>1.9</version.commons-compress>
  87. <version.commons-dbcp2>2.1.1</version.commons-dbcp2>
  88. <version.commons-dbutils>1.6</version.commons-dbutils>
  89. <version.commons-io>2.4</version.commons-io>
  90. <version.commons-lang3>3.2.1</version.commons-lang3>
  91. <version.commons-pool2>2.4.2</version.commons-pool2>
  92. <version.zookeeper>3.4.6</version.zookeeper>
  93. <version.hadoop-client>2.6.5</version.hadoop-client>
  94. <version.hbase-client>1.1.1</version.hbase-client>
  95. <version.solr>5.5.4</version.solr>
  96. <version.io-dropwizard-metrics>3.1.2</version.io-dropwizard-metrics>
  97. <version.jackson>2.6.6</version.jackson>
  98. <version.jedis>2.9.0</version.jedis>
  99. <version.jcl-over-slf4j>1.7.19</version.jcl-over-slf4j>
  100. <version.jul-over-slf4j>1.7.21</version.jul-over-slf4j>
  101. <version.joda-time>2.8.2</version.joda-time>
  102. <version.junit>4.12</version.junit>
  103. <version.logging>1.2</version.logging>
  104. <version.log4j>1.2.17</version.log4j>
  105. <version.log4j2>2.4.1</version.log4j2>
  106. <version.logback>1.1.7</version.logback>
  107. <version.mysql>5.1.45</version.mysql>
  108. <version.pinyin4j>2.5.0</version.pinyin4j>
  109. <version.quartz>2.2.3</version.quartz>
  110. <version.servlet-api>3.1.0</version.servlet-api>
  111. <version.slf4j>1.7.21</version.slf4j>
  112. <version.statsd-client>3.1.0</version.statsd-client>
  113. <version.swagger>2.7.0</version.swagger>
  114. <version.thrift>0.9.1</version.thrift>
  115. <version.tomcat-embed>8.5.27</version.tomcat-embed>
  116. <version.websocket-api>1.1</version.websocket-api>
  117. <version.zip4j>1.3.2</version.zip4j>
  118. <version.poi>3.12</version.poi>
  119. <version.scala>2.10.6</version.scala>
  120. <version.elasticsearch>2.1.0</version.elasticsearch>
  121. <version.elasticsearch-sql>2.4.1.0</version.elasticsearch-sql>
  122. <version.jest>2.4.0</version.jest>
  123. <version.alibaba-druid>1.0.15</version.alibaba-druid>
  124. <version.feign>9.5.0</version.feign>
  125. <version.hystrix>1.5.10</version.hystrix>
  126. <version.archaius>0.7.5</version.archaius>
  127. <version.json>20160212</version.json>
  128. <version.json-lib>2.4</version.json-lib>
  129. <version.fastjson>1.2.17</version.fastjson>
  130. <version.commons-net>3.3</version.commons-net>
  131. <version.jxl>2.6</version.jxl>
  132. <version.fastdfs>1.27</version.fastdfs>
  133. <version.spring.boot.admin>1.5.7</version.spring.boot.admin>
  134. <version.jettison>1.3.7</version.jettison>
  135. <version.springside>4.2.3-GA</version.springside>
  136. </properties>
  137. <dependencyManagement>
  138. <dependencies>
  139. <dependency>
  140. <groupId>org.springframework.boot</groupId>
  141. <artifactId>spring-boot-dependencies</artifactId>
  142. <version>${version.spring-boot}</version>
  143. <type>pom</type>
  144. <scope>import</scope>
  145. </dependency>
  146. <dependency>
  147. <groupId>org.springframework.cloud</groupId>
  148. <artifactId>spring-cloud-dependencies</artifactId>
  149. <version>${version.spring-cloud}</version>
  150. <type>pom</type>
  151. <scope>import</scope>
  152. </dependency>
  153. <!-- Archaius -->
  154. <dependency>
  155. <groupId>com.netflix.archaius</groupId>
  156. <artifactId>archaius-core</artifactId>
  157. <version>${version.archaius}</version>
  158. </dependency>
  159. <!-- Spring data family -->
  160. <dependency>
  161. <groupId>org.springframework.data</groupId>
  162. <artifactId>spring-data-commons</artifactId>
  163. <version>${version.spring-data-commons}</version>
  164. </dependency>
  165. <dependency>
  166. <groupId>org.springframework.data</groupId>
  167. <artifactId>spring-data-hadoop-hbase</artifactId>
  168. <version>${version.spring-data-hadoop}</version>
  169. </dependency>
  170. <dependency>
  171. <groupId>org.springframework.data</groupId>
  172. <artifactId>spring-data-solr</artifactId>
  173. <version>${version.spring-data-solr}</version>
  174. </dependency>
  175. <!--Apache commons library -->
  176. <dependency>
  177. <groupId>org.codehaus.woodstox</groupId>
  178. <artifactId>stax2-api</artifactId>
  179. <version>3.1.4</version>
  180. </dependency>
  181. <dependency>
  182. <groupId>org.codehaus.woodstox</groupId>
  183. <artifactId>woodstox-core-asl</artifactId>
  184. <version>4.4.1</version>
  185. </dependency>
  186. <dependency>
  187. <groupId>org.noggit</groupId>
  188. <artifactId>noggit</artifactId>
  189. <version>0.6</version>
  190. </dependency>
  191. <dependency>
  192. <groupId>org.apache.commons</groupId>
  193. <artifactId>commons-lang3</artifactId>
  194. <version>${version.commons-lang3}</version>
  195. </dependency>
  196. <dependency>
  197. <groupId>org.apache.poi</groupId>
  198. <artifactId>poi</artifactId>
  199. <version>${version.poi}</version>
  200. </dependency>
  201. <dependency>
  202. <groupId>commons-beanutils</groupId>
  203. <artifactId>commons-beanutils</artifactId>
  204. <version>${version.commons-bean-utils}</version>
  205. </dependency>
  206. <dependency>
  207. <groupId>org.apache.commons</groupId>
  208. <artifactId>commons-pool2</artifactId>
  209. <version>${version.commons-pool2}</version>
  210. </dependency>
  211. <dependency>
  212. <groupId>commons-dbutils</groupId>
  213. <artifactId>commons-dbutils</artifactId>
  214. <version>${version.commons-dbutils}</version>
  215. </dependency>
  216. <dependency>
  217. <groupId>org.apache.commons</groupId>
  218. <artifactId>commons-dbcp2</artifactId>
  219. <version>${version.commons-dbcp2}</version>
  220. </dependency>
  221. <dependency>
  222. <groupId>commons-io</groupId>
  223. <artifactId>commons-io</artifactId>
  224. <version>${version.commons-io}</version>
  225. </dependency>
  226. <dependency>
  227. <groupId>commons-collections</groupId>
  228. <artifactId>commons-collections</artifactId>
  229. <version>${version.commons-collections}</version>
  230. </dependency>
  231. <dependency>
  232. <groupId>commons-codec</groupId>
  233. <artifactId>commons-codec</artifactId>
  234. <version>${version.commons-codec}</version>
  235. </dependency>
  236. <dependency>
  237. <groupId>org.apache.commons</groupId>
  238. <artifactId>commons-compress</artifactId>
  239. <version>${version.commons-compress}</version>
  240. </dependency>
  241. <!-- Mysql library -->
  242. <dependency>
  243. <groupId>mysql</groupId>
  244. <artifactId>mysql-connector-java</artifactId>
  245. <version>${version.mysql}</version>
  246. </dependency>
  247. <!-- Zookeeper library -->
  248. <dependency>
  249. <groupId>org.apache.zookeeper</groupId>
  250. <artifactId>zookeeper</artifactId>
  251. <version>${version.zookeeper}</version>
  252. </dependency>
  253. <!-- Hadoop library -->
  254. <dependency>
  255. <groupId>org.apache.hadoop</groupId>
  256. <artifactId>hadoop-annotations</artifactId>
  257. <version>${version.hadoop-client}</version>
  258. </dependency>
  259. <dependency>
  260. <groupId>org.apache.hadoop</groupId>
  261. <artifactId>hadoop-auth</artifactId>
  262. <version>${version.hadoop-client}</version>
  263. </dependency>
  264. <dependency>
  265. <groupId>org.apache.hadoop</groupId>
  266. <artifactId>hadoop-common</artifactId>
  267. <version>${version.hadoop-client}</version>
  268. </dependency>
  269. <dependency>
  270. <groupId>org.apache.hadoop</groupId>
  271. <artifactId>hadoop-distcp</artifactId>
  272. <version>${version.hadoop-client}</version>
  273. </dependency>
  274. <dependency>
  275. <groupId>org.apache.hadoop</groupId>
  276. <artifactId>hadoop-hdfs</artifactId>
  277. <version>${version.hadoop-client}</version>
  278. </dependency>
  279. <dependency>
  280. <groupId>org.apache.hadoop</groupId>
  281. <artifactId>hadoop-mapreduce-client-common</artifactId>
  282. <version>${version.hadoop-client}</version>
  283. </dependency>
  284. <dependency>
  285. <groupId>org.apache.hadoop</groupId>
  286. <artifactId>hadoop-mapreduce-client-core</artifactId>
  287. <version>${version.hadoop-client}</version>
  288. </dependency>
  289. <dependency>
  290. <groupId>org.apache.hadoop</groupId>
  291. <artifactId>hadoop-mapreduce-client-jobclient</artifactId>
  292. <version>${version.hadoop-client}</version>
  293. </dependency>
  294. <dependency>
  295. <groupId>org.apache.hadoop</groupId>
  296. <artifactId>hadoop-mapreduce-client-shuffle</artifactId>
  297. <version>${version.hadoop-client}</version>
  298. </dependency>
  299. <dependency>
  300. <groupId>org.apache.hadoop</groupId>
  301. <artifactId>hadoop-streaming</artifactId>
  302. <version>${version.hadoop-client}</version>
  303. </dependency>
  304. <dependency>
  305. <groupId>org.apache.hadoop</groupId>
  306. <artifactId>hadoop-yarn-api</artifactId>
  307. <version>${version.hadoop-client}</version>
  308. </dependency>
  309. <dependency>
  310. <groupId>org.apache.hadoop</groupId>
  311. <artifactId>hadoop-yarn-client</artifactId>
  312. <version>${version.hadoop-client}</version>
  313. </dependency>
  314. <dependency>
  315. <groupId>org.apache.hadoop</groupId>
  316. <artifactId>hadoop-yarn-common</artifactId>
  317. <version>${version.hadoop-client}</version>
  318. </dependency>
  319. <dependency>
  320. <groupId>org.apache.hadoop</groupId>
  321. <artifactId>hadoop-yarn-server-common</artifactId>
  322. <version>${version.hadoop-client}</version>
  323. </dependency>
  324. <dependency>
  325. <groupId>org.apache.hadoop</groupId>
  326. <artifactId>hadoop-yarn-server-nodemanager</artifactId>
  327. <version>${version.hadoop-client}</version>
  328. </dependency>
  329. <dependency>
  330. <groupId>org.apache.hbase</groupId>
  331. <artifactId>hbase-client</artifactId>
  332. <version>${version.hbase-client}</version>
  333. <exclusions>
  334. <exclusion>
  335. <groupId>org.apache.hadoop</groupId>
  336. <artifactId>*</artifactId>
  337. </exclusion>
  338. <exclusion>
  339. <groupId>org.slf4j</groupId>
  340. <artifactId>slf4j-log4j12</artifactId>
  341. </exclusion>
  342. </exclusions>
  343. </dependency>
  344. <dependency>
  345. <groupId>org.apache.hbase</groupId>
  346. <artifactId>hbase-common</artifactId>
  347. <version>${version.hbase-client}</version>
  348. <exclusions>
  349. <exclusion>
  350. <groupId>org.slf4j</groupId>
  351. <artifactId>slf4j-log4j12</artifactId>
  352. </exclusion>
  353. </exclusions>
  354. </dependency>
  355. <dependency>
  356. <groupId>org.apache.hbase</groupId>
  357. <artifactId>hbase-protocol</artifactId>
  358. <version>${version.hbase-client}</version>
  359. <exclusions>
  360. <exclusion>
  361. <groupId>org.slf4j</groupId>
  362. <artifactId>slf4j-log4j12</artifactId>
  363. </exclusion>
  364. </exclusions>
  365. </dependency>
  366. <!-- export library -->
  367. <dependency>
  368. <groupId>net.sourceforge.jexcelapi</groupId>
  369. <artifactId>jxl</artifactId>
  370. <version>${version.jxl}</version>
  371. </dependency>
  372. <!-- Google library -->
  373. <dependency>
  374. <groupId>com.google.guava</groupId>
  375. <artifactId>guava</artifactId>
  376. <version>18.0</version>
  377. </dependency>
  378. <dependency>
  379. <groupId>com.google.code.findbugs</groupId>
  380. <artifactId>jsr305</artifactId>
  381. <version>3.0.1</version>
  382. </dependency>
  383. <dependency>
  384. <groupId>com.google.code.gson</groupId>
  385. <artifactId>gson</artifactId>
  386. <version>2.6.2</version>
  387. </dependency>
  388. <dependency>
  389. <groupId>com.google.protobuf</groupId>
  390. <artifactId>protobuf-java</artifactId>
  391. <version>2.5.0</version>
  392. </dependency>
  393. <dependency>
  394. <groupId>com.google.inject</groupId>
  395. <artifactId>guice</artifactId>
  396. <version>4.1.0</version>
  397. </dependency>
  398. <!-- Solr library -->
  399. <dependency>
  400. <groupId>org.apache.solr</groupId>
  401. <artifactId>solr-core</artifactId>
  402. <version>${version.solr}</version>
  403. <exclusions>
  404. <exclusion>
  405. <groupId>commons-lang</groupId>
  406. <artifactId>commons-lang</artifactId>
  407. </exclusion>
  408. </exclusions>
  409. </dependency>
  410. <dependency>
  411. <groupId>org.apache.solr</groupId>
  412. <artifactId>solr-solrj</artifactId>
  413. <version>${version.solr}</version>
  414. <exclusions>
  415. <exclusion>
  416. <groupId>commons-lang</groupId>
  417. <artifactId>commons-lang</artifactId>
  418. </exclusion>
  419. </exclusions>
  420. </dependency>
  421. <!-- Elasticsearch -->
  422. <dependency>
  423. <groupId>org.elasticsearch</groupId>
  424. <artifactId>elasticsearch</artifactId>
  425. <version>${version.elasticsearch}</version>
  426. </dependency>
  427. <dependency>
  428. <groupId>org.nlpcn</groupId>
  429. <artifactId>elasticsearch-sql</artifactId>
  430. <version>${version.elasticsearch-sql}</version>
  431. </dependency>
  432. <!-- Jest -->
  433. <dependency>
  434. <groupId>io.searchbox</groupId>
  435. <artifactId>jest</artifactId>
  436. <version>${version.jest}</version>
  437. </dependency>
  438. <!-- Redis library -->
  439. <dependency>
  440. <groupId>redis.clients</groupId>
  441. <artifactId>jedis</artifactId>
  442. <version>${version.jedis}</version>
  443. </dependency>
  444. <!-- FastDFS library -->
  445. <dependency>
  446. <groupId>org.csource</groupId>
  447. <artifactId>fastdfs-client-java</artifactId>
  448. <version>${version.fastdfs}</version>
  449. </dependency>
  450. <!-- Quartz library -->
  451. <dependency>
  452. <groupId>org.quartz-scheduler</groupId>
  453. <artifactId>quartz</artifactId>
  454. <version>${version.quartz}</version>
  455. </dependency>
  456. <dependency>
  457. <groupId>org.quartz-scheduler</groupId>
  458. <artifactId>quartz-jobs</artifactId>
  459. <version>${version.quartz}</version>
  460. </dependency>
  461. <!-- Zip library -->
  462. <dependency>
  463. <groupId>net.lingala.zip4j</groupId>
  464. <artifactId>zip4j</artifactId>
  465. <version>${version.zip4j}</version>
  466. </dependency>
  467. <!-- Pinyin library -->
  468. <dependency>
  469. <groupId>com.belerweb</groupId>
  470. <artifactId>pinyin4j</artifactId>
  471. <version>${version.pinyin4j}</version>
  472. </dependency>
  473. <!-- Swagger-ui library -->
  474. <dependency>
  475. <groupId>io.springfox</groupId>
  476. <artifactId>springfox-swagger2</artifactId>
  477. <version>${version.swagger}</version>
  478. </dependency>
  479. <dependency>
  480. <groupId>io.springfox</groupId>
  481. <artifactId>springfox-swagger-ui</artifactId>
  482. <version>${version.swagger}</version>
  483. </dependency>
  484. <!-- date Time util library -->
  485. <dependency>
  486. <groupId>joda-time</groupId>
  487. <artifactId>joda-time</artifactId>
  488. <version>${version.joda-time}</version>
  489. </dependency>
  490. <dependency>
  491. <groupId>org.apache.thrift</groupId>
  492. <artifactId>libthrift</artifactId>
  493. <version>${version.thrift}</version>
  494. </dependency>
  495. <dependency>
  496. <groupId>com.timgroup</groupId>
  497. <artifactId>java-statsd-client</artifactId>
  498. <version>${version.statsd-client}</version>
  499. </dependency>
  500. <dependency>
  501. <groupId>io.dropwizard.metrics</groupId>
  502. <artifactId>metrics-core</artifactId>
  503. <version>${version.io-dropwizard-metrics}</version>
  504. </dependency>
  505. <!-- Alibaba -->
  506. <dependency>
  507. <groupId>com.alibaba</groupId>
  508. <artifactId>druid</artifactId>
  509. <version>${version.alibaba-druid}</version>
  510. </dependency>
  511. <dependency>
  512. <groupId>com.alibaba</groupId>
  513. <artifactId>fastjson</artifactId>
  514. <version>${version.fastjson}</version>
  515. </dependency>
  516. <!-- Spring Boot Admin -->
  517. <dependency>
  518. <groupId>de.codecentric</groupId>
  519. <artifactId>spring-boot-admin-starter-server</artifactId>
  520. <version>${version.spring.boot.admin}</version>
  521. </dependency>
  522. <dependency>
  523. <groupId>de.codecentric</groupId>
  524. <artifactId>spring-boot-admin-server-ui</artifactId>
  525. <version>${version.spring.boot.admin}</version>
  526. </dependency>
  527. <!-- Extend library-->
  528. <dependency>
  529. <groupId>org.codehaus.jettison</groupId>
  530. <artifactId>jettison</artifactId>
  531. <version>${version.jettison}</version>
  532. </dependency>
  533. <dependency>
  534. <groupId>org.json</groupId>
  535. <artifactId>json</artifactId>
  536. <version>${version.json}</version>
  537. </dependency>
  538. <dependency>
  539. <groupId>net.sf.json-lib</groupId>
  540. <artifactId>json-lib</artifactId>
  541. <version>${version.json-lib}</version>
  542. </dependency>
  543. <dependency>
  544. <groupId>commons-net</groupId>
  545. <artifactId>commons-net</artifactId>
  546. <version>${version.commons-net}</version>
  547. </dependency>
  548. <!-- 个推相关 -->
  549. <dependency>
  550. <groupId>com.gexin.platform</groupId>
  551. <artifactId>gexin-rp-sdk-http</artifactId>
  552. <version>4.0.1.17</version>
  553. </dependency>
  554. <dependency>
  555. <groupId>com.gexin.platform</groupId>
  556. <artifactId>gexin-rp-fastjson</artifactId>
  557. <version>1.0.0.1</version>
  558. </dependency>
  559. <dependency>
  560. <groupId>com.gexin.platform</groupId>
  561. <artifactId>gexin-rp-sdk-base</artifactId>
  562. <version>4.0.0.22</version>
  563. </dependency>
  564. <dependency>
  565. <groupId>com.gexin.platform</groupId>
  566. <artifactId>gexin-rp-sdk-template</artifactId>
  567. <version>4.0.0.16</version>
  568. </dependency>
  569. <dependency>
  570. <groupId>com.gexin.platform</groupId>
  571. <artifactId>protobuf-java</artifactId>
  572. <version>2.5.0</version>
  573. </dependency>
  574. <dependency>
  575. <groupId>org.springside</groupId>
  576. <artifactId>springside-core</artifactId>
  577. <version>${version.springside}</version>
  578. </dependency>
  579. <!--ehr commons lib-->
  580. <dependency>
  581. <groupId>com.yihu.ehr</groupId>
  582. <artifactId>commons-admin-gateway-model</artifactId>
  583. <version>${version.ehr}</version>
  584. </dependency>
  585. <dependency>
  586. <groupId>com.yihu.ehr</groupId>
  587. <artifactId>commons-data-elasticsearch</artifactId>
  588. <version>${version.ehr}</version>
  589. </dependency>
  590. <dependency>
  591. <groupId>com.yihu.ehr</groupId>
  592. <artifactId>commons-data-fastdfs</artifactId>
  593. <version>${version.ehr}</version>
  594. </dependency>
  595. <dependency>
  596. <groupId>com.yihu.ehr</groupId>
  597. <artifactId>commons-data-hbase</artifactId>
  598. <version>${version.ehr}</version>
  599. </dependency>
  600. <dependency>
  601. <groupId>com.yihu.ehr</groupId>
  602. <artifactId>commons-data-mysql</artifactId>
  603. <version>${version.ehr}</version>
  604. </dependency>
  605. <dependency>
  606. <groupId>com.yihu.ehr</groupId>
  607. <artifactId>commons-data-query</artifactId>
  608. <version>${version.ehr}</version>
  609. </dependency>
  610. <dependency>
  611. <groupId>com.yihu.ehr</groupId>
  612. <artifactId>commons-data-redis</artifactId>
  613. <version>${version.ehr}</version>
  614. </dependency>
  615. <dependency>
  616. <groupId>com.yihu.ehr</groupId>
  617. <artifactId>commons-data-solr</artifactId>
  618. <version>${version.ehr}</version>
  619. </dependency>
  620. <dependency>
  621. <groupId>com.yihu.ehr</groupId>
  622. <artifactId>commons-ehr-constants</artifactId>
  623. <version>${version.ehr}</version>
  624. </dependency>
  625. <dependency>
  626. <groupId>com.yihu.ehr</groupId>
  627. <artifactId>commons-entity</artifactId>
  628. <version>${version.ehr}</version>
  629. </dependency>
  630. <dependency>
  631. <groupId>com.yihu.ehr</groupId>
  632. <artifactId>commons-profile-core</artifactId>
  633. <version>${version.ehr}</version>
  634. </dependency>
  635. <dependency>
  636. <groupId>com.yihu.ehr</groupId>
  637. <artifactId>commons-redis-mq</artifactId>
  638. <version>${version.ehr}</version>
  639. </dependency>
  640. <dependency>
  641. <groupId>com.yihu.ehr</groupId>
  642. <artifactId>commons-rest-model</artifactId>
  643. <version>${version.ehr}</version>
  644. </dependency>
  645. <dependency>
  646. <groupId>com.yihu.ehr</groupId>
  647. <artifactId>commons-ui-swagger</artifactId>
  648. <version>${version.ehr}</version>
  649. </dependency>
  650. <dependency>
  651. <groupId>com.yihu.ehr</groupId>
  652. <artifactId>commons-util</artifactId>
  653. <version>${version.ehr}</version>
  654. </dependency>
  655. <dependency>
  656. <groupId>com.yihu.ehr</groupId>
  657. <artifactId>commons-web</artifactId>
  658. <version>${version.ehr}</version>
  659. </dependency>
  660. <dependency>
  661. <groupId>com.yihu.hos</groupId>
  662. <artifactId>common-rest-model</artifactId>
  663. <version>${version.eip}</version>
  664. </dependency>
  665. </dependencies>
  666. </dependencyManagement>
  667. <repositories>
  668. <repository>
  669. <id>public</id>
  670. <name>public</name>
  671. <url>http://172.19.103.43:8081/nexus/content/groups/public/</url>
  672. <releases>
  673. <enabled>true</enabled>
  674. </releases>
  675. <snapshots>
  676. <enabled>false</enabled>
  677. </snapshots>
  678. </repository>
  679. </repositories>
  680. <pluginRepositories>
  681. <pluginRepository>
  682. <id>public</id>
  683. <name>public</name>
  684. <url>http://172.19.103.43:8081/nexus/content/groups/public/</url>
  685. <releases>
  686. <enabled>true</enabled>
  687. </releases>
  688. <snapshots>
  689. <enabled>false</enabled>
  690. </snapshots>
  691. </pluginRepository>
  692. </pluginRepositories>
  693. <distributionManagement>
  694. <repository>
  695. <id>jkzlRepositories</id>
  696. <name>jkzlRepositories</name>
  697. <url>http://172.19.103.43:8081/nexus/content/repositories/jkzlRepositories/</url>
  698. </repository>
  699. </distributionManagement>
  700. <build>
  701. <pluginManagement>
  702. <plugins>
  703. <!--用于编译Maven项目的Java源代码-->
  704. <plugin>
  705. <groupId>org.apache.maven.plugins</groupId>
  706. <artifactId>maven-compiler-plugin</artifactId>
  707. <version>3.8.0</version>
  708. <configuration>
  709. <source>${version.java}</source>
  710. <target>${version.java}</target>
  711. <encoding>${project.build.sourceEncoding}</encoding>
  712. <maxmem>1024m</maxmem>
  713. <compilerArgs>
  714. <arg>-Xlint:none</arg>
  715. </compilerArgs>
  716. </configuration>
  717. </plugin>
  718. <!--用于打包可执行jar包-->
  719. <plugin>
  720. <groupId>org.apache.maven.plugins</groupId>
  721. <artifactId>maven-jar-plugin</artifactId>
  722. <version>2.5</version>
  723. <configuration>
  724. <archive>
  725. <addMavenDescriptor>false</addMavenDescriptor>
  726. <manifest>
  727. <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
  728. <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
  729. </manifest>
  730. <manifestEntries>
  731. <X-Compile-Source-JDK>${version.java}</X-Compile-Source-JDK>
  732. <X-Compile-Target-JDK>${version.java}</X-Compile-Target-JDK>
  733. </manifestEntries>
  734. </archive>
  735. </configuration>
  736. </plugin>
  737. <!--maven打成源码包-->
  738. <plugin>
  739. <groupId>org.apache.maven.plugins</groupId>
  740. <artifactId>maven-source-plugin</artifactId>
  741. <version>3.0.1</version>
  742. <configuration>
  743. <attach>true</attach>
  744. </configuration>
  745. <executions>
  746. <execution>
  747. <phase>package</phase>
  748. <goals>
  749. <goal>jar-no-fork</goal>
  750. </goals>
  751. </execution>
  752. </executions>
  753. </plugin>
  754. <plugin>
  755. <groupId>org.apache.maven.plugins</groupId>
  756. <artifactId>maven-surefire-plugin</artifactId>
  757. <version>2.20</version>
  758. <!--跳过测试-->
  759. <configuration>
  760. <skipTests>true</skipTests>
  761. </configuration>
  762. </plugin>
  763. <!--生成JavaDoc-->
  764. <plugin>
  765. <groupId>org.apache.maven.plugins</groupId>
  766. <artifactId>maven-javadoc-plugin</artifactId>
  767. <configuration>
  768. </configuration>
  769. <executions>
  770. <execution>
  771. <id>attach-javadocs</id>
  772. <goals>
  773. <goal>jar</goal>
  774. </goals>
  775. </execution>
  776. </executions>
  777. </plugin>
  778. <!--生成可spring boot jar-->
  779. <plugin>
  780. <groupId>org.springframework.boot</groupId>
  781. <artifactId>spring-boot-maven-plugin</artifactId>
  782. <version>${version.spring-boot}</version>
  783. <executions>
  784. <execution>
  785. <goals>
  786. <goal>repackage</goal>
  787. </goals>
  788. </execution>
  789. </executions>
  790. </plugin>
  791. <plugin>
  792. <groupId>org.springframework.boot</groupId>
  793. <artifactId>spring-boot-maven-plugin-ext</artifactId>
  794. <version>${version.spring-boot}</version>
  795. <executions>
  796. <execution>
  797. <goals>
  798. <goal>repackage</goal>
  799. </goals>
  800. </execution>
  801. </executions>
  802. </plugin>
  803. <plugin>
  804. <groupId>org.apache.maven.plugins</groupId>
  805. <artifactId>maven-resources-plugin</artifactId>
  806. <version>2.7</version>
  807. <configuration>
  808. <delimiters>
  809. <delimiter>@</delimiter>
  810. </delimiters>
  811. <useDefaultDelimiters>false</useDefaultDelimiters>
  812. </configuration>
  813. </plugin>
  814. <plugin>
  815. <groupId>org.apache.maven.plugins</groupId>
  816. <artifactId>maven-install-plugin</artifactId>
  817. <version>2.5.2</version>
  818. </plugin>
  819. <!--deploy插件用于把Maven自动构建生成的版本发布到中央代理仓库如Nexus服务器上,
  820. 也能把第三方依赖库(如Jar包)或一个独立的Jar包直接发布到中央代理仓库供大家共享使用-->
  821. <plugin>
  822. <groupId>org.apache.maven.plugins</groupId>
  823. <artifactId>maven-deploy-plugin</artifactId>
  824. <version>2.8.2</version>
  825. </plugin>
  826. </plugins>
  827. </pluginManagement>
  828. </build>
  829. </project>