pom.xml 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  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-denpendencies</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>commons-beanutils</groupId>
  78. <artifactId>commons-beanutils</artifactId>
  79. <version>1.9.2</version>
  80. </dependency>
  81. <dependency>
  82. <groupId>org.apache.commons</groupId>
  83. <artifactId>commons-collections4</artifactId>
  84. <version>4.0</version>
  85. </dependency>
  86. <!--<dependency>-->
  87. <!--<groupId>commons-io</groupId>-->
  88. <!--<artifactId>commons-io</artifactId>-->
  89. <!--<version>2.4</version>-->
  90. <!--</dependency>-->
  91. <!--<dependency>-->
  92. <!--<groupId>org.apache.commons</groupId>-->
  93. <!--<artifactId>commons-dbcp2</artifactId>-->
  94. <!--<version>2.1</version>-->
  95. <!--</dependency>-->
  96. <!--<dependency>-->
  97. <!--<groupId>commons-codec</groupId>-->
  98. <!--<artifactId>commons-codec</artifactId>-->
  99. <!--<version>1.10</version>-->
  100. <!--</dependency>-->
  101. <!--<dependency>-->
  102. <!--<groupId>commons-configuration</groupId>-->
  103. <!--<artifactId>commons-configuration</artifactId>-->
  104. <!--<version>1.10</version>-->
  105. <!--</dependency>-->
  106. <!--<dependency>-->
  107. <!--<groupId>commons-dbutils</groupId>-->
  108. <!--<artifactId>commons-dbutils</artifactId>-->
  109. <!--<version>1.6</version>-->
  110. <!--</dependency>-->
  111. <!--<dependency>-->
  112. <!--<groupId>commons-fileupload</groupId>-->
  113. <!--<artifactId>commons-fileupload</artifactId>-->
  114. <!--<version>1.3.1</version>-->
  115. <!--</dependency>-->
  116. <dependency>
  117. <groupId>org.apache.commons</groupId>
  118. <artifactId>commons-lang3</artifactId>
  119. <version>3.3.2</version>
  120. </dependency>
  121. <!--<dependency>-->
  122. <!--<groupId>commons-logging</groupId>-->
  123. <!--<artifactId>commons-logging</artifactId>-->
  124. <!--<version>1.2</version>-->
  125. <!--</dependency>-->
  126. <!--<dependency>-->
  127. <!--<groupId>org.apache.commons</groupId>-->
  128. <!--<artifactId>commons-pool2</artifactId>-->
  129. <!--<version>2.4.2</version>-->
  130. <!--</dependency>-->
  131. <dependency>
  132. <groupId>commons-net</groupId>
  133. <artifactId>commons-net</artifactId>
  134. <version>3.3</version>
  135. </dependency>
  136. <!--commons end-->
  137. <!--httpclient start-->
  138. <dependency>
  139. <groupId>org.apache.httpcomponents</groupId>
  140. <artifactId>httpclient</artifactId>
  141. <version>4.5.1</version>
  142. </dependency>
  143. <dependency>
  144. <groupId>org.apache.httpcomponents</groupId>
  145. <artifactId>httpmime</artifactId>
  146. <version>4.5.1</version>
  147. </dependency>
  148. <dependency>
  149. <groupId>org.apache.httpcomponents</groupId>
  150. <artifactId>httpcore</artifactId>
  151. <version>4.4.3</version>
  152. </dependency>
  153. <!--httpclient end-->
  154. <!--quartz start-->
  155. <dependency>
  156. <groupId>org.quartz-scheduler</groupId>
  157. <artifactId>quartz</artifactId>
  158. <version>2.0.1</version>
  159. <!--<exclusions>
  160. <exclusion>
  161. <groupId>org.slf4j</groupId>
  162. <artifactId>slf4j-api</artifactId>
  163. </exclusion>
  164. </exclusions>-->
  165. </dependency>
  166. <!--quartz end-->
  167. <!--pinyin4j start-->
  168. <dependency>
  169. <groupId>com.belerweb</groupId>
  170. <artifactId>pinyin4j</artifactId>
  171. <version>2.5.0</version>
  172. </dependency>
  173. <!--pinyin4j end-->
  174. <!--cxf start-->
  175. <dependency>
  176. <groupId>org.apache.cxf</groupId>
  177. <artifactId>cxf-rt-frontend-jaxws</artifactId>
  178. <version>3.0.0</version>
  179. </dependency>
  180. <dependency>
  181. <groupId>org.apache.cxf</groupId>
  182. <artifactId>cxf-rt-transports-http</artifactId>
  183. <version>3.0.0</version>
  184. </dependency>
  185. <dependency>
  186. <groupId>org.apache.cxf</groupId>
  187. <artifactId>cxf-rt-bindings-soap</artifactId>
  188. <version>3.0.0</version>
  189. </dependency>
  190. <!--cxf end-->
  191. <!--log4j2 start-->
  192. <dependency>
  193. <groupId>org.apache.logging.log4j</groupId>
  194. <artifactId>log4j-core</artifactId>
  195. <version>2.4.1</version>
  196. </dependency>
  197. <dependency>
  198. <groupId>org.apache.logging.log4j</groupId>
  199. <artifactId>log4j-api</artifactId>
  200. <version>2.4.1</version>
  201. </dependency>
  202. <!--log4j2 end-->
  203. <!--jackson start-->
  204. <dependency>
  205. <groupId>com.fasterxml.jackson.core</groupId>
  206. <artifactId>jackson-core</artifactId>
  207. <version>${jackson.version}</version>
  208. </dependency>
  209. <dependency>
  210. <groupId>com.fasterxml.jackson.core</groupId>
  211. <artifactId>jackson-annotations</artifactId>
  212. <version>${jackson.version}</version>
  213. </dependency>
  214. <dependency>
  215. <groupId>com.fasterxml.jackson.core</groupId>
  216. <artifactId>jackson-databind</artifactId>
  217. <version>${jackson.version}</version>
  218. </dependency>
  219. <!--jackson end-->
  220. </dependencies>
  221. </project>