Merge pull request #3833 from khatwaniNikhil/BAEL-1613
Changes for BAEL-1613
This commit is contained in:
commit
df7514e14a
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue