pom.xml 39 KB

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