Skip to content

Commit 7c6fd31

Browse files
dreis2211wilkinsona
authored andcommitted
Use Spring 5 module of Jersey
See spring-projectsgh-17412
1 parent 7d05551 commit 7c6fd31

File tree

6 files changed

+11
-5
lines changed
  • spring-boot-project

6 files changed

+11
-5
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@
557557
</dependency>
558558
<dependency>
559559
<groupId>org.glassfish.jersey.ext</groupId>
560-
<artifactId>jersey-spring4</artifactId>
560+
<artifactId>jersey-spring5</artifactId>
561561
<scope>test</scope>
562562
</dependency>
563563
<dependency>

spring-boot-project/spring-boot-actuator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@
367367
</dependency>
368368
<dependency>
369369
<groupId>org.glassfish.jersey.ext</groupId>
370-
<artifactId>jersey-spring4</artifactId>
370+
<artifactId>jersey-spring5</artifactId>
371371
<scope>test</scope>
372372
<exclusions>
373373
<exclusion>

spring-boot-project/spring-boot-autoconfigure/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
</dependency>
187187
<dependency>
188188
<groupId>org.glassfish.jersey.ext</groupId>
189-
<artifactId>jersey-spring4</artifactId>
189+
<artifactId>jersey-spring5</artifactId>
190190
<optional>true</optional>
191191
<exclusions>
192192
<exclusion>

spring-boot-project/spring-boot-dependencies/pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -2254,6 +2254,12 @@
22542254
<scope>import</scope>
22552255
<type>pom</type>
22562256
</dependency>
2257+
<!-- Remove once https://github.com/eclipse-ee4j/jersey/issues/4184 is fixed -->
2258+
<dependency>
2259+
<groupId>org.glassfish.jersey.ext</groupId>
2260+
<artifactId>jersey-spring5</artifactId>
2261+
<version>${jersey.version}</version>
2262+
</dependency>
22572263
<dependency>
22582264
<groupId>org.hamcrest</groupId>
22592265
<artifactId>hamcrest</artifactId>

spring-boot-project/spring-boot-docs/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@
669669
</dependency>
670670
<dependency>
671671
<groupId>org.glassfish.jersey.ext</groupId>
672-
<artifactId>jersey-spring4</artifactId>
672+
<artifactId>jersey-spring5</artifactId>
673673
<optional>true</optional>
674674
</dependency>
675675
<dependency>

spring-boot-project/spring-boot-starters/spring-boot-starter-jersey/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
</dependency>
9494
<dependency>
9595
<groupId>org.glassfish.jersey.ext</groupId>
96-
<artifactId>jersey-spring4</artifactId>
96+
<artifactId>jersey-spring5</artifactId>
9797
<exclusions>
9898
<exclusion>
9999
<groupId>org.jvnet</groupId>

0 commit comments

Comments
 (0)