Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
7c6fd31d
Commit
7c6fd31d
authored
Jul 02, 2019
by
dreis2211
Committed by
Andy Wilkinson
Jul 04, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use Spring 5 module of Jersey
See gh-17412
parent
7d05551b
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
5 deletions
+11
-5
pom.xml
...g-boot-project/spring-boot-actuator-autoconfigure/pom.xml
+1
-1
pom.xml
spring-boot-project/spring-boot-actuator/pom.xml
+1
-1
pom.xml
spring-boot-project/spring-boot-autoconfigure/pom.xml
+1
-1
pom.xml
spring-boot-project/spring-boot-dependencies/pom.xml
+6
-0
pom.xml
spring-boot-project/spring-boot-docs/pom.xml
+1
-1
pom.xml
...t/spring-boot-starters/spring-boot-starter-jersey/pom.xml
+1
-1
No files found.
spring-boot-project/spring-boot-actuator-autoconfigure/pom.xml
View file @
7c6fd31d
...
...
@@ -557,7 +557,7 @@
</dependency>
<dependency>
<groupId>
org.glassfish.jersey.ext
</groupId>
<artifactId>
jersey-spring
4
</artifactId>
<artifactId>
jersey-spring
5
</artifactId>
<scope>
test
</scope>
</dependency>
<dependency>
...
...
spring-boot-project/spring-boot-actuator/pom.xml
View file @
7c6fd31d
...
...
@@ -367,7 +367,7 @@
</dependency>
<dependency>
<groupId>
org.glassfish.jersey.ext
</groupId>
<artifactId>
jersey-spring
4
</artifactId>
<artifactId>
jersey-spring
5
</artifactId>
<scope>
test
</scope>
<exclusions>
<exclusion>
...
...
spring-boot-project/spring-boot-autoconfigure/pom.xml
View file @
7c6fd31d
...
...
@@ -186,7 +186,7 @@
</dependency>
<dependency>
<groupId>
org.glassfish.jersey.ext
</groupId>
<artifactId>
jersey-spring
4
</artifactId>
<artifactId>
jersey-spring
5
</artifactId>
<optional>
true
</optional>
<exclusions>
<exclusion>
...
...
spring-boot-project/spring-boot-dependencies/pom.xml
View file @
7c6fd31d
...
...
@@ -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>
...
...
spring-boot-project/spring-boot-docs/pom.xml
View file @
7c6fd31d
...
...
@@ -669,7 +669,7 @@
</dependency>
<dependency>
<groupId>
org.glassfish.jersey.ext
</groupId>
<artifactId>
jersey-spring
4
</artifactId>
<artifactId>
jersey-spring
5
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
...
...
spring-boot-project/spring-boot-starters/spring-boot-starter-jersey/pom.xml
View file @
7c6fd31d
...
...
@@ -93,7 +93,7 @@
</dependency>
<dependency>
<groupId>
org.glassfish.jersey.ext
</groupId>
<artifactId>
jersey-spring
4
</artifactId>
<artifactId>
jersey-spring
5
</artifactId>
<exclusions>
<exclusion>
<groupId>
org.jvnet
</groupId>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment