修改jersey的依赖排除
This commit is contained in:
12
pom.xml
12
pom.xml
@@ -14,9 +14,9 @@
|
||||
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>
|
||||
<packaging>war</packaging>
|
||||
<name>gwall</name>
|
||||
<name>ntc</name>
|
||||
<groupId>com.nis.springmvc</groupId>
|
||||
<artifactId>gwall</artifactId>
|
||||
<artifactId>ntc</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<!-- 仓库地址构建 -->
|
||||
<repositories>
|
||||
@@ -30,8 +30,9 @@
|
||||
<repository>
|
||||
<id>nexus</id>
|
||||
<name>Team Nexus Repository</name>
|
||||
<url>http://10.0.6.30:8044/content/groups/public</url>
|
||||
<url>http://mvnrepository.com/tags/maven</url>
|
||||
</repository>
|
||||
|
||||
<!-- <repository> <id>nexus</id> <name>Team Nexus Repository</name> <url>http://json-lib.sourceforge.net/</url>
|
||||
</repository> -->
|
||||
<!--
|
||||
@@ -596,27 +597,22 @@
|
||||
<exclusion>
|
||||
<groupId>com.sun.jersey</groupId>
|
||||
<artifactId>jersey-client</artifactId>
|
||||
<version>1.9</version>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>com.sun.jersey</groupId>
|
||||
<artifactId>jersey-core</artifactId>
|
||||
<version>1.9</version>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>com.sun.jersey</groupId>
|
||||
<artifactId>jersey-json</artifactId>
|
||||
<version>1.9</version>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>com.sun.jersey</groupId>
|
||||
<artifactId>jersey-guice</artifactId>
|
||||
<version>1.9</version>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>com.sun.jersey</groupId>
|
||||
<artifactId>jersey-server</artifactId>
|
||||
<version>1.9</version>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>org.apache.logging.log4j</groupId>
|
||||
|
||||
Reference in New Issue
Block a user