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
56df70b0
Commit
56df70b0
authored
Feb 02, 2020
by
dreis2211
Committed by
Stephane Nicoll
Feb 03, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use Spring 5 module of Jersey
See gh-20009
parent
bca98c51
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
build.gradle
...t-project/spring-boot-actuator-autoconfigure/build.gradle
+1
-1
build.gradle
spring-boot-project/spring-boot-actuator/build.gradle
+1
-1
build.gradle
...ing-boot-starters/spring-boot-starter-jersey/build.gradle
+1
-1
No files found.
spring-boot-project/spring-boot-actuator-autoconfigure/build.gradle
View file @
56df70b0
...
...
@@ -119,7 +119,7 @@ dependencies {
testImplementation
(
"org.aspectj:aspectjrt"
)
testImplementation
(
"org.assertj:assertj-core"
)
testImplementation
(
"org.eclipse.jetty:jetty-webapp"
)
testImplementation
(
"org.glassfish.jersey.ext:jersey-spring
4
"
)
testImplementation
(
"org.glassfish.jersey.ext:jersey-spring
5
"
)
testImplementation
(
"org.glassfish.jersey.media:jersey-media-json-jackson"
)
testImplementation
(
"org.hamcrest:hamcrest"
)
testImplementation
(
"org.hsqldb:hsqldb"
)
...
...
spring-boot-project/spring-boot-actuator/build.gradle
View file @
56df70b0
...
...
@@ -83,7 +83,7 @@ dependencies {
testRuntimeOnly
(
"io.projectreactor.netty:reactor-netty"
)
testRuntimeOnly
(
"javax.xml.bind:jaxb-api"
)
testRuntimeOnly
(
"org.apache.tomcat.embed:tomcat-embed-el"
)
testRuntimeOnly
(
"org.glassfish.jersey.ext:jersey-spring
4
"
)
testRuntimeOnly
(
"org.glassfish.jersey.ext:jersey-spring
5
"
)
testRuntimeOnly
(
"org.hsqldb:hsqldb"
)
}
...
...
spring-boot-project/spring-boot-starters/spring-boot-starter-jersey/build.gradle
View file @
56df70b0
...
...
@@ -17,7 +17,7 @@ dependencies {
exclude
group:
"jakarta.el"
,
module:
"jakarta.el-api"
exclude
group:
"org.glassfish"
,
module:
"jakarta.el"
}
api
(
"org.glassfish.jersey.ext:jersey-spring
4
"
)
api
(
"org.glassfish.jersey.ext:jersey-spring
5
"
)
api
(
"org.glassfish.jersey.media:jersey-media-json-jackson"
)
}
...
...
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