Changes for BAEL-1613

This commit is contained in:
Nikhil Khatwani 2018-03-18 14:55:13 +05:30
parent 764ccb54a9
commit 6c0124cdeb
1 changed files with 7 additions and 7 deletions

View File

@ -15,12 +15,12 @@
</parent>
<properties>
<jersey.version>2.25.1</jersey.version>
<maven-war-plugin.version>3.0.0</maven-war-plugin.version>
<jersey.version>2.26</jersey.version>
<maven-war-plugin.version>3.2.0</maven-war-plugin.version>
<cargo-maven2-plugin.version>1.6.1</cargo-maven2-plugin.version>
<httpcore.version>4.4.5</httpcore.version>
<httpclient.version>4.5.2</httpclient.version>
<servlet-api-version>3.1.0</servlet-api-version>
<httpcore.version>4.4.9</httpcore.version>
<httpclient.version>4.5.5</httpclient.version>
<servlet-api-version>4.0.0</servlet-api-version>
</properties>
<build>
@ -85,7 +85,7 @@
<!-- optional library -->
<dependency>
<groupId>org.glassfish.jersey.ext</groupId>
<artifactId>jersey-spring3</artifactId>
<artifactId>jersey-spring4</artifactId>
<version>${jersey.version}</version>
<exclusions>
<exclusion>
@ -177,4 +177,4 @@
</build>
</profile>
</profiles>
</project>
</project>