pom.xml 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  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. <groupId>com.yihu.hos</groupId>
  6. <artifactId>hos-admin</artifactId>
  7. <version>1.3.0</version>
  8. <modules>
  9. <module>hos-camel-parent</module>
  10. </modules>
  11. <packaging>pom</packaging>
  12. <name>esb</name>
  13. <description>ESB管理平台</description>
  14. <parent>
  15. <groupId>com.yihu.hos</groupId>
  16. <artifactId>hos-web-framework-dependencies</artifactId>
  17. <version>1.3.0</version>
  18. <relativePath>/hos-web-framework-dependencies</relativePath> <!-- lookup parent from repository -->
  19. </parent>
  20. <properties>
  21. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  22. <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
  23. <java.version>1.8</java.version>
  24. <org.apache.tiles-version>3.0.5</org.apache.tiles-version>
  25. <!--<main.basedir>${basedir}/../..</main.basedir>-->
  26. <!--<m2eclipse.wtp.contextRoot>/</m2eclipse.wtp.contextRoot>-->
  27. </properties>
  28. <dependencies>
  29. <dependency>
  30. <groupId>org.apache.tomcat.embed</groupId>
  31. <artifactId>tomcat-embed-jasper</artifactId>
  32. <scope>compile</scope>
  33. </dependency>
  34. <!--jxl导出工具-->
  35. <dependency>
  36. <groupId>net.sourceforge.jexcelapi</groupId>
  37. <artifactId>jxl</artifactId>
  38. <version>2.6.10</version>
  39. </dependency>
  40. <dependency>
  41. <groupId>javax.servlet</groupId>
  42. <artifactId>jstl</artifactId>
  43. <scope>compile</scope>
  44. </dependency>
  45. <dependency>
  46. <groupId>com.yihu.hos</groupId>
  47. <artifactId>hos-web-framework</artifactId>
  48. <version>1.3.0</version>
  49. <exclusions>
  50. <exclusion>
  51. <groupId>org.springframework.boot</groupId>
  52. <artifactId>spring-boot-starter-data-jpa</artifactId>
  53. </exclusion>
  54. </exclusions>
  55. </dependency>
  56. <dependency>
  57. <groupId>org.springframework</groupId>
  58. <artifactId>spring-orm</artifactId>
  59. </dependency>
  60. <!--=============tilesJSP布局框架 start =============-->
  61. <dependency>
  62. <groupId>org.apache.tiles</groupId>
  63. <artifactId>tiles-extras</artifactId>
  64. <version>3.0.5</version>
  65. <exclusions>
  66. <exclusion>
  67. <groupId>com.google.guava</groupId>
  68. <artifactId>guava</artifactId>
  69. </exclusion>
  70. </exclusions>
  71. </dependency>
  72. <dependency>
  73. <groupId>org.apache.tiles</groupId>
  74. <artifactId>tiles-jsp</artifactId>
  75. <version>${org.apache.tiles-version}</version>
  76. </dependency>
  77. <!--=============tiles end =============-->
  78. <!--========== hibernate start=======-->
  79. <!--========== hibernate end=========-->
  80. <dependency>
  81. <groupId>org.apache.xmlgraphics</groupId>
  82. <artifactId>fop</artifactId>
  83. <version>1.0</version>
  84. <scope>provided</scope>
  85. </dependency>
  86. <dependency>
  87. <groupId>xalan</groupId>
  88. <artifactId>xalan</artifactId>
  89. <version>2.7.0</version>
  90. <scope>provided</scope>
  91. </dependency>
  92. <dependency>
  93. <groupId>org.openoffice</groupId>
  94. <artifactId>jurt</artifactId>
  95. <version>2.3.0</version>
  96. <scope>provided</scope>
  97. </dependency>
  98. <dependency>
  99. <groupId>org.openoffice</groupId>
  100. <artifactId>juh</artifactId>
  101. <version>2.3.0</version>
  102. <scope>provided</scope>
  103. </dependency>
  104. <dependency>
  105. <groupId>net.sf.json-lib</groupId>
  106. <artifactId>json-lib</artifactId>
  107. <version>2.4</version>
  108. </dependency>
  109. <dependency>
  110. <groupId>org.springframework</groupId>
  111. <artifactId>spring-jms</artifactId>
  112. <version>4.3.2.RELEASE</version>
  113. </dependency>
  114. <dependency>
  115. <groupId>org.hibernate</groupId>
  116. <artifactId>hibernate-core</artifactId>
  117. <version>4.3.11.Final</version>
  118. </dependency>
  119. <!-- https://mvnrepository.com/artifact/org.aspectj/aspectjweaver -->
  120. <dependency>
  121. <groupId>org.aspectj</groupId>
  122. <artifactId>aspectjweaver</artifactId>
  123. <version>1.8.9</version>
  124. </dependency>
  125. <dependency>
  126. <groupId>org.apache.commons</groupId>
  127. <artifactId>commons-dbcp2</artifactId>
  128. <version>2.1.1</version>
  129. </dependency>
  130. <dependency>
  131. <groupId>org.json</groupId>
  132. <artifactId>json</artifactId>
  133. <version>20140107</version>
  134. </dependency>
  135. <dependency>
  136. <groupId>org.zbus</groupId>
  137. <artifactId>zbus</artifactId>
  138. <version>7.2.0</version>
  139. </dependency>
  140. </dependencies>
  141. <build>
  142. <plugins>
  143. <plugin>
  144. <groupId>org.springframework.boot</groupId>
  145. <artifactId>spring-boot-maven-plugin</artifactId>
  146. </plugin>
  147. </plugins>
  148. </build>
  149. </project>