pom.xml 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <modelVersion>4.0.0</modelVersion>
  6. <groupId>com.yihu.hos</groupId>
  7. <artifactId>hos-core-dependencies</artifactId>
  8. <version>1.1.1-SNAPSHOT</version>
  9. <packaging>pom</packaging>
  10. <build>
  11. <plugins>
  12. <plugin>
  13. <groupId>org.apache.maven.plugins</groupId>
  14. <artifactId>maven-compiler-plugin</artifactId>
  15. <configuration>
  16. <source>1.8</source>
  17. <target>1.8</target>
  18. </configuration>
  19. </plugin>
  20. </plugins>
  21. </build>
  22. <properties>
  23. <!--<jackson.version>2.4.6</jackson.version>-->
  24. </properties>
  25. <pluginRepositories>
  26. <pluginRepository>
  27. <id>pluginCentral</id>
  28. <name>pluginCentral</name>
  29. <url>http://172.19.103.47:8081/nexus/content/repositories/central/</url>
  30. </pluginRepository>
  31. <pluginRepository>
  32. <id>pluginReleases</id>
  33. <name>pluginReleases</name>
  34. <url>http://172.19.103.47:8081/nexus/content/repositories/releases/</url>
  35. </pluginRepository>
  36. </pluginRepositories>
  37. <!--用于发布到服务器 对应setting的对应server表情里面的id -->
  38. <distributionManagement>
  39. <repository>
  40. <id>Releases</id>
  41. <name>Releases</name>
  42. <url>http://172.19.103.47:8081/nexus/content/repositories/releases/</url>
  43. </repository>
  44. <snapshotRepository>
  45. <id>snapshots</id>
  46. <name>Snapshots</name>
  47. <url>http://172.19.103.47:8081/nexus/content/repositories/snapshots/</url>
  48. </snapshotRepository>
  49. </distributionManagement>
  50. <repositories>
  51. <repository>
  52. <id>repositoryCentral</id>
  53. <name>repositoryCentral</name>
  54. <url>http://172.19.103.47:8081/nexus/content/repositories/central/</url>
  55. </repository>
  56. <repository>
  57. <id>repositoryReleases</id>
  58. <name>repositoryReleases</name>
  59. <url>http://172.19.103.47:8081/nexus/content/repositories/releases/</url>
  60. </repository>
  61. </repositories>
  62. <dependencies>
  63. <!--zip start-->
  64. <dependency>
  65. <groupId>net.lingala.zip4j</groupId>
  66. <artifactId>zip4j</artifactId>
  67. <version>1.3.2</version>
  68. </dependency>
  69. <!--zip end-->
  70. <!--commons start-->
  71. <!--<dependency>-->
  72. <!--<groupId>commons-discovery</groupId>-->
  73. <!--<artifactId>commons-discovery</artifactId>-->
  74. <!--<version>0.2</version>-->
  75. <!--</dependency>-->
  76. <dependency>
  77. <groupId>org.apache.commons</groupId>
  78. <artifactId>commons-collections4</artifactId>
  79. <version>4.0</version>
  80. </dependency>
  81. <!--<dependency>-->
  82. <!--<groupId>commons-io</groupId>-->
  83. <!--<artifactId>commons-io</artifactId>-->
  84. <!--<version>2.4</version>-->
  85. <!--</dependency>-->
  86. <!--<dependency>-->
  87. <!--<groupId>org.apache.commons</groupId>-->
  88. <!--<artifactId>commons-dbcp2</artifactId>-->
  89. <!--<version>2.1</version>-->
  90. <!--</dependency>-->
  91. <!--<dependency>-->
  92. <!--<groupId>commons-codec</groupId>-->
  93. <!--<artifactId>commons-codec</artifactId>-->
  94. <!--<version>1.10</version>-->
  95. <!--</dependency>-->
  96. <!--<dependency>-->
  97. <!--<groupId>commons-configuration</groupId>-->
  98. <!--<artifactId>commons-configuration</artifactId>-->
  99. <!--<version>1.10</version>-->
  100. <!--</dependency>-->
  101. <!--<dependency>-->
  102. <!--<groupId>commons-dbutils</groupId>-->
  103. <!--<artifactId>commons-dbutils</artifactId>-->
  104. <!--<version>1.6</version>-->
  105. <!--</dependency>-->
  106. <dependency>
  107. <groupId>commons-fileupload</groupId>
  108. <artifactId>commons-fileupload</artifactId>
  109. <version>1.3.1</version>
  110. </dependency>
  111. <dependency>
  112. <groupId>org.apache.commons</groupId>
  113. <artifactId>commons-lang3</artifactId>
  114. <version>3.3.2</version>
  115. </dependency>
  116. <dependency>
  117. <groupId>commons-net</groupId>
  118. <artifactId>commons-net</artifactId>
  119. <version>3.3</version>
  120. </dependency>
  121. <dependency>
  122. <groupId>commons-beanutils</groupId>
  123. <artifactId>commons-beanutils</artifactId>
  124. <version>1.9.2</version>
  125. </dependency>
  126. <!--commons end-->
  127. <dependency>
  128. <groupId>org.slf4j</groupId>
  129. <artifactId>slf4j-api</artifactId>
  130. <version>1.7.13</version>
  131. </dependency>
  132. <!--httpclient start-->
  133. <dependency>
  134. <groupId>org.apache.httpcomponents</groupId>
  135. <artifactId>httpclient</artifactId>
  136. <version>4.5.1</version>
  137. <exclusions>
  138. <exclusion>
  139. <groupId>commons-logging</groupId>
  140. <artifactId>commons-logging</artifactId>
  141. </exclusion>
  142. </exclusions>
  143. </dependency>
  144. <dependency>
  145. <groupId>org.apache.httpcomponents</groupId>
  146. <artifactId>httpmime</artifactId>
  147. <version>4.5.1</version>
  148. </dependency>
  149. <!--httpclient end-->
  150. <!--pinyin4j start-->
  151. <dependency>
  152. <groupId>com.belerweb</groupId>
  153. <artifactId>pinyin4j</artifactId>
  154. <version>2.5.0</version>
  155. </dependency>
  156. <!--pinyin4j end-->
  157. <!--cxf start-->
  158. <dependency>
  159. <groupId>org.apache.cxf</groupId>
  160. <artifactId>cxf-rt-frontend-jaxws</artifactId>
  161. <version>3.0.0</version>
  162. </dependency>
  163. <dependency>
  164. <groupId>org.apache.cxf</groupId>
  165. <artifactId>cxf-rt-transports-http</artifactId>
  166. <version>3.0.0</version>
  167. </dependency>
  168. <dependency>
  169. <groupId>org.apache.cxf</groupId>
  170. <artifactId>cxf-rt-bindings-soap</artifactId>
  171. <version>3.0.0</version>
  172. </dependency>
  173. <!--cxf end-->
  174. <!--log4j2 start-->
  175. <dependency>
  176. <groupId>org.apache.logging.log4j</groupId>
  177. <artifactId>log4j-core</artifactId>
  178. <version>2.4.1</version>
  179. </dependency>
  180. <dependency>
  181. <groupId>org.apache.logging.log4j</groupId>
  182. <artifactId>log4j-api</artifactId>
  183. <version>2.4.1</version>
  184. </dependency>
  185. <!--log4j2 end-->
  186. <!--jackson start-->
  187. <dependency>
  188. <groupId>com.fasterxml.jackson.core</groupId>
  189. <artifactId>jackson-core</artifactId>
  190. <version>2.4.6</version>
  191. </dependency>
  192. <dependency>
  193. <groupId>com.fasterxml.jackson.core</groupId>
  194. <artifactId>jackson-databind</artifactId>
  195. <version>2.4.6</version>
  196. </dependency>
  197. <!--jackson end-->
  198. </dependencies>
  199. </project>