pom.xml 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  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. <dependency>
  23. <groupId>org.springframework.boot</groupId>
  24. <artifactId>spring-boot-starter-web</artifactId>
  25. </dependency>
  26. <dependency>
  27. <groupId>org.springframework.boot</groupId>
  28. <artifactId>spring-boot-starter-cache</artifactId>
  29. </dependency>
  30. <dependency>
  31. <groupId>org.apache.tomcat.embed</groupId>
  32. <artifactId>tomcat-embed-jasper</artifactId>
  33. <scope>compile</scope>
  34. </dependency>
  35. <!--jxl导出工具-->
  36. <dependency>
  37. <groupId>net.sourceforge.jexcelapi</groupId>
  38. <artifactId>jxl</artifactId>
  39. <version>2.6.10</version>
  40. </dependency>
  41. <dependency>
  42. <groupId>javax.servlet</groupId>
  43. <artifactId>jstl</artifactId>
  44. <scope>compile</scope>
  45. </dependency>
  46. <dependency>
  47. <groupId>com.yihu.hos</groupId>
  48. <artifactId>hos-core</artifactId>
  49. <version>${hos-version}</version>
  50. </dependency>
  51. <dependency>
  52. <groupId>com.yihu.hos</groupId>
  53. <artifactId>hos-web-framework</artifactId>
  54. <version>${hos-version}</version>
  55. <exclusions>
  56. <exclusion>
  57. <groupId>org.springframework.boot</groupId>
  58. <artifactId>spring-boot-starter-data-jpa</artifactId>
  59. </exclusion>
  60. </exclusions>
  61. </dependency>
  62. <dependency>
  63. <groupId>org.springframework</groupId>
  64. <artifactId>spring-orm</artifactId>
  65. </dependency>
  66. <!--=============tilesJSP布局框架 start =============-->
  67. <dependency>
  68. <groupId>org.apache.tiles</groupId>
  69. <artifactId>tiles-extras</artifactId>
  70. <version>${org.apache.tiles-version}</version>
  71. <exclusions>
  72. <exclusion>
  73. <groupId>com.google.guava</groupId>
  74. <artifactId>guava</artifactId>
  75. </exclusion>
  76. </exclusions>
  77. </dependency>
  78. <dependency>
  79. <groupId>org.apache.tiles</groupId>
  80. <artifactId>tiles-jsp</artifactId>
  81. <version>${org.apache.tiles-version}</version>
  82. </dependency>
  83. <!--=============tiles end =============-->
  84. <dependency>
  85. <groupId>org.apache.xmlgraphics</groupId>
  86. <artifactId>fop</artifactId>
  87. <version>1.0</version>
  88. <scope>provided</scope>
  89. </dependency>
  90. <dependency>
  91. <groupId>xalan</groupId>
  92. <artifactId>xalan</artifactId>
  93. <version>2.7.0</version>
  94. <scope>provided</scope>
  95. </dependency>
  96. <dependency>
  97. <groupId>org.openoffice</groupId>
  98. <artifactId>jurt</artifactId>
  99. <version>2.3.0</version>
  100. <scope>provided</scope>
  101. </dependency>
  102. <dependency>
  103. <groupId>org.openoffice</groupId>
  104. <artifactId>juh</artifactId>
  105. <version>2.3.0</version>
  106. <scope>provided</scope>
  107. </dependency>
  108. <dependency>
  109. <groupId>net.sf.json-lib</groupId>
  110. <artifactId>json-lib</artifactId>
  111. <version>2.4</version>
  112. </dependency>
  113. <dependency>
  114. <groupId>org.springframework</groupId>
  115. <artifactId>spring-jms</artifactId>
  116. <version>4.3.2.RELEASE</version>
  117. </dependency>
  118. <dependency>
  119. <groupId>org.hibernate</groupId>
  120. <artifactId>hibernate-core</artifactId>
  121. <version>4.3.11.Final</version>
  122. </dependency>
  123. <!-- https://mvnrepository.com/artifact/org.aspectj/aspectjweaver -->
  124. <dependency>
  125. <groupId>org.aspectj</groupId>
  126. <artifactId>aspectjweaver</artifactId>
  127. <version>1.8.9</version>
  128. </dependency>
  129. <dependency>
  130. <groupId>org.apache.commons</groupId>
  131. <artifactId>commons-dbcp2</artifactId>
  132. </dependency>
  133. <dependency>
  134. <groupId>org.json</groupId>
  135. <artifactId>json</artifactId>
  136. <version>20140107</version>
  137. </dependency>
  138. <dependency>
  139. <groupId>org.zbus</groupId>
  140. <artifactId>zbus</artifactId>
  141. </dependency>
  142. <dependency>
  143. <groupId>org.springframework.security</groupId>
  144. <artifactId>spring-security-web</artifactId>
  145. </dependency>
  146. <dependency>
  147. <groupId>com.yihu.ehr</groupId>
  148. <artifactId>commons-admin-gateway-model</artifactId>
  149. <version>1.1.0</version>
  150. </dependency>
  151. <!-- test start -->
  152. <dependency>
  153. <groupId>org.springframework.boot</groupId>
  154. <artifactId>spring-boot-starter-test</artifactId>
  155. <scope>test</scope>
  156. </dependency>
  157. <!-- test end -->
  158. <!-- swagger start -->
  159. <dependency>
  160. <groupId>io.springfox</groupId>
  161. <artifactId>springfox-swagger2</artifactId>
  162. <exclusions>
  163. <exclusion>
  164. <artifactId>classmate</artifactId>
  165. <groupId>com.fasterxml</groupId>
  166. </exclusion>
  167. </exclusions>
  168. </dependency>
  169. <dependency>
  170. <groupId>io.springfox</groupId>
  171. <artifactId>springfox-swagger-ui</artifactId>
  172. </dependency>
  173. <!-- jxl导出工具-->
  174. <dependency>
  175. <groupId>org.apache.poi</groupId>
  176. <artifactId>poi</artifactId>
  177. <version>3.15-beta1</version>
  178. </dependency>
  179. <dependency>
  180. <groupId>org.apache.poi</groupId>
  181. <artifactId>poi-ooxml</artifactId>
  182. <version>3.15-beta1</version>
  183. </dependency>
  184. <!-- swagger end -->
  185. <dependency>
  186. <groupId>com.oracle</groupId>
  187. <artifactId>ojdbc6</artifactId>
  188. <version>11.2.0.3.0</version>
  189. </dependency>
  190. <dependency>
  191. <groupId>com.yihu.core</groupId>
  192. <artifactId>ehr-dbhelper</artifactId>
  193. <version>1.1.9</version>
  194. </dependency>
  195. </dependencies>
  196. <build>
  197. <plugins>
  198. <plugin>
  199. <groupId>org.springframework.boot</groupId>
  200. <artifactId>spring-boot-maven-plugin</artifactId>
  201. <version>${spring-boot-version}</version>
  202. <executions>
  203. <execution>
  204. <goals>
  205. <goal>repackage</goal>
  206. </goals>
  207. </execution>
  208. </executions>
  209. <configuration>
  210. <mainClass>com.yihu.hos.ESBApplication</mainClass>
  211. </configuration>
  212. </plugin>
  213. </plugins>
  214. </build>
  215. </project>