pom.xml 59 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403
  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>ag-zuul</artifactId>
  8. <packaging>war</packaging>
  9. <version>1.2.0</version>
  10. <properties>
  11. <dependency.scope>compile</dependency.scope>
  12. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  13. <version.spring-framework>4.3.13.RELEASE</version.spring-framework>
  14. <version.spring-boot>1.5.9.RELEASE</version.spring-boot>
  15. <version.spring-cloud-starter>1.3.2.RELEASE</version.spring-cloud-starter>
  16. <version.spring-cloud>1.4.2.RELEASE</version.spring-cloud>
  17. <version.spring-security>4.2.3.RELEASE</version.spring-security>
  18. <version.spring-oauth2>2.0.14.RELEASE</version.spring-oauth2>
  19. <version.spring-session>1.3.1.RELEASE</version.spring-session>
  20. <version.spring-session-hazelcast>2.0.1.RELEASE</version.spring-session-hazelcast>
  21. <version.spring-data-commons>1.13.9.RELEASE</version.spring-data-commons>
  22. <version.spring-data-hadoop>2.2.0.RELEASE</version.spring-data-hadoop>
  23. <version.spring-data-solr>2.1.3.RELEASE</version.spring-data-solr>
  24. <version.spring-data-redis>1.7.1.RELEASE</version.spring-data-redis>
  25. <version.spring-data-jpa>1.11.10.RELEASE</version.spring-data-jpa>
  26. <version.spring-kafka>1.0.5.RELEASE</version.spring-kafka>
  27. <version.commons-bean-utils>1.9.2</version.commons-bean-utils>
  28. <version.commons-codec>1.9</version.commons-codec>
  29. <version.commons-collections>3.2.1</version.commons-collections>
  30. <version.commons-compress>1.9</version.commons-compress>
  31. <version.commons-dbcp2>2.1.1</version.commons-dbcp2>
  32. <version.commons-dbutils>1.6</version.commons-dbutils>
  33. <version.commons-io>2.4</version.commons-io>
  34. <version.commons-lang3>3.2.1</version.commons-lang3>
  35. <version.commons-pool2>2.4.2</version.commons-pool2>
  36. <version.zookeeper>3.4.6</version.zookeeper>
  37. <version.hadoop-client>2.6.5</version.hadoop-client>
  38. <version.hbase-client>1.1.1</version.hbase-client>
  39. <version.solr>5.5.4</version.solr>
  40. <version.hibernate>4.3.11.Final</version.hibernate>
  41. <version.hibernate-validator>6.0.10.Final</version.hibernate-validator>
  42. <version.hibernate-jpa-api>1.0.0.Final</version.hibernate-jpa-api>
  43. <version.http-core>4.4.3</version.http-core>
  44. <version.http-client>4.5.1</version.http-client>
  45. <version.http-mime>4.5.1</version.http-mime>
  46. <version.io-dropwizard-metrics>3.1.2</version.io-dropwizard-metrics>
  47. <version.java>1.8</version.java>
  48. <version.jackson>2.6.6</version.jackson>
  49. <version.jedis>2.9.0</version.jedis>
  50. <version.jcl-over-slf4j>1.7.19</version.jcl-over-slf4j>
  51. <version.jul-over-slf4j>1.7.21</version.jul-over-slf4j>
  52. <version.joda-time>2.8.2</version.joda-time>
  53. <version.junit>4.12</version.junit>
  54. <version.logging>1.2</version.logging>
  55. <version.log4j>1.2.17</version.log4j>
  56. <version.log4j2>2.4.1</version.log4j2>
  57. <version.logback>1.1.7</version.logback>
  58. <version.mysql>5.1.45</version.mysql>
  59. <version.pinyin4j>2.5.0</version.pinyin4j>
  60. <version.quartz>2.2.3</version.quartz>
  61. <version.servlet-api>3.1.0</version.servlet-api>
  62. <version.slf4j>1.7.21</version.slf4j>
  63. <version.statsd-client>3.1.0</version.statsd-client>
  64. <version.swagger>2.7.0</version.swagger>
  65. <version.swagger-ui>2.7.0</version.swagger-ui>
  66. <version.thrift>0.9.1</version.thrift>
  67. <version.tomcat-embed>8.5.27</version.tomcat-embed>
  68. <version.websocket-api>1.1</version.websocket-api>
  69. <version.zip4j>1.3.2</version.zip4j>
  70. <version.poi>3.12</version.poi>
  71. <version.scala>2.10.6</version.scala>
  72. <version.elasticsearch>2.1.0</version.elasticsearch>
  73. <version.elasticsearch-sql>2.4.1.0</version.elasticsearch-sql>
  74. <version.jest>2.4.0</version.jest>
  75. <version.alibaba-druid>1.0.15</version.alibaba-druid>
  76. <version.feign>9.5.0</version.feign>
  77. <version.hystrix>1.5.10</version.hystrix>
  78. <version.archaius>0.7.5</version.archaius>
  79. <version.json>20160212</version.json>
  80. <version.json-lib>2.4</version.json-lib>
  81. <version.fastjson>1.2.17</version.fastjson>
  82. <version.commons-net>3.3</version.commons-net>
  83. <version.jxl>2.6</version.jxl>
  84. <version.fastdfs>1.27</version.fastdfs>
  85. <version.spring.boot.admin>1.5.7</version.spring.boot.admin>
  86. <version.jettison>1.3.7</version.jettison>
  87. <!--ehr jar version info -->
  88. <version.ehr>1.2.0</version.ehr>
  89. <version.eip>1.3.1</version.eip>
  90. <!--special jar version info -->
  91. <version.feign-form>2.1.0</version.feign-form>
  92. <version.commons-httpclient>3.1</version.commons-httpclient>
  93. <version.httpclient>4.5.1</version.httpclient>
  94. </properties>
  95. <build>
  96. <pluginManagement>
  97. <plugins>
  98. <plugin>
  99. <groupId>org.jooq</groupId>
  100. <artifactId>jooq-codegen-maven</artifactId>
  101. <version>${jooq.version}</version>
  102. </plugin>
  103. <plugin>
  104. <groupId>org.springframework.boot</groupId>
  105. <artifactId>spring-boot-maven-plugin</artifactId>
  106. <version>${spring-boot.version}</version>
  107. </plugin>
  108. <plugin>
  109. <groupId>org.apache.maven.plugins</groupId>
  110. <artifactId>maven-antrun-plugin</artifactId>
  111. <version>1.7</version>
  112. </plugin>
  113. <plugin>
  114. <groupId>org.apache.maven.plugins</groupId>
  115. <artifactId>maven-assembly-plugin</artifactId>
  116. <version>2.5.1</version>
  117. <configuration>
  118. <recompressZippedFiles>false</recompressZippedFiles>
  119. </configuration>
  120. </plugin>
  121. <plugin>
  122. <groupId>org.apache.maven.plugins</groupId>
  123. <artifactId>maven-clean-plugin</artifactId>
  124. <version>2.5</version>
  125. </plugin>
  126. <plugin>
  127. <groupId>org.apache.maven.plugins</groupId>
  128. <artifactId>maven-deploy-plugin</artifactId>
  129. <version>2.8.2</version>
  130. </plugin>
  131. <plugin>
  132. <groupId>org.apache.maven.plugins</groupId>
  133. <artifactId>maven-dependency-plugin</artifactId>
  134. <version>2.10</version>
  135. </plugin>
  136. <plugin>
  137. <groupId>org.apache.maven.plugins</groupId>
  138. <artifactId>maven-eclipse-plugin</artifactId>
  139. <version>2.9</version>
  140. </plugin>
  141. <plugin>
  142. <groupId>org.apache.maven.plugins</groupId>
  143. <artifactId>maven-failsafe-plugin</artifactId>
  144. <version>2.18</version>
  145. </plugin>
  146. <plugin>
  147. <groupId>org.apache.maven.plugins</groupId>
  148. <artifactId>maven-install-plugin</artifactId>
  149. <version>2.5.2</version>
  150. </plugin>
  151. <plugin>
  152. <groupId>org.apache.maven.plugins</groupId>
  153. <artifactId>maven-help-plugin</artifactId>
  154. <version>2.2</version>
  155. </plugin>
  156. <plugin>
  157. <groupId>org.apache.maven.plugins</groupId>
  158. <artifactId>maven-jar-plugin</artifactId>
  159. <version>2.5</version>
  160. </plugin>
  161. <plugin>
  162. <groupId>org.apache.maven.plugins</groupId>
  163. <artifactId>maven-javadoc-plugin</artifactId>
  164. <version>2.10.1</version>
  165. </plugin>
  166. <plugin>
  167. <groupId>org.apache.maven.plugins</groupId>
  168. <artifactId>maven-resources-plugin</artifactId>
  169. <version>2.7</version>
  170. </plugin>
  171. <plugin>
  172. <groupId>org.apache.maven.plugins</groupId>
  173. <artifactId>maven-shade-plugin</artifactId>
  174. <version>2.3</version>
  175. </plugin>
  176. <plugin>
  177. <groupId>org.apache.maven.plugins</groupId>
  178. <artifactId>maven-site-plugin</artifactId>
  179. <version>3.3</version>
  180. <dependencies>
  181. <dependency>
  182. <groupId>org.apache.maven.doxia</groupId>
  183. <artifactId>doxia-module-markdown</artifactId>
  184. <version>1.5</version>
  185. </dependency>
  186. </dependencies>
  187. </plugin>
  188. <plugin>
  189. <groupId>org.apache.maven.plugins</groupId>
  190. <artifactId>maven-source-plugin</artifactId>
  191. <version>2.4</version>
  192. </plugin>
  193. <plugin>
  194. <groupId>org.apache.maven.plugins</groupId>
  195. <artifactId>maven-surefire-plugin</artifactId>
  196. <version>2.18.1</version>
  197. </plugin>
  198. <plugin>
  199. <groupId>org.apache.maven.plugins</groupId>
  200. <artifactId>maven-war-plugin</artifactId>
  201. <version>2.5</version>
  202. </plugin>
  203. <plugin>
  204. <groupId>org.codehaus.mojo</groupId>
  205. <artifactId>build-helper-maven-plugin</artifactId>
  206. <version>1.9.1</version>
  207. </plugin>
  208. <plugin>
  209. <groupId>org.codehaus.mojo</groupId>
  210. <artifactId>exec-maven-plugin</artifactId>
  211. <version>1.3.2</version>
  212. </plugin>
  213. <plugin>
  214. <groupId>org.codehaus.mojo</groupId>
  215. <artifactId>versions-maven-plugin</artifactId>
  216. <version>2.2</version>
  217. </plugin>
  218. <plugin>
  219. <groupId>pl.project13.maven</groupId>
  220. <artifactId>git-commit-id-plugin</artifactId>
  221. <version>2.1.11</version>
  222. </plugin>
  223. </plugins>
  224. </pluginManagement>
  225. <plugins>
  226. <plugin>
  227. <groupId>org.springframework.boot</groupId>
  228. <artifactId>spring-boot-maven-plugin</artifactId>
  229. <version>${version.spring-boot}</version>
  230. <executions>
  231. <execution>
  232. <goals>
  233. <goal>repackage</goal>
  234. </goals>
  235. </execution>
  236. </executions>
  237. </plugin>
  238. <plugin>
  239. <groupId>org.apache.maven.plugins</groupId>
  240. <artifactId>maven-checkstyle-plugin</artifactId>
  241. <version>2.17</version>
  242. <executions>
  243. <execution>
  244. <id>checkstyle-validation</id>
  245. <phase>validate</phase>
  246. <configuration>
  247. <skip>true</skip>
  248. <configLocation>src/checkstyle/checkstyle.xml</configLocation>
  249. <suppressionsLocation>src/checkstyle/checkstyle-suppressions.xml</suppressionsLocation>
  250. <headerLocation>src/checkstyle/checkstyle-header.txt</headerLocation>
  251. <propertyExpansion>checkstyle.build.directory=${project.build.directory}</propertyExpansion>
  252. <encoding>UTF-8</encoding>
  253. <consoleOutput>true</consoleOutput>
  254. <failsOnError>true</failsOnError>
  255. <includeTestSourceDirectory>true</includeTestSourceDirectory>
  256. </configuration>
  257. <goals>
  258. <goal>check</goal>
  259. </goals>
  260. </execution>
  261. </executions>
  262. </plugin>
  263. <plugin>
  264. <groupId>org.apache.maven.plugins</groupId>
  265. <artifactId>maven-compiler-plugin</artifactId>
  266. <version>3.1</version>
  267. <configuration>
  268. <source>${version.java}</source>
  269. <target>${version.java}</target>
  270. </configuration>
  271. </plugin>
  272. <plugin>
  273. <groupId>org.apache.maven.plugins</groupId>
  274. <artifactId>maven-enforcer-plugin</artifactId>
  275. <version>1.4</version>
  276. <executions>
  277. <execution>
  278. <id>enforce-rules</id>
  279. <goals>
  280. <goal>enforce</goal>
  281. </goals>
  282. <configuration>
  283. <rules>
  284. <requireJavaVersion>
  285. <version>[1.8,)</version>
  286. </requireJavaVersion>
  287. </rules>
  288. <fail>true</fail>
  289. </configuration>
  290. </execution>
  291. </executions>
  292. </plugin>
  293. <plugin>
  294. <groupId>org.apache.maven.plugins</groupId>
  295. <artifactId>maven-jar-plugin</artifactId>
  296. <configuration>
  297. <archive>
  298. <manifest>
  299. <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
  300. <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
  301. </manifest>
  302. </archive>
  303. </configuration>
  304. </plugin>
  305. <plugin>
  306. <groupId>org.apache.maven.plugins</groupId>
  307. <artifactId>maven-surefire-plugin</artifactId>
  308. <configuration>
  309. <includes>
  310. <include>**/*Tests.java</include>
  311. </includes>
  312. <excludes>
  313. <exclude>**/Abstract*.java</exclude>
  314. </excludes>
  315. <argLine>-Xmx1024m</argLine>
  316. </configuration>
  317. </plugin>
  318. <plugin>
  319. <groupId>org.apache.maven.plugins</groupId>
  320. <artifactId>maven-war-plugin</artifactId>
  321. <configuration>
  322. <failOnMissingWebXml>false</failOnMissingWebXml>
  323. </configuration>
  324. </plugin>
  325. <plugin>
  326. <groupId>org.apache.maven.plugins</groupId>
  327. <artifactId>maven-source-plugin</artifactId>
  328. <executions>
  329. <execution>
  330. <id>attach-sources</id>
  331. <goals>
  332. <goal>jar-no-fork</goal>
  333. </goals>
  334. </execution>
  335. </executions>
  336. </plugin>
  337. </plugins>
  338. </build>
  339. <dependencyManagement>
  340. <dependencies>
  341. <dependency>
  342. <groupId>javax.servlet</groupId>
  343. <artifactId>javax.servlet-api</artifactId>
  344. <version>${version.servlet-api}</version>
  345. <scope>provided</scope>
  346. </dependency>
  347. <dependency>
  348. <groupId>junit</groupId>
  349. <artifactId>junit</artifactId>
  350. <version>${version.junit}</version>
  351. <scope>test</scope>
  352. </dependency>
  353. <!-- Spring framework family -->
  354. <dependency>
  355. <groupId>org.springframework</groupId>
  356. <artifactId>spring-aop</artifactId>
  357. <version>${version.spring-framework}</version>
  358. <scope>${dependency.scope}</scope>
  359. </dependency>
  360. <dependency>
  361. <groupId>org.springframework</groupId>
  362. <artifactId>spring-aspects</artifactId>
  363. <version>${version.spring-framework}</version>
  364. <scope>${dependency.scope}</scope>
  365. </dependency>
  366. <dependency>
  367. <groupId>org.springframework</groupId>
  368. <artifactId>spring-beans</artifactId>
  369. <version>${version.spring-framework}</version>
  370. <scope>${dependency.scope}</scope>
  371. </dependency>
  372. <dependency>
  373. <groupId>org.springframework</groupId>
  374. <artifactId>spring-context</artifactId>
  375. <version>${version.spring-framework}</version>
  376. <scope>${dependency.scope}</scope>
  377. </dependency>
  378. <dependency>
  379. <groupId>org.springframework</groupId>
  380. <artifactId>spring-context-support</artifactId>
  381. <version>${version.spring-framework}</version>
  382. <scope>${dependency.scope}</scope>
  383. </dependency>
  384. <dependency>
  385. <groupId>org.springframework</groupId>
  386. <artifactId>spring-core</artifactId>
  387. <version>${version.spring-framework}</version>
  388. <scope>${dependency.scope}</scope>
  389. </dependency>
  390. <dependency>
  391. <groupId>org.springframework</groupId>
  392. <artifactId>spring-expression</artifactId>
  393. <version>${version.spring-framework}</version>
  394. <scope>${dependency.scope}</scope>
  395. </dependency>
  396. <dependency>
  397. <groupId>org.springframework</groupId>
  398. <artifactId>spring-jdbc</artifactId>
  399. <version>${version.spring-framework}</version>
  400. <scope>${dependency.scope}</scope>
  401. </dependency>
  402. <dependency>
  403. <groupId>org.springframework</groupId>
  404. <artifactId>spring-messaging</artifactId>
  405. <version>${version.spring-framework}</version>
  406. <scope>${dependency.scope}</scope>
  407. </dependency>
  408. <dependency>
  409. <groupId>org.springframework</groupId>
  410. <artifactId>spring-orm</artifactId>
  411. <version>${version.spring-framework}</version>
  412. <scope>${dependency.scope}</scope>
  413. </dependency>
  414. <dependency>
  415. <groupId>org.springframework</groupId>
  416. <artifactId>spring-oxm</artifactId>
  417. <version>${version.spring-framework}</version>
  418. <scope>${dependency.scope}</scope>
  419. </dependency>
  420. <dependency>
  421. <groupId>org.springframework</groupId>
  422. <artifactId>spring-test</artifactId>
  423. <version>${version.spring-framework}</version>
  424. <scope>${dependency.scope}</scope>
  425. </dependency>
  426. <dependency>
  427. <groupId>org.springframework</groupId>
  428. <artifactId>spring-tx</artifactId>
  429. <version>${version.spring-framework}</version>
  430. <scope>${dependency.scope}</scope>
  431. </dependency>
  432. <dependency>
  433. <groupId>org.springframework</groupId>
  434. <artifactId>spring-web</artifactId>
  435. <version>${version.spring-framework}</version>
  436. <scope>${dependency.scope}</scope>
  437. </dependency>
  438. <dependency>
  439. <groupId>org.springframework</groupId>
  440. <artifactId>spring-webmvc</artifactId>
  441. <version>${version.spring-framework}</version>
  442. <scope>${dependency.scope}</scope>
  443. </dependency>
  444. <dependency>
  445. <groupId>org.springframework.kafka</groupId>
  446. <artifactId>spring-kafka</artifactId>
  447. <version>${version.spring-kafka}</version>
  448. </dependency>
  449. <!-- Spring boot family -->
  450. <dependency>
  451. <groupId>org.springframework.boot</groupId>
  452. <artifactId>spring-boot</artifactId>
  453. <version>${version.spring-boot}</version>
  454. <scope>${dependency.scope}</scope>
  455. </dependency>
  456. <dependency>
  457. <groupId>org.springframework.boot</groupId>
  458. <artifactId>spring-boot-actuator</artifactId>
  459. <version>${version.spring-boot}</version>
  460. <scope>${dependency.scope}</scope>
  461. </dependency>
  462. <dependency>
  463. <groupId>org.springframework.boot</groupId>
  464. <artifactId>spring-boot-autoconfigure</artifactId>
  465. <version>${version.spring-boot}</version>
  466. <scope>${dependency.scope}</scope>
  467. </dependency>
  468. <dependency>
  469. <groupId>org.springframework.boot</groupId>
  470. <artifactId>spring-boot-devtools</artifactId>
  471. <version>${version.spring-boot}</version>
  472. <scope>${dependency.scope}</scope>
  473. </dependency>
  474. <dependency>
  475. <groupId>org.springframework.boot</groupId>
  476. <artifactId>spring-boot-starter</artifactId>
  477. <version>${version.spring-boot}</version>
  478. <scope>${dependency.scope}</scope>
  479. </dependency>
  480. <dependency>
  481. <groupId>org.springframework.boot</groupId>
  482. <artifactId>spring-boot-starter-actuator</artifactId>
  483. <version>${version.spring-boot}</version>
  484. <scope>${dependency.scope}</scope>
  485. </dependency>
  486. <dependency>
  487. <groupId>org.springframework.boot</groupId>
  488. <artifactId>spring-boot-starter-aop</artifactId>
  489. <version>${version.spring-boot}</version>
  490. <scope>${dependency.scope}</scope>
  491. </dependency>
  492. <dependency>
  493. <groupId>org.springframework.boot</groupId>
  494. <artifactId>spring-boot-starter-data-jpa</artifactId>
  495. <version>${version.spring-boot}</version>
  496. <scope>${dependency.scope}</scope>
  497. </dependency>
  498. <dependency>
  499. <groupId>org.springframework.boot</groupId>
  500. <artifactId>spring-boot-starter-data-redis</artifactId>
  501. <version>${version.spring-boot}</version>
  502. <scope>${dependency.scope}</scope>
  503. </dependency>
  504. <dependency>
  505. <groupId>org.springframework.boot</groupId>
  506. <artifactId>spring-boot-starter-batch</artifactId>
  507. <version>${version.spring-boot}</version>
  508. <scope>${dependency.scope}</scope>
  509. </dependency>
  510. <dependency>
  511. <groupId>org.springframework.boot</groupId>
  512. <artifactId>spring-boot-starter-jdbc</artifactId>
  513. <version>${version.spring-boot}</version>
  514. <scope>${dependency.scope}</scope>
  515. </dependency>
  516. <dependency>
  517. <groupId>org.springframework.boot</groupId>
  518. <artifactId>spring-boot-starter-security</artifactId>
  519. <version>${version.spring-boot}</version>
  520. <scope>${dependency.scope}</scope>
  521. <optional>true</optional>
  522. </dependency>
  523. <dependency>
  524. <groupId>org.springframework.boot</groupId>
  525. <artifactId>spring-boot-starter-thymeleaf</artifactId>
  526. <version>${version.spring-boot}</version>
  527. <scope>${dependency.scope}</scope>
  528. </dependency>
  529. <dependency>
  530. <groupId>org.springframework.boot</groupId>
  531. <artifactId>spring-boot-starter-test</artifactId>
  532. <version>${version.spring-boot}</version>
  533. <scope>test</scope>
  534. </dependency>
  535. <dependency>
  536. <groupId>org.springframework.boot</groupId>
  537. <artifactId>spring-boot-starter-web</artifactId>
  538. <version>${version.spring-boot}</version>
  539. <scope>${dependency.scope}</scope>
  540. </dependency>
  541. <dependency>
  542. <groupId>org.springframework.boot</groupId>
  543. <artifactId>spring-boot-starter-tomcat</artifactId>
  544. <version>${version.spring-boot}</version>
  545. <scope>${dependency.scope}</scope>
  546. </dependency>
  547. <dependency>
  548. <groupId>org.springframework.boot</groupId>
  549. <artifactId>spring-boot-starter-data-mongodb</artifactId>
  550. <version>${version.spring-boot}</version>
  551. <scope>${dependency.scope}</scope>
  552. </dependency>
  553. <!-- Spring cloud family -->
  554. <dependency>
  555. <groupId>org.springframework.cloud</groupId>
  556. <artifactId>spring-cloud-starter</artifactId>
  557. <version>${version.spring-cloud-starter}</version>
  558. </dependency>
  559. <dependency>
  560. <groupId>org.springframework.cloud</groupId>
  561. <artifactId>spring-cloud-config-server</artifactId>
  562. <version>${version.spring-cloud}</version>
  563. </dependency>
  564. <dependency>
  565. <groupId>org.springframework.cloud</groupId>
  566. <artifactId>spring-cloud-starter-archaius</artifactId>
  567. <version>${version.spring-cloud}</version>
  568. </dependency>
  569. <dependency>
  570. <groupId>org.springframework.cloud</groupId>
  571. <artifactId>spring-cloud-starter-config</artifactId>
  572. <version>${version.spring-cloud}</version>
  573. </dependency>
  574. <dependency>
  575. <groupId>org.springframework.cloud</groupId>
  576. <artifactId>spring-cloud-starter-eureka</artifactId>
  577. <version>${version.spring-cloud}</version>
  578. </dependency>
  579. <dependency>
  580. <groupId>org.springframework.cloud</groupId>
  581. <artifactId>spring-cloud-starter-eureka-server</artifactId>
  582. <version>${version.spring-cloud}</version>
  583. </dependency>
  584. <dependency>
  585. <groupId>org.springframework.cloud</groupId>
  586. <artifactId>spring-cloud-netflix-eureka</artifactId>
  587. <version>${version.spring-cloud}</version>
  588. </dependency>
  589. <dependency>
  590. <groupId>org.springframework.cloud</groupId>
  591. <artifactId>spring-cloud-starter-feign</artifactId>
  592. <version>${version.spring-cloud}</version>
  593. </dependency>
  594. <dependency>
  595. <groupId>org.springframework.cloud</groupId>
  596. <artifactId>spring-cloud-starter-ribbon</artifactId>
  597. <version>${version.spring-cloud}</version>
  598. </dependency>
  599. <dependency>
  600. <groupId>org.springframework.cloud</groupId>
  601. <artifactId>spring-cloud-starter-zuul</artifactId>
  602. <version>${version.spring-cloud}</version>
  603. </dependency>
  604. <dependency>
  605. <groupId>org.springframework.cloud</groupId>
  606. <artifactId>spring-cloud-starter-hystrix</artifactId>
  607. <version>${version.spring-cloud}</version>
  608. </dependency>
  609. <dependency>
  610. <groupId>org.springframework.cloud</groupId>
  611. <artifactId>spring-cloud-starter-hystrix-dashboard</artifactId>
  612. <version>${version.spring-cloud}</version>
  613. </dependency>
  614. <!-- Feign -->
  615. <dependency>
  616. <groupId>io.github.openfeign</groupId>
  617. <artifactId>feign-core</artifactId>
  618. <version>${version.feign}</version>
  619. </dependency>
  620. <!-- Hystrix -->
  621. <dependency>
  622. <groupId>com.netflix.hystrix</groupId>
  623. <artifactId>hystrix-core</artifactId>
  624. <version>${version.hystrix}</version>
  625. </dependency>
  626. <!-- Archaius -->
  627. <dependency>
  628. <groupId>com.netflix.archaius</groupId>
  629. <artifactId>archaius-core</artifactId>
  630. <version>${version.archaius}</version>
  631. </dependency>
  632. <!-- Spring data family -->
  633. <dependency>
  634. <groupId>org.springframework.data</groupId>
  635. <artifactId>spring-data-commons</artifactId>
  636. <version>${version.spring-data-commons}</version>
  637. <scope>${dependency.scope}</scope>
  638. </dependency>
  639. <dependency>
  640. <groupId>org.springframework.data</groupId>
  641. <artifactId>spring-data-hadoop-hbase</artifactId>
  642. <version>${version.spring-data-hadoop}</version>
  643. <scope>${dependency.scope}</scope>
  644. </dependency>
  645. <dependency>
  646. <groupId>org.springframework.data</groupId>
  647. <artifactId>spring-data-solr</artifactId>
  648. <version>${version.spring-data-solr}</version>
  649. <scope>${dependency.scope}</scope>
  650. </dependency>
  651. <!-- Spring session family-->
  652. <dependency>
  653. <groupId>org.springframework.session</groupId>
  654. <artifactId>spring-session-hazelcast</artifactId>
  655. <version>${version.spring-session-hazelcast}</version>
  656. <scope>${dependency.scope}</scope>
  657. </dependency>
  658. <dependency>
  659. <groupId>org.springframework.session</groupId>
  660. <artifactId>spring-session</artifactId>
  661. <version>${version.spring-session}</version>
  662. <scope>${dependency.scope}</scope>
  663. </dependency>
  664. <dependency>
  665. <groupId>org.springframework.session</groupId>
  666. <artifactId>spring-session-data-redis</artifactId>
  667. <version>${version.spring-session}</version>
  668. <scope>${dependency.scope}</scope>
  669. </dependency>
  670. <!-- Oauth2 -->
  671. <dependency>
  672. <groupId>org.springframework.security.oauth</groupId>
  673. <artifactId>spring-security-oauth2</artifactId>
  674. <version>${version.spring-oauth2}</version>
  675. <scope>${dependency.scope}</scope>
  676. <exclusions>
  677. <exclusion>
  678. <groupId>org.springframework.security</groupId>
  679. <artifactId>*</artifactId>
  680. </exclusion>
  681. </exclusions>
  682. </dependency>
  683. <!--Jackson library -->
  684. <dependency>
  685. <groupId>com.fasterxml.jackson.core</groupId>
  686. <artifactId>jackson-annotations</artifactId>
  687. <version>${version.jackson}</version>
  688. <scope>${dependency.scope}</scope>
  689. </dependency>
  690. <dependency>
  691. <groupId>com.fasterxml.jackson.core</groupId>
  692. <artifactId>jackson-core</artifactId>
  693. <version>${version.jackson}</version>
  694. <scope>${dependency.scope}</scope>
  695. </dependency>
  696. <dependency>
  697. <groupId>com.fasterxml.jackson.core</groupId>
  698. <artifactId>jackson-databind</artifactId>
  699. <version>${version.jackson}</version>
  700. <scope>${dependency.scope}</scope>
  701. </dependency>
  702. <!-- Http library -->
  703. <dependency>
  704. <groupId>org.apache.httpcomponents</groupId>
  705. <artifactId>httpcore</artifactId>
  706. <version>${version.http-core}</version>
  707. <scope>${dependency.scope}</scope>
  708. </dependency>
  709. <dependency>
  710. <groupId>org.apache.httpcomponents</groupId>
  711. <artifactId>httpclient</artifactId>
  712. <version>${version.http-client}</version>
  713. <scope>${dependency.scope}</scope>
  714. </dependency>
  715. <dependency>
  716. <groupId>org.apache.httpcomponents</groupId>
  717. <artifactId>httpmime</artifactId>
  718. <version>${version.http-mime}</version>
  719. <scope>${dependency.scope}</scope>
  720. </dependency>
  721. <!--Apache commons library -->
  722. <dependency>
  723. <groupId>org.codehaus.woodstox</groupId>
  724. <artifactId>stax2-api</artifactId>
  725. <version>3.1.4</version>
  726. <scope>${dependency.scope}</scope>
  727. </dependency>
  728. <dependency>
  729. <groupId>org.codehaus.woodstox</groupId>
  730. <artifactId>woodstox-core-asl</artifactId>
  731. <version>4.4.1</version>
  732. <scope>${dependency.scope}</scope>
  733. </dependency>
  734. <dependency>
  735. <groupId>org.noggit</groupId>
  736. <artifactId>noggit</artifactId>
  737. <version>0.6</version>
  738. <scope>${dependency.scope}</scope>
  739. </dependency>
  740. <dependency>
  741. <groupId>org.apache.commons</groupId>
  742. <artifactId>commons-lang3</artifactId>
  743. <version>${version.commons-lang3}</version>
  744. <scope>${dependency.scope}</scope>
  745. </dependency>
  746. <dependency>
  747. <groupId>org.apache.poi</groupId>
  748. <artifactId>poi</artifactId>
  749. <version>${version.poi}</version>
  750. <scope>${dependency.scope}</scope>
  751. </dependency>
  752. <dependency>
  753. <groupId>commons-beanutils</groupId>
  754. <artifactId>commons-beanutils</artifactId>
  755. <version>${version.commons-bean-utils}</version>
  756. <scope>${dependency.scope}</scope>
  757. </dependency>
  758. <dependency>
  759. <groupId>org.apache.commons</groupId>
  760. <artifactId>commons-pool2</artifactId>
  761. <version>${version.commons-pool2}</version>
  762. <scope>${dependency.scope}</scope>
  763. </dependency>
  764. <dependency>
  765. <groupId>commons-dbutils</groupId>
  766. <artifactId>commons-dbutils</artifactId>
  767. <version>${version.commons-dbutils}</version>
  768. <scope>${dependency.scope}</scope>
  769. </dependency>
  770. <dependency>
  771. <groupId>org.apache.commons</groupId>
  772. <artifactId>commons-dbcp2</artifactId>
  773. <version>${version.commons-dbcp2}</version>
  774. <scope>${dependency.scope}</scope>
  775. </dependency>
  776. <dependency>
  777. <groupId>commons-io</groupId>
  778. <artifactId>commons-io</artifactId>
  779. <version>${version.commons-io}</version>
  780. <scope>${dependency.scope}</scope>
  781. </dependency>
  782. <dependency>
  783. <groupId>commons-collections</groupId>
  784. <artifactId>commons-collections</artifactId>
  785. <version>${version.commons-collections}</version>
  786. <scope>${dependency.scope}</scope>
  787. </dependency>
  788. <dependency>
  789. <groupId>commons-codec</groupId>
  790. <artifactId>commons-codec</artifactId>
  791. <version>${version.commons-codec}</version>
  792. <scope>${dependency.scope}</scope>
  793. </dependency>
  794. <dependency>
  795. <groupId>org.apache.commons</groupId>
  796. <artifactId>commons-compress</artifactId>
  797. <version>${version.commons-compress}</version>
  798. <scope>${dependency.scope}</scope>
  799. </dependency>
  800. <!-- Mysql library -->
  801. <dependency>
  802. <groupId>mysql</groupId>
  803. <artifactId>mysql-connector-java</artifactId>
  804. <version>${version.mysql}</version>
  805. <scope>${dependency.scope}</scope>
  806. </dependency>
  807. <!-- Hibernate framework library -->
  808. <dependency>
  809. <groupId>org.hibernate</groupId>
  810. <artifactId>hibernate-core</artifactId>
  811. <version>${version.hibernate}</version>
  812. <scope>${dependency.scope}</scope>
  813. </dependency>
  814. <dependency>
  815. <groupId>org.hibernate</groupId>
  816. <artifactId>hibernate-validator</artifactId>
  817. <version>${version.hibernate-validator}</version>
  818. </dependency>
  819. <dependency>
  820. <groupId>org.hibernate</groupId>
  821. <artifactId>hibernate-entitymanager</artifactId>
  822. <version>${version.hibernate}</version>
  823. <scope>${dependency.scope}</scope>
  824. </dependency>
  825. <dependency>
  826. <groupId>org.hibernate.javax.persistence</groupId>
  827. <artifactId>hibernate-jpa-2.1-api</artifactId>
  828. <version>${version.hibernate-jpa-api}</version>
  829. <scope>${dependency.scope}</scope>
  830. </dependency>
  831. <!-- Zookeeper library -->
  832. <dependency>
  833. <groupId>org.apache.zookeeper</groupId>
  834. <artifactId>zookeeper</artifactId>
  835. <version>${version.zookeeper}</version>
  836. <scope>${dependency.scope}</scope>
  837. </dependency>
  838. <!-- Hadoop library -->
  839. <dependency>
  840. <groupId>org.apache.hadoop</groupId>
  841. <artifactId>hadoop-annotations</artifactId>
  842. <version>${version.hadoop-client}</version>
  843. <scope>${dependency.scope}</scope>
  844. </dependency>
  845. <dependency>
  846. <groupId>org.apache.hadoop</groupId>
  847. <artifactId>hadoop-auth</artifactId>
  848. <version>${version.hadoop-client}</version>
  849. <scope>${dependency.scope}</scope>
  850. </dependency>
  851. <dependency>
  852. <groupId>org.apache.hadoop</groupId>
  853. <artifactId>hadoop-common</artifactId>
  854. <version>${version.hadoop-client}</version>
  855. <scope>${dependency.scope}</scope>
  856. </dependency>
  857. <dependency>
  858. <groupId>org.apache.hadoop</groupId>
  859. <artifactId>hadoop-distcp</artifactId>
  860. <version>${version.hadoop-client}</version>
  861. <scope>${dependency.scope}</scope>
  862. </dependency>
  863. <dependency>
  864. <groupId>org.apache.hadoop</groupId>
  865. <artifactId>hadoop-hdfs</artifactId>
  866. <version>${version.hadoop-client}</version>
  867. <scope>${dependency.scope}</scope>
  868. </dependency>
  869. <dependency>
  870. <groupId>org.apache.hadoop</groupId>
  871. <artifactId>hadoop-mapreduce-client-common</artifactId>
  872. <version>${version.hadoop-client}</version>
  873. <scope>${dependency.scope}</scope>
  874. </dependency>
  875. <dependency>
  876. <groupId>org.apache.hadoop</groupId>
  877. <artifactId>hadoop-mapreduce-client-core</artifactId>
  878. <version>${version.hadoop-client}</version>
  879. <scope>${dependency.scope}</scope>
  880. </dependency>
  881. <dependency>
  882. <groupId>org.apache.hadoop</groupId>
  883. <artifactId>hadoop-mapreduce-client-jobclient</artifactId>
  884. <version>${version.hadoop-client}</version>
  885. <scope>${dependency.scope}</scope>
  886. </dependency>
  887. <dependency>
  888. <groupId>org.apache.hadoop</groupId>
  889. <artifactId>hadoop-mapreduce-client-shuffle</artifactId>
  890. <version>${version.hadoop-client}</version>
  891. <scope>${dependency.scope}</scope>
  892. </dependency>
  893. <dependency>
  894. <groupId>org.apache.hadoop</groupId>
  895. <artifactId>hadoop-streaming</artifactId>
  896. <version>${version.hadoop-client}</version>
  897. <scope>${dependency.scope}</scope>
  898. </dependency>
  899. <dependency>
  900. <groupId>org.apache.hadoop</groupId>
  901. <artifactId>hadoop-yarn-api</artifactId>
  902. <version>${version.hadoop-client}</version>
  903. <scope>${dependency.scope}</scope>
  904. </dependency>
  905. <dependency>
  906. <groupId>org.apache.hadoop</groupId>
  907. <artifactId>hadoop-yarn-client</artifactId>
  908. <version>${version.hadoop-client}</version>
  909. <scope>${dependency.scope}</scope>
  910. </dependency>
  911. <dependency>
  912. <groupId>org.apache.hadoop</groupId>
  913. <artifactId>hadoop-yarn-common</artifactId>
  914. <version>${version.hadoop-client}</version>
  915. <scope>${dependency.scope}</scope>
  916. </dependency>
  917. <dependency>
  918. <groupId>org.apache.hadoop</groupId>
  919. <artifactId>hadoop-yarn-server-common</artifactId>
  920. <version>${version.hadoop-client}</version>
  921. <scope>${dependency.scope}</scope>
  922. </dependency>
  923. <dependency>
  924. <groupId>org.apache.hadoop</groupId>
  925. <artifactId>hadoop-yarn-server-nodemanager</artifactId>
  926. <version>${version.hadoop-client}</version>
  927. <scope>${dependency.scope}</scope>
  928. </dependency>
  929. <dependency>
  930. <groupId>org.apache.hbase</groupId>
  931. <artifactId>hbase-client</artifactId>
  932. <version>${version.hbase-client}</version>
  933. <scope>${dependency.scope}</scope>
  934. <exclusions>
  935. <exclusion>
  936. <groupId>org.apache.hadoop</groupId>
  937. <artifactId>*</artifactId>
  938. </exclusion>
  939. <exclusion>
  940. <groupId>org.slf4j</groupId>
  941. <artifactId>slf4j-log4j12</artifactId>
  942. </exclusion>
  943. </exclusions>
  944. </dependency>
  945. <dependency>
  946. <groupId>org.apache.hbase</groupId>
  947. <artifactId>hbase-common</artifactId>
  948. <version>${version.hbase-client}</version>
  949. <exclusions>
  950. <exclusion>
  951. <groupId>org.slf4j</groupId>
  952. <artifactId>slf4j-log4j12</artifactId>
  953. </exclusion>
  954. </exclusions>
  955. </dependency>
  956. <dependency>
  957. <groupId>org.apache.hbase</groupId>
  958. <artifactId>hbase-protocol</artifactId>
  959. <version>${version.hbase-client}</version>
  960. <exclusions>
  961. <exclusion>
  962. <groupId>org.slf4j</groupId>
  963. <artifactId>slf4j-log4j12</artifactId>
  964. </exclusion>
  965. </exclusions>
  966. </dependency>
  967. <!-- export library -->
  968. <dependency>
  969. <groupId>net.sourceforge.jexcelapi</groupId>
  970. <artifactId>jxl</artifactId>
  971. <version>${version.jxl}</version>
  972. </dependency>
  973. <!-- Google library -->
  974. <dependency>
  975. <groupId>com.google.guava</groupId>
  976. <artifactId>guava</artifactId>
  977. <version>18.0</version>
  978. </dependency>
  979. <dependency>
  980. <groupId>com.google.code.findbugs</groupId>
  981. <artifactId>jsr305</artifactId>
  982. <version>3.0.1</version>
  983. </dependency>
  984. <dependency>
  985. <groupId>com.google.code.gson</groupId>
  986. <artifactId>gson</artifactId>
  987. <version>2.6.2</version>
  988. </dependency>
  989. <dependency>
  990. <groupId>com.google.protobuf</groupId>
  991. <artifactId>protobuf-java</artifactId>
  992. <version>2.5.0</version>
  993. </dependency>
  994. <dependency>
  995. <groupId>com.google.inject</groupId>
  996. <artifactId>guice</artifactId>
  997. <version>4.1.0</version>
  998. </dependency>
  999. <!-- Solr library -->
  1000. <dependency>
  1001. <groupId>org.apache.solr</groupId>
  1002. <artifactId>solr-core</artifactId>
  1003. <version>${version.solr}</version>
  1004. <scope>${dependency.scope}</scope>
  1005. <exclusions>
  1006. <exclusion>
  1007. <groupId>commons-lang</groupId>
  1008. <artifactId>commons-lang</artifactId>
  1009. </exclusion>
  1010. </exclusions>
  1011. </dependency>
  1012. <dependency>
  1013. <groupId>org.apache.solr</groupId>
  1014. <artifactId>solr-solrj</artifactId>
  1015. <version>${version.solr}</version>
  1016. <exclusions>
  1017. <exclusion>
  1018. <groupId>commons-lang</groupId>
  1019. <artifactId>commons-lang</artifactId>
  1020. </exclusion>
  1021. </exclusions>
  1022. </dependency>
  1023. <!-- Elasticsearch -->
  1024. <dependency>
  1025. <groupId>org.elasticsearch</groupId>
  1026. <artifactId>elasticsearch</artifactId>
  1027. <version>${version.elasticsearch}</version>
  1028. </dependency>
  1029. <dependency>
  1030. <groupId>org.nlpcn</groupId>
  1031. <artifactId>elasticsearch-sql</artifactId>
  1032. <version>${version.elasticsearch-sql}</version>
  1033. </dependency>
  1034. <!-- Jest -->
  1035. <dependency>
  1036. <groupId>io.searchbox</groupId>
  1037. <artifactId>jest</artifactId>
  1038. <version>${version.jest}</version>
  1039. </dependency>
  1040. <!-- Redis library -->
  1041. <dependency>
  1042. <groupId>redis.clients</groupId>
  1043. <artifactId>jedis</artifactId>
  1044. <version>${version.jedis}</version>
  1045. <scope>${dependency.scope}</scope>
  1046. </dependency>
  1047. <!-- FastDFS library -->
  1048. <dependency>
  1049. <groupId>org.csource</groupId>
  1050. <artifactId>fastdfs-client-java</artifactId>
  1051. <version>${version.fastdfs}</version>
  1052. </dependency>
  1053. <!-- Quartz library -->
  1054. <dependency>
  1055. <groupId>org.quartz-scheduler</groupId>
  1056. <artifactId>quartz</artifactId>
  1057. <version>${version.quartz}</version>
  1058. <scope>${dependency.scope}</scope>
  1059. </dependency>
  1060. <dependency>
  1061. <groupId>org.quartz-scheduler</groupId>
  1062. <artifactId>quartz-jobs</artifactId>
  1063. <version>${version.quartz}</version>
  1064. </dependency>
  1065. <!-- Zip library -->
  1066. <dependency>
  1067. <groupId>net.lingala.zip4j</groupId>
  1068. <artifactId>zip4j</artifactId>
  1069. <version>${version.zip4j}</version>
  1070. <scope>${dependency.scope}</scope>
  1071. </dependency>
  1072. <!-- Pinyin library -->
  1073. <dependency>
  1074. <groupId>com.belerweb</groupId>
  1075. <artifactId>pinyin4j</artifactId>
  1076. <version>${version.pinyin4j}</version>
  1077. <scope>${dependency.scope}</scope>
  1078. </dependency>
  1079. <!-- Swagger-ui library -->
  1080. <dependency>
  1081. <groupId>io.springfox</groupId>
  1082. <artifactId>springfox-swagger2</artifactId>
  1083. <version>${version.swagger}</version>
  1084. <scope>${dependency.scope}</scope>
  1085. </dependency>
  1086. <dependency>
  1087. <groupId>io.springfox</groupId>
  1088. <artifactId>springfox-swagger-ui</artifactId>
  1089. <version>${version.swagger-ui}</version>
  1090. <scope>${dependency.scope}</scope>
  1091. </dependency>
  1092. <!-- date Time util library -->
  1093. <dependency>
  1094. <groupId>joda-time</groupId>
  1095. <artifactId>joda-time</artifactId>
  1096. <version>${version.joda-time}</version>
  1097. <scope>${dependency.scope}</scope>
  1098. </dependency>
  1099. <dependency>
  1100. <groupId>org.apache.thrift</groupId>
  1101. <artifactId>libthrift</artifactId>
  1102. <version>${version.thrift}</version>
  1103. <scope>${dependency.scope}</scope>
  1104. </dependency>
  1105. <dependency>
  1106. <groupId>com.timgroup</groupId>
  1107. <artifactId>java-statsd-client</artifactId>
  1108. <version>${version.statsd-client}</version>
  1109. <scope>${dependency.scope}</scope>
  1110. </dependency>
  1111. <dependency>
  1112. <groupId>io.dropwizard.metrics</groupId>
  1113. <artifactId>metrics-core</artifactId>
  1114. <version>${version.io-dropwizard-metrics}</version>
  1115. <scope>${dependency.scope}</scope>
  1116. </dependency>
  1117. <!-- Log framework library -->
  1118. <dependency>
  1119. <groupId>commons-logging</groupId>
  1120. <artifactId>commons-logging</artifactId>
  1121. <version>${version.logging}</version>
  1122. <scope>${dependency.scope}</scope>
  1123. </dependency>
  1124. <dependency>
  1125. <groupId>log4j</groupId>
  1126. <artifactId>log4j</artifactId>
  1127. <version>${version.log4j}</version>
  1128. <scope>${dependency.scope}</scope>
  1129. </dependency>
  1130. <dependency>
  1131. <groupId>org.slf4j</groupId>
  1132. <artifactId>slf4j-api</artifactId>
  1133. <version>${version.slf4j}</version>
  1134. <scope>${dependency.scope}</scope>
  1135. </dependency>
  1136. <dependency>
  1137. <groupId>ch.qos.logback</groupId>
  1138. <artifactId>logback-classic</artifactId>
  1139. <version>${version.logback}</version>
  1140. <scope>${dependency.scope}</scope>
  1141. </dependency>
  1142. <!-- Alibaba -->
  1143. <dependency>
  1144. <groupId>com.alibaba</groupId>
  1145. <artifactId>druid</artifactId>
  1146. <version>${version.alibaba-druid}</version>
  1147. </dependency>
  1148. <dependency>
  1149. <groupId>com.alibaba</groupId>
  1150. <artifactId>fastjson</artifactId>
  1151. <version>${version.fastjson}</version>
  1152. </dependency>
  1153. <!-- Spring Boot Admin -->
  1154. <dependency>
  1155. <groupId>de.codecentric</groupId>
  1156. <artifactId>spring-boot-admin-starter-server</artifactId>
  1157. <version>${version.spring.boot.admin}</version>
  1158. </dependency>
  1159. <dependency>
  1160. <groupId>de.codecentric</groupId>
  1161. <artifactId>spring-boot-admin-server-ui</artifactId>
  1162. <version>${version.spring.boot.admin}</version>
  1163. </dependency>
  1164. <!-- Extend library-->
  1165. <dependency>
  1166. <groupId>org.codehaus.jettison</groupId>
  1167. <artifactId>jettison</artifactId>
  1168. <version>${version.jettison}</version>
  1169. </dependency>
  1170. <dependency>
  1171. <groupId>org.json</groupId>
  1172. <artifactId>json</artifactId>
  1173. <version>${version.json}</version>
  1174. </dependency>
  1175. <dependency>
  1176. <groupId>net.sf.json-lib</groupId>
  1177. <artifactId>json-lib</artifactId>
  1178. <version>${version.json-lib}</version>
  1179. </dependency>
  1180. <dependency>
  1181. <groupId>commons-net</groupId>
  1182. <artifactId>commons-net</artifactId>
  1183. <version>${version.commons-net}</version>
  1184. </dependency>
  1185. <!-- 个推相关 -->
  1186. <dependency>
  1187. <groupId>com.gexin.platform</groupId>
  1188. <artifactId>gexin-rp-sdk-http</artifactId>
  1189. <version>4.0.1.17</version>
  1190. </dependency>
  1191. <dependency>
  1192. <groupId>com.gexin.platform</groupId>
  1193. <artifactId>gexin-rp-fastjson</artifactId>
  1194. <version>1.0.0.1</version>
  1195. </dependency>
  1196. <dependency>
  1197. <groupId>com.gexin.platform</groupId>
  1198. <artifactId>gexin-rp-sdk-base</artifactId>
  1199. <version>4.0.0.22</version>
  1200. </dependency>
  1201. <dependency>
  1202. <groupId>com.gexin.platform</groupId>
  1203. <artifactId>gexin-rp-sdk-template</artifactId>
  1204. <version>4.0.0.16</version>
  1205. </dependency>
  1206. <dependency>
  1207. <groupId>com.gexin.platform</groupId>
  1208. <artifactId>protobuf-java</artifactId>
  1209. <version>2.5.0</version>
  1210. </dependency>
  1211. <!--ehr jar info -->
  1212. <dependency>
  1213. <groupId>com.yihu.ehr</groupId>
  1214. <artifactId>commons-admin-gateway-model</artifactId>
  1215. <version>${version.ehr}</version>
  1216. </dependency>
  1217. <dependency>
  1218. <groupId>com.yihu.ehr</groupId>
  1219. <artifactId>commons-data-elasticsearch</artifactId>
  1220. <version>${version.ehr}</version>
  1221. </dependency>
  1222. <dependency>
  1223. <groupId>com.yihu.ehr</groupId>
  1224. <artifactId>commons-data-fastdfs</artifactId>
  1225. <version>${version.ehr}</version>
  1226. </dependency>
  1227. <dependency>
  1228. <groupId>com.yihu.ehr</groupId>
  1229. <artifactId>commons-data-hbase</artifactId>
  1230. <version>${version.ehr}</version>
  1231. </dependency>
  1232. <dependency>
  1233. <groupId>com.yihu.ehr</groupId>
  1234. <artifactId>commons-data-mysql</artifactId>
  1235. <version>${version.ehr}</version>
  1236. </dependency>
  1237. <dependency>
  1238. <groupId>com.yihu.ehr</groupId>
  1239. <artifactId>commons-data-query</artifactId>
  1240. <version>${version.ehr}</version>
  1241. </dependency>
  1242. <dependency>
  1243. <groupId>com.yihu.ehr</groupId>
  1244. <artifactId>commons-data-redis</artifactId>
  1245. <version>${version.ehr}</version>
  1246. </dependency>
  1247. <dependency>
  1248. <groupId>com.yihu.ehr</groupId>
  1249. <artifactId>commons-data-solr</artifactId>
  1250. <version>${version.ehr}</version>
  1251. </dependency>
  1252. <dependency>
  1253. <groupId>com.yihu.ehr</groupId>
  1254. <artifactId>commons-ehr-constants</artifactId>
  1255. <version>${version.ehr}</version>
  1256. </dependency>
  1257. <dependency>
  1258. <groupId>com.yihu.ehr</groupId>
  1259. <artifactId>commons-entity</artifactId>
  1260. <version>${version.ehr}</version>
  1261. </dependency>
  1262. <dependency>
  1263. <groupId>com.yihu.ehr</groupId>
  1264. <artifactId>commons-profile-core</artifactId>
  1265. <version>${version.ehr}</version>
  1266. </dependency>
  1267. <dependency>
  1268. <groupId>com.yihu.ehr</groupId>
  1269. <artifactId>commons-redis-mq</artifactId>
  1270. <version>${version.ehr}</version>
  1271. </dependency>
  1272. <dependency>
  1273. <groupId>com.yihu.ehr</groupId>
  1274. <artifactId>commons-rest-model</artifactId>
  1275. <version>${version.ehr}</version>
  1276. </dependency>
  1277. <dependency>
  1278. <groupId>com.yihu.hos</groupId>
  1279. <artifactId>common-rest-model</artifactId>
  1280. <version>${version.eip}</version>
  1281. </dependency>
  1282. <dependency>
  1283. <groupId>com.yihu.ehr</groupId>
  1284. <artifactId>commons-ui-swagger</artifactId>
  1285. <version>${version.ehr}</version>
  1286. </dependency>
  1287. <dependency>
  1288. <groupId>com.yihu.ehr</groupId>
  1289. <artifactId>commons-util</artifactId>
  1290. <version>${version.ehr}</version>
  1291. </dependency>
  1292. <dependency>
  1293. <groupId>com.yihu.ehr</groupId>
  1294. <artifactId>commons-web</artifactId>
  1295. <version>${version.ehr}</version>
  1296. </dependency>
  1297. <dependency>
  1298. <groupId>io.github.openfeign.form</groupId>
  1299. <artifactId>feign-form</artifactId>
  1300. <version>${version.feign-form}</version>
  1301. </dependency>
  1302. <dependency>
  1303. <groupId>io.github.openfeign.form</groupId>
  1304. <artifactId>feign-form-spring</artifactId>
  1305. <version>${version.feign-form}</version>
  1306. </dependency>
  1307. <dependency>
  1308. <groupId>commons-httpclient</groupId>
  1309. <artifactId>commons-httpclient</artifactId>
  1310. <version>${version.commons-httpclient}</version>
  1311. </dependency>
  1312. <dependency>
  1313. <groupId>org.apache.httpcomponents</groupId>
  1314. <artifactId>httpclient</artifactId>
  1315. <version>${version.httpclient}</version>
  1316. </dependency>
  1317. </dependencies>
  1318. </dependencyManagement>
  1319. <dependencies>
  1320. <dependency>
  1321. <groupId>org.springframework.cloud</groupId>
  1322. <artifactId>spring-cloud-starter-eureka</artifactId>
  1323. </dependency>
  1324. <dependency>
  1325. <groupId>org.springframework.cloud</groupId>
  1326. <artifactId>spring-cloud-starter-zuul</artifactId>
  1327. </dependency>
  1328. <dependency>
  1329. <groupId>org.springframework.cloud</groupId>
  1330. <artifactId>spring-cloud-starter-config</artifactId>
  1331. <scope>${dependency.scope}</scope>
  1332. </dependency>
  1333. <!-- 安全认证中心-->
  1334. <dependency>
  1335. <groupId>org.springframework.boot</groupId>
  1336. <artifactId>spring-boot-starter-security</artifactId>
  1337. </dependency>
  1338. <dependency>
  1339. <groupId>org.springframework.security.oauth</groupId>
  1340. <artifactId>spring-security-oauth2</artifactId>
  1341. </dependency>
  1342. <!-- Redis -->
  1343. <dependency>
  1344. <groupId>org.springframework.boot</groupId>
  1345. <artifactId>spring-boot-starter-data-redis</artifactId>
  1346. <scope>${dependency.scope}</scope>
  1347. </dependency>
  1348. <dependency>
  1349. <groupId>redis.clients</groupId>
  1350. <artifactId>jedis</artifactId>
  1351. <scope>${dependency.scope}</scope>
  1352. </dependency>
  1353. <!-- Redis -->
  1354. <dependency>
  1355. <groupId>com.yihu.ehr</groupId>
  1356. <artifactId>commons-util</artifactId>
  1357. </dependency>
  1358. </dependencies>
  1359. </project>