Added the explicit version for jersey

This commit is contained in:
Marcin Grzejszczak
2019-08-30 09:53:00 +02:00
parent 77866858ec
commit c2f9e3fe85
3 changed files with 2 additions and 4 deletions

View File

@@ -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>

View File

@@ -117,6 +117,7 @@
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-client</artifactId>
<version>${jersey-client.version}</version>
<optional>true</optional>
</dependency>
<dependency>

View File

@@ -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>