Added the explicit version for jersey
This commit is contained in:
1
pom.xml
1
pom.xml
@@ -60,6 +60,7 @@
|
||||
<xpath2.processor.version>2.1.100</xpath2.processor.version>
|
||||
<xerces.version>2.11.0</xerces.version>
|
||||
<commons-beanutils.version>1.9.4</commons-beanutils.version>
|
||||
<jersey-client.version>1.19.4</jersey-client.version>
|
||||
</properties>
|
||||
|
||||
<modules>
|
||||
|
||||
@@ -117,6 +117,7 @@
|
||||
<dependency>
|
||||
<groupId>com.sun.jersey</groupId>
|
||||
<artifactId>jersey-client</artifactId>
|
||||
<version>${jersey-client.version}</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
||||
@@ -35,10 +35,6 @@
|
||||
<groupId>org.codehaus.gmavenplus</groupId>
|
||||
<artifactId>gmavenplus-plugin</artifactId>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-deploy-plugin</artifactId>
|
||||
<version>2.8.2</version>
|
||||
|
||||
Reference in New Issue
Block a user