Use Spring 5 module of Jersey

See gh-17412
This commit is contained in:
dreis2211 2019-07-03 00:20:13 +02:00 committed by Andy Wilkinson
parent 7d05551b9b
commit 7c6fd31d06
6 changed files with 11 additions and 5 deletions

View File

@ -557,7 +557,7 @@
</dependency>
<dependency>
<groupId>org.glassfish.jersey.ext</groupId>
<artifactId>jersey-spring4</artifactId>
<artifactId>jersey-spring5</artifactId>
<scope>test</scope>
</dependency>
<dependency>

View File

@ -367,7 +367,7 @@
</dependency>
<dependency>
<groupId>org.glassfish.jersey.ext</groupId>
<artifactId>jersey-spring4</artifactId>
<artifactId>jersey-spring5</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>

View File

@ -186,7 +186,7 @@
</dependency>
<dependency>
<groupId>org.glassfish.jersey.ext</groupId>
<artifactId>jersey-spring4</artifactId>
<artifactId>jersey-spring5</artifactId>
<optional>true</optional>
<exclusions>
<exclusion>

View File

@ -2254,6 +2254,12 @@
<scope>import</scope>
<type>pom</type>
</dependency>
<!-- Remove once https://github.com/eclipse-ee4j/jersey/issues/4184 is fixed -->
<dependency>
<groupId>org.glassfish.jersey.ext</groupId>
<artifactId>jersey-spring5</artifactId>
<version>${jersey.version}</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>

View File

@ -669,7 +669,7 @@
</dependency>
<dependency>
<groupId>org.glassfish.jersey.ext</groupId>
<artifactId>jersey-spring4</artifactId>
<artifactId>jersey-spring5</artifactId>
<optional>true</optional>
</dependency>
<dependency>

View File

@ -93,7 +93,7 @@
</dependency>
<dependency>
<groupId>org.glassfish.jersey.ext</groupId>
<artifactId>jersey-spring4</artifactId>
<artifactId>jersey-spring5</artifactId>
<exclusions>
<exclusion>
<groupId>org.jvnet</groupId>