pom.xml 35 KB

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