File tree 6 files changed +11
-5
lines changed
spring-boot-actuator-autoconfigure
spring-boot-autoconfigure
spring-boot-starters/spring-boot-starter-jersey
6 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 557
557
</dependency >
558
558
<dependency >
559
559
<groupId >org.glassfish.jersey.ext</groupId >
560
- <artifactId >jersey-spring4 </artifactId >
560
+ <artifactId >jersey-spring5 </artifactId >
561
561
<scope >test</scope >
562
562
</dependency >
563
563
<dependency >
Original file line number Diff line number Diff line change 367
367
</dependency >
368
368
<dependency >
369
369
<groupId >org.glassfish.jersey.ext</groupId >
370
- <artifactId >jersey-spring4 </artifactId >
370
+ <artifactId >jersey-spring5 </artifactId >
371
371
<scope >test</scope >
372
372
<exclusions >
373
373
<exclusion >
Original file line number Diff line number Diff line change 186
186
</dependency >
187
187
<dependency >
188
188
<groupId >org.glassfish.jersey.ext</groupId >
189
- <artifactId >jersey-spring4 </artifactId >
189
+ <artifactId >jersey-spring5 </artifactId >
190
190
<optional >true</optional >
191
191
<exclusions >
192
192
<exclusion >
Original file line number Diff line number Diff line change 2254
2254
<scope >import</scope >
2255
2255
<type >pom</type >
2256
2256
</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 >
2257
2263
<dependency >
2258
2264
<groupId >org.hamcrest</groupId >
2259
2265
<artifactId >hamcrest</artifactId >
Original file line number Diff line number Diff line change 669
669
</dependency >
670
670
<dependency >
671
671
<groupId >org.glassfish.jersey.ext</groupId >
672
- <artifactId >jersey-spring4 </artifactId >
672
+ <artifactId >jersey-spring5 </artifactId >
673
673
<optional >true</optional >
674
674
</dependency >
675
675
<dependency >
Original file line number Diff line number Diff line change 93
93
</dependency >
94
94
<dependency >
95
95
<groupId >org.glassfish.jersey.ext</groupId >
96
- <artifactId >jersey-spring4 </artifactId >
96
+ <artifactId >jersey-spring5 </artifactId >
97
97
<exclusions >
98
98
<exclusion >
99
99
<groupId >org.jvnet</groupId >
You can’t perform that action at this time.
0 commit comments