123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <groupId>com.yihu.hos</groupId>
- <artifactId>hos-core-dependencies</artifactId>
- <version>1.1.1-SNAPSHOT</version>
- <packaging>pom</packaging>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.8</source>
- <target>1.8</target>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <properties>
- <!--<jackson.version>2.4.6</jackson.version>-->
- </properties>
- <pluginRepositories>
- <pluginRepository>
- <id>pluginCentral</id>
- <name>pluginCentral</name>
- <url>http://172.19.103.47:8081/nexus/content/repositories/central/</url>
- </pluginRepository>
- <pluginRepository>
- <id>pluginReleases</id>
- <name>pluginReleases</name>
- <url>http://172.19.103.47:8081/nexus/content/repositories/releases/</url>
- </pluginRepository>
- </pluginRepositories>
- <!--用于发布到服务器 对应setting的对应server表情里面的id -->
- <distributionManagement>
- <repository>
- <id>Releases</id>
- <name>Releases</name>
- <url>http://172.19.103.47:8081/nexus/content/repositories/releases/</url>
- </repository>
- <snapshotRepository>
- <id>snapshots</id>
- <name>Snapshots</name>
- <url>http://172.19.103.47:8081/nexus/content/repositories/snapshots/</url>
- </snapshotRepository>
- </distributionManagement>
- <repositories>
- <repository>
- <id>repositoryCentral</id>
- <name>repositoryCentral</name>
- <url>http://172.19.103.47:8081/nexus/content/repositories/central/</url>
- </repository>
- <repository>
- <id>repositoryReleases</id>
- <name>repositoryReleases</name>
- <url>http://172.19.103.47:8081/nexus/content/repositories/releases/</url>
- </repository>
- </repositories>
- <dependencies>
- <!--zip start-->
- <dependency>
- <groupId>net.lingala.zip4j</groupId>
- <artifactId>zip4j</artifactId>
- <version>1.3.2</version>
- </dependency>
- <!--zip end-->
- <!--commons start-->
- <!--<dependency>-->
- <!--<groupId>commons-discovery</groupId>-->
- <!--<artifactId>commons-discovery</artifactId>-->
- <!--<version>0.2</version>-->
- <!--</dependency>-->
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-collections4</artifactId>
- <version>4.0</version>
- </dependency>
- <!--<dependency>-->
- <!--<groupId>commons-io</groupId>-->
- <!--<artifactId>commons-io</artifactId>-->
- <!--<version>2.4</version>-->
- <!--</dependency>-->
- <!--<dependency>-->
- <!--<groupId>org.apache.commons</groupId>-->
- <!--<artifactId>commons-dbcp2</artifactId>-->
- <!--<version>2.1</version>-->
- <!--</dependency>-->
- <!--<dependency>-->
- <!--<groupId>commons-codec</groupId>-->
- <!--<artifactId>commons-codec</artifactId>-->
- <!--<version>1.10</version>-->
- <!--</dependency>-->
- <!--<dependency>-->
- <!--<groupId>commons-configuration</groupId>-->
- <!--<artifactId>commons-configuration</artifactId>-->
- <!--<version>1.10</version>-->
- <!--</dependency>-->
- <!--<dependency>-->
- <!--<groupId>commons-dbutils</groupId>-->
- <!--<artifactId>commons-dbutils</artifactId>-->
- <!--<version>1.6</version>-->
- <!--</dependency>-->
- <dependency>
- <groupId>commons-fileupload</groupId>
- <artifactId>commons-fileupload</artifactId>
- <version>1.3.1</version>
- </dependency>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-lang3</artifactId>
- <version>3.3.2</version>
- </dependency>
- <dependency>
- <groupId>commons-net</groupId>
- <artifactId>commons-net</artifactId>
- <version>3.3</version>
- </dependency>
- <dependency>
- <groupId>commons-beanutils</groupId>
- <artifactId>commons-beanutils</artifactId>
- <version>1.9.2</version>
- </dependency>
- <!--commons end-->
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- <version>1.7.13</version>
- </dependency>
- <!--httpclient start-->
- <dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
- <version>4.5.1</version>
- <exclusions>
- <exclusion>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpmime</artifactId>
- <version>4.5.1</version>
- </dependency>
- <!--httpclient end-->
- <!--pinyin4j start-->
- <dependency>
- <groupId>com.belerweb</groupId>
- <artifactId>pinyin4j</artifactId>
- <version>2.5.0</version>
- </dependency>
- <!--pinyin4j end-->
- <!--cxf start-->
- <dependency>
- <groupId>org.apache.cxf</groupId>
- <artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>3.0.0</version>
- </dependency>
- <dependency>
- <groupId>org.apache.cxf</groupId>
- <artifactId>cxf-rt-transports-http</artifactId>
- <version>3.0.0</version>
- </dependency>
- <dependency>
- <groupId>org.apache.cxf</groupId>
- <artifactId>cxf-rt-bindings-soap</artifactId>
- <version>3.0.0</version>
- </dependency>
- <!--cxf end-->
- <!--log4j2 start-->
- <dependency>
- <groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-core</artifactId>
- <version>2.4.1</version>
- </dependency>
- <dependency>
- <groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-api</artifactId>
- <version>2.4.1</version>
- </dependency>
- <!--log4j2 end-->
- <!--jackson start-->
- <dependency>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-core</artifactId>
- <version>2.4.6</version>
- </dependency>
- <dependency>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-databind</artifactId>
- <version>2.4.6</version>
- </dependency>
- <!--jackson end-->
- </dependencies>
- </project>
|