pom.xml 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287
  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.hos</groupId>
  7. <artifactId>hos-parent</artifactId>
  8. <version>1.3.0</version>
  9. <relativePath>./hos-parent</relativePath> <!-- lookup parent from repository -->
  10. </parent>
  11. <artifactId>eip_manager</artifactId>
  12. <version>1.3.0</version>
  13. <packaging>war</packaging>
  14. <name>esb</name>
  15. <description>ESB管理平台</description>
  16. <properties>
  17. <org.apache.tiles-version>3.0.5</org.apache.tiles-version>
  18. <!--<main.basedir>${basedir}/../..</main.basedir>-->
  19. <!--<m2eclipse.wtp.contextRoot>/</m2eclipse.wtp.contextRoot>-->
  20. </properties>
  21. <dependencies>
  22. <!-- spring cloud start-->
  23. <dependency>
  24. <groupId>org.springframework.cloud</groupId>
  25. <artifactId>spring-cloud-starter-config</artifactId>
  26. </dependency>
  27. <dependency>
  28. <groupId>org.springframework.cloud</groupId>
  29. <artifactId>spring-cloud-starter-eureka</artifactId>
  30. </dependency>
  31. <dependency>
  32. <groupId>org.springframework.cloud</groupId>
  33. <artifactId>spring-cloud-starter</artifactId>
  34. <exclusions>
  35. <exclusion>
  36. <groupId>ch.qos.logback</groupId>
  37. <artifactId>logback-classic</artifactId>
  38. </exclusion>
  39. </exclusions>
  40. </dependency>
  41. <dependency>
  42. <groupId>org.springframework.cloud</groupId>
  43. <artifactId>spring-cloud-starter-feign</artifactId>
  44. </dependency>
  45. <dependency>
  46. <groupId>org.springframework.boot</groupId>
  47. <artifactId>spring-boot-actuator</artifactId>
  48. </dependency>
  49. <dependency>
  50. <groupId>org.springframework.cloud</groupId>
  51. <artifactId>spring-cloud-starter-zuul</artifactId>
  52. </dependency>
  53. <!-- spring cloud end -->
  54. <dependency>
  55. <groupId>org.springframework.boot</groupId>
  56. <artifactId>spring-boot-starter-web</artifactId>
  57. </dependency>
  58. <dependency>
  59. <groupId>org.springframework.boot</groupId>
  60. <artifactId>spring-boot-starter-cache</artifactId>
  61. </dependency>
  62. <dependency>
  63. <groupId>org.apache.tomcat.embed</groupId>
  64. <artifactId>tomcat-embed-jasper</artifactId>
  65. <scope>compile</scope>
  66. </dependency>
  67. <!--jxl导出工具-->
  68. <dependency>
  69. <groupId>net.sourceforge.jexcelapi</groupId>
  70. <artifactId>jxl</artifactId>
  71. <version>2.6.10</version>
  72. </dependency>
  73. <dependency>
  74. <groupId>javax.servlet</groupId>
  75. <artifactId>jstl</artifactId>
  76. <scope>compile</scope>
  77. </dependency>
  78. <dependency>
  79. <groupId>com.yihu.hos</groupId>
  80. <artifactId>hos-core</artifactId>
  81. <version>${hos-version}</version>
  82. </dependency>
  83. <dependency>
  84. <groupId>com.yihu.hos</groupId>
  85. <artifactId>hos-web-framework</artifactId>
  86. <version>${hos-version}</version>
  87. <exclusions>
  88. <exclusion>
  89. <groupId>org.springframework.boot</groupId>
  90. <artifactId>spring-boot-starter-data-jpa</artifactId>
  91. </exclusion>
  92. </exclusions>
  93. </dependency>
  94. <dependency>
  95. <groupId>org.springframework</groupId>
  96. <artifactId>spring-orm</artifactId>
  97. </dependency>
  98. <!--=============tilesJSP布局框架 start =============-->
  99. <dependency>
  100. <groupId>org.apache.tiles</groupId>
  101. <artifactId>tiles-extras</artifactId>
  102. <version>${org.apache.tiles-version}</version>
  103. <exclusions>
  104. <exclusion>
  105. <groupId>com.google.guava</groupId>
  106. <artifactId>guava</artifactId>
  107. </exclusion>
  108. </exclusions>
  109. </dependency>
  110. <dependency>
  111. <groupId>org.apache.tiles</groupId>
  112. <artifactId>tiles-jsp</artifactId>
  113. <version>${org.apache.tiles-version}</version>
  114. </dependency>
  115. <!--=============tiles end =============-->
  116. <dependency>
  117. <groupId>org.apache.xmlgraphics</groupId>
  118. <artifactId>fop</artifactId>
  119. <version>1.0</version>
  120. <scope>provided</scope>
  121. </dependency>
  122. <dependency>
  123. <groupId>xalan</groupId>
  124. <artifactId>xalan</artifactId>
  125. <version>2.7.0</version>
  126. <scope>provided</scope>
  127. </dependency>
  128. <dependency>
  129. <groupId>org.openoffice</groupId>
  130. <artifactId>jurt</artifactId>
  131. <version>2.3.0</version>
  132. <scope>provided</scope>
  133. </dependency>
  134. <dependency>
  135. <groupId>org.openoffice</groupId>
  136. <artifactId>juh</artifactId>
  137. <version>2.3.0</version>
  138. <scope>provided</scope>
  139. </dependency>
  140. <dependency>
  141. <groupId>net.sf.json-lib</groupId>
  142. <artifactId>json-lib</artifactId>
  143. <version>2.4</version>
  144. </dependency>
  145. <dependency>
  146. <groupId>org.springframework</groupId>
  147. <artifactId>spring-jms</artifactId>
  148. <version>4.3.2.RELEASE</version>
  149. </dependency>
  150. <dependency>
  151. <groupId>org.hibernate</groupId>
  152. <artifactId>hibernate-core</artifactId>
  153. <version>5.0.12.Final</version>
  154. </dependency>
  155. <!-- https://mvnrepository.com/artifact/org.aspectj/aspectjweaver -->
  156. <dependency>
  157. <groupId>org.aspectj</groupId>
  158. <artifactId>aspectjweaver</artifactId>
  159. <version>1.8.9</version>
  160. </dependency>
  161. <dependency>
  162. <groupId>org.apache.commons</groupId>
  163. <artifactId>commons-dbcp2</artifactId>
  164. </dependency>
  165. <dependency>
  166. <groupId>net.minidev</groupId>
  167. <artifactId>json-smart</artifactId>
  168. <version>2.2.1</version>
  169. </dependency>
  170. <dependency>
  171. <groupId>org.json</groupId>
  172. <artifactId>json</artifactId>
  173. <version>20160212</version>
  174. </dependency>
  175. <dependency>
  176. <groupId>org.zbus</groupId>
  177. <artifactId>zbus</artifactId>
  178. </dependency>
  179. <dependency>
  180. <groupId>org.springframework.security</groupId>
  181. <artifactId>spring-security-web</artifactId>
  182. </dependency>
  183. <dependency>
  184. <groupId>org.springframework.security</groupId>
  185. <artifactId>spring-security-config</artifactId>
  186. </dependency>
  187. <dependency>
  188. <groupId>com.yihu.ehr</groupId>
  189. <artifactId>commons-admin-gateway-model</artifactId>
  190. <version>1.1.0</version>
  191. </dependency>
  192. <!-- test start -->
  193. <dependency>
  194. <groupId>org.springframework.boot</groupId>
  195. <artifactId>spring-boot-starter-test</artifactId>
  196. <scope>test</scope>
  197. </dependency>
  198. <!-- test end -->
  199. <!-- swagger start -->
  200. <dependency>
  201. <groupId>io.springfox</groupId>
  202. <artifactId>springfox-swagger2</artifactId>
  203. <exclusions>
  204. <exclusion>
  205. <artifactId>classmate</artifactId>
  206. <groupId>com.fasterxml</groupId>
  207. </exclusion>
  208. </exclusions>
  209. </dependency>
  210. <dependency>
  211. <groupId>io.springfox</groupId>
  212. <artifactId>springfox-swagger-ui</artifactId>
  213. </dependency>
  214. <!-- jxl导出工具-->
  215. <dependency>
  216. <groupId>org.apache.poi</groupId>
  217. <artifactId>poi</artifactId>
  218. <version>3.15-beta1</version>
  219. </dependency>
  220. <dependency>
  221. <groupId>org.apache.poi</groupId>
  222. <artifactId>poi-ooxml</artifactId>
  223. <version>3.15-beta1</version>
  224. </dependency>
  225. <!-- swagger end -->
  226. <dependency>
  227. <groupId>com.oracle</groupId>
  228. <artifactId>ojdbc6</artifactId>
  229. <version>11.2.0.3.0</version>
  230. </dependency>
  231. <dependency>
  232. <groupId>com.yihu.core</groupId>
  233. <artifactId>ehr-dbhelper</artifactId>
  234. <version>1.1.9</version>
  235. </dependency>
  236. <dependency>
  237. <groupId>commons-httpclient</groupId>
  238. <artifactId>commons-httpclient</artifactId>
  239. <version>3.1</version>
  240. </dependency>
  241. <dependency>
  242. <groupId>org.apache.httpcomponents</groupId>
  243. <artifactId>httpclient</artifactId>
  244. <version>4.5.1</version>
  245. </dependency>
  246. </dependencies>
  247. <build>
  248. <plugins>
  249. <plugin>
  250. <groupId>org.springframework.boot</groupId>
  251. <artifactId>spring-boot-maven-plugin</artifactId>
  252. <version>${spring-boot-version}</version>
  253. <executions>
  254. <execution>
  255. <goals>
  256. <goal>repackage</goal>
  257. </goals>
  258. </execution>
  259. </executions>
  260. <configuration>
  261. <mainClass>com.yihu.hos.ESBApplication</mainClass>
  262. </configuration>
  263. </plugin>
  264. </plugins>
  265. </build>
  266. </project>