pom.xml 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>com.yihu.ehr</groupId>
  7. <artifactId>ehr-cloud-parent</artifactId>
  8. <version>1.13.0</version>
  9. </parent>
  10. <artifactId>svr-eip-admin</artifactId>
  11. <version>1.3.0</version>
  12. <packaging>war</packaging>
  13. <name>svr-eip-admin</name>
  14. <description>EIP微服务</description>
  15. <properties>
  16. <org.apache.tiles-version>3.0.5</org.apache.tiles-version>
  17. <!--<main.basedir>${basedir}/../..</main.basedir>-->
  18. <!--<m2eclipse.wtp.contextRoot>/</m2eclipse.wtp.contextRoot>-->
  19. </properties>
  20. <dependencies>
  21. <!-- spring cloud start-->
  22. <dependency>
  23. <groupId>org.springframework.cloud</groupId>
  24. <artifactId>spring-cloud-starter-config</artifactId>
  25. </dependency>
  26. <dependency>
  27. <groupId>org.springframework.cloud</groupId>
  28. <artifactId>spring-cloud-starter-eureka</artifactId>
  29. <exclusions>
  30. <exclusion>
  31. <artifactId>netty-codec-http</artifactId>
  32. <groupId>io.netty</groupId>
  33. </exclusion>
  34. <exclusion>
  35. <artifactId>netty-transport</artifactId>
  36. <groupId>io.netty</groupId>
  37. </exclusion>
  38. <exclusion>
  39. <artifactId>netty-transport-native-epoll</artifactId>
  40. <groupId>io.netty</groupId>
  41. </exclusion>
  42. <exclusion>
  43. <artifactId>netty-handler</artifactId>
  44. <groupId>io.netty</groupId>
  45. </exclusion>
  46. <exclusion>
  47. <artifactId>netty-buffer</artifactId>
  48. <groupId>io.netty</groupId>
  49. </exclusion>
  50. <exclusion>
  51. <artifactId>netty-codec</artifactId>
  52. <groupId>io.netty</groupId>
  53. </exclusion>
  54. <exclusion>
  55. <artifactId>commons-lang</artifactId>
  56. <groupId>commons-lang</groupId>
  57. </exclusion>
  58. </exclusions>
  59. </dependency>
  60. <dependency>
  61. <groupId>org.springframework.cloud</groupId>
  62. <artifactId>spring-cloud-starter</artifactId>
  63. <exclusions>
  64. <exclusion>
  65. <groupId>ch.qos.logback</groupId>
  66. <artifactId>logback-classic</artifactId>
  67. </exclusion>
  68. </exclusions>
  69. </dependency>
  70. <dependency>
  71. <groupId>org.springframework.cloud</groupId>
  72. <artifactId>spring-cloud-starter-feign</artifactId>
  73. </dependency>
  74. <dependency>
  75. <groupId>org.springframework.boot</groupId>
  76. <artifactId>spring-boot-actuator</artifactId>
  77. </dependency>
  78. <dependency>
  79. <groupId>org.springframework.cloud</groupId>
  80. <artifactId>spring-cloud-starter-zuul</artifactId>
  81. <exclusions>
  82. <exclusion>
  83. <artifactId>aspectjweaver</artifactId>
  84. <groupId>org.aspectj</groupId>
  85. </exclusion>
  86. </exclusions>
  87. </dependency>
  88. <!-- spring cloud end -->
  89. <!-- jwt start -->
  90. <dependency>
  91. <groupId>io.jsonwebtoken</groupId>
  92. <artifactId>jjwt</artifactId>
  93. <version>0.7.0</version>
  94. </dependency>
  95. <dependency>
  96. <groupId>org.springframework.boot</groupId>
  97. <artifactId>spring-boot-starter-security</artifactId>
  98. </dependency>
  99. <dependency>
  100. <groupId>org.projectlombok</groupId>
  101. <artifactId>lombok</artifactId>
  102. <version>1.16.16</version>
  103. <scope>provided</scope>
  104. </dependency>
  105. <dependency>
  106. <groupId>org.springframework.data</groupId>
  107. <artifactId>spring-data-jpa</artifactId>
  108. </dependency>
  109. <dependency>
  110. <groupId>org.springframework.boot</groupId>
  111. <artifactId>spring-boot-starter-data-jpa</artifactId>
  112. </dependency>
  113. <dependency>
  114. <groupId>org.hibernate.javax.persistence</groupId>
  115. <artifactId>hibernate-jpa-2.1-api</artifactId>
  116. <version>1.0.0.Final</version>
  117. </dependency>
  118. <!-- jwt end -->
  119. <dependency>
  120. <groupId>org.springframework.boot</groupId>
  121. <artifactId>spring-boot-starter-web</artifactId>
  122. </dependency>
  123. <dependency>
  124. <groupId>org.springframework.boot</groupId>
  125. <artifactId>spring-boot-starter-cache</artifactId>
  126. </dependency>
  127. <dependency>
  128. <groupId>org.apache.tomcat.embed</groupId>
  129. <artifactId>tomcat-embed-jasper</artifactId>
  130. <scope>compile</scope>
  131. </dependency>
  132. <!--jxl导出工具-->
  133. <dependency>
  134. <groupId>net.sourceforge.jexcelapi</groupId>
  135. <artifactId>jxl</artifactId>
  136. </dependency>
  137. <dependency>
  138. <groupId>org.springframework</groupId>
  139. <artifactId>spring-orm</artifactId>
  140. </dependency>
  141. <!--=============tilesJSP布局框架 start =============-->
  142. <dependency>
  143. <groupId>org.apache.tiles</groupId>
  144. <artifactId>tiles-extras</artifactId>
  145. <version>${org.apache.tiles-version}</version>
  146. <exclusions>
  147. <exclusion>
  148. <groupId>com.google.guava</groupId>
  149. <artifactId>guava</artifactId>
  150. </exclusion>
  151. <exclusion>
  152. <artifactId>commons-lang</artifactId>
  153. <groupId>commons-lang</groupId>
  154. </exclusion>
  155. </exclusions>
  156. </dependency>
  157. <dependency>
  158. <groupId>org.apache.tiles</groupId>
  159. <artifactId>tiles-jsp</artifactId>
  160. <version>${org.apache.tiles-version}</version>
  161. </dependency>
  162. <!--=============tiles end =============-->
  163. <dependency>
  164. <groupId>org.apache.xmlgraphics</groupId>
  165. <artifactId>fop</artifactId>
  166. <version>1.0</version>
  167. <scope>provided</scope>
  168. </dependency>
  169. <dependency>
  170. <groupId>xalan</groupId>
  171. <artifactId>xalan</artifactId>
  172. <version>2.7.0</version>
  173. <scope>provided</scope>
  174. </dependency>
  175. <dependency>
  176. <groupId>org.openoffice</groupId>
  177. <artifactId>jurt</artifactId>
  178. <version>2.3.0</version>
  179. <scope>provided</scope>
  180. </dependency>
  181. <dependency>
  182. <groupId>org.openoffice</groupId>
  183. <artifactId>juh</artifactId>
  184. <version>2.3.0</version>
  185. <scope>provided</scope>
  186. </dependency>
  187. <dependency>
  188. <groupId>net.sf.json-lib</groupId>
  189. <artifactId>json-lib</artifactId>
  190. <version>2.4</version>
  191. <exclusions>
  192. <exclusion>
  193. <artifactId>commons-lang</artifactId>
  194. <groupId>commons-lang</groupId>
  195. </exclusion>
  196. </exclusions>
  197. </dependency>
  198. <dependency>
  199. <groupId>org.springframework</groupId>
  200. <artifactId>spring-jms</artifactId>
  201. <version>4.3.2.RELEASE</version>
  202. </dependency>
  203. <!-- https://mvnrepository.com/artifact/org.aspectj/aspectjweaver -->
  204. <dependency>
  205. <groupId>org.aspectj</groupId>
  206. <artifactId>aspectjweaver</artifactId>
  207. <version>1.8.9</version>
  208. </dependency>
  209. <dependency>
  210. <groupId>org.apache.commons</groupId>
  211. <artifactId>commons-dbcp2</artifactId>
  212. </dependency>
  213. <dependency>
  214. <groupId>org.json</groupId>
  215. <artifactId>json</artifactId>
  216. <version>20140107</version>
  217. </dependency>
  218. <dependency>
  219. <groupId>io.zbus</groupId>
  220. <artifactId>zbus</artifactId>
  221. </dependency>
  222. <!-- test start -->
  223. <dependency>
  224. <groupId>org.springframework.boot</groupId>
  225. <artifactId>spring-boot-starter-test</artifactId>
  226. <scope>test</scope>
  227. <exclusions>
  228. <exclusion>
  229. <artifactId>asm</artifactId>
  230. <groupId>org.ow2.asm</groupId>
  231. </exclusion>
  232. </exclusions>
  233. </dependency>
  234. <!-- test end -->
  235. <!-- swagger start -->
  236. <dependency>
  237. <groupId>com.yihu.ehr</groupId>
  238. <artifactId>commons-ui-swagger</artifactId>
  239. <scope>compile</scope>
  240. </dependency>
  241. <!-- jxl导出工具-->
  242. <dependency>
  243. <groupId>org.apache.poi</groupId>
  244. <artifactId>poi</artifactId>
  245. <version>3.15-beta1</version>
  246. </dependency>
  247. <dependency>
  248. <groupId>org.apache.poi</groupId>
  249. <artifactId>poi-ooxml</artifactId>
  250. <version>3.15-beta1</version>
  251. <exclusions>
  252. <exclusion>
  253. <artifactId>poi</artifactId>
  254. <groupId>org.apache.poi</groupId>
  255. </exclusion>
  256. </exclusions>
  257. </dependency>
  258. <!-- swagger end -->
  259. <dependency>
  260. <groupId>com.oracle</groupId>
  261. <artifactId>ojdbc6</artifactId>
  262. <version>11.2.0.3</version>
  263. </dependency>
  264. <!-- EIP -->
  265. <dependency>
  266. <groupId>com.yihu.ehr</groupId>
  267. <artifactId>hos-web-framework</artifactId>
  268. <version>${hos-web-framework}</version>
  269. <exclusions>
  270. <exclusion>
  271. <groupId>org.springframework.boot</groupId>
  272. <artifactId>spring-boot-starter-data-jpa</artifactId>
  273. </exclusion>
  274. <exclusion>
  275. <artifactId>fastDFS</artifactId>
  276. <groupId>happy.fish</groupId>
  277. </exclusion>
  278. </exclusions>
  279. </dependency>
  280. <dependency>
  281. <groupId>com.yihu.ehr</groupId>
  282. <artifactId>commons-rest-model</artifactId>
  283. <scope>compile</scope>
  284. <exclusions>
  285. <exclusion>
  286. <artifactId>poi-ooxml</artifactId>
  287. <groupId>org.apache.poi</groupId>
  288. </exclusion>
  289. </exclusions>
  290. </dependency>
  291. <dependency>
  292. <groupId>com.yihu.ehr</groupId>
  293. <artifactId>commons-admin-gateway-model</artifactId>
  294. <scope>compile</scope>
  295. </dependency>
  296. <!-- EHR -->
  297. <dependency>
  298. <groupId>com.yihu.core</groupId>
  299. <artifactId>ehr-dbhelper</artifactId>
  300. <version>1.1.9</version>
  301. </dependency>
  302. <dependency>
  303. <groupId>com.yihu.ehr</groupId>
  304. <artifactId>commons-data-fastdfs</artifactId>
  305. <version>${version.ehr}</version>
  306. </dependency>
  307. <dependency>
  308. <groupId>com.yihu.ehr</groupId>
  309. <artifactId>commons-rest-model</artifactId>
  310. <version>${version.ehr}</version>
  311. <exclusions>
  312. <exclusion>
  313. <artifactId>poi-ooxml</artifactId>
  314. <groupId>org.apache.poi</groupId>
  315. </exclusion>
  316. </exclusions>
  317. </dependency>
  318. <dependency>
  319. <groupId>org.springframework.session</groupId>
  320. <artifactId>spring-session</artifactId>
  321. <version>1.3.1.RELEASE</version>
  322. </dependency>
  323. <!--<dependency>-->
  324. <!--<groupId>org.csource</groupId>-->
  325. <!--<artifactId>fastdfs-client-java</artifactId>-->
  326. <!--<version>1.27</version>-->
  327. <!--</dependency>-->
  328. <dependency>
  329. <groupId>com.yihu.ehr</groupId>
  330. <artifactId>commons-data-redis</artifactId>
  331. <scope>compile</scope>
  332. </dependency>
  333. </dependencies>
  334. <build>
  335. <plugins>
  336. <plugin>
  337. <groupId>org.springframework.boot</groupId>
  338. <artifactId>spring-boot-maven-plugin</artifactId>
  339. <version>${version.spring-boot}</version>
  340. <executions>
  341. <execution>
  342. <goals>
  343. <goal>repackage</goal>
  344. </goals>
  345. </execution>
  346. </executions>
  347. <configuration>
  348. <mainClass>com.yihu.hos.HosAdminApplication</mainClass>
  349. </configuration>
  350. </plugin>
  351. </plugins>
  352. </build>
  353. </project>