pom.xml 7.9 KB

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