Merge pull request #17412 from dreis2211
* gh-17412: Polish "Use Spring 5 module of Jersey" Use Spring 5 module of Jersey Closes gh-17412
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -2254,6 +2254,11 @@
|
||||
<scope>import</scope>
|
||||
<type>pom</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.glassfish.jersey.ext</groupId>
|
||||
<artifactId>jersey-spring5</artifactId>
|
||||
<version>${jersey.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.hamcrest</groupId>
|
||||
<artifactId>hamcrest</artifactId>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user