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
7b9c5a3d
Commit
7b9c5a3d
authored
Apr 11, 2018
by
Vedran Pavic
Committed by
Stephane Nicoll
Apr 12, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use Jersey BOM in dependency management
Closes gh-12847
parent
ec4f0544
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
58 deletions
+12
-58
pom.xml
spring-boot-project/spring-boot-autoconfigure/pom.xml
+4
-0
pom.xml
spring-boot-project/spring-boot-dependencies/pom.xml
+4
-58
pom.xml
...t/spring-boot-starters/spring-boot-starter-jersey/pom.xml
+4
-0
No files found.
spring-boot-project/spring-boot-autoconfigure/pom.xml
View file @
7b9c5a3d
...
@@ -156,6 +156,10 @@
...
@@ -156,6 +156,10 @@
<artifactId>
jersey-spring4
</artifactId>
<artifactId>
jersey-spring4
</artifactId>
<optional>
true
</optional>
<optional>
true
</optional>
<exclusions>
<exclusions>
<exclusion>
<groupId>
org.glassfish.hk2.external
</groupId>
<artifactId>
bean-validator
</artifactId>
</exclusion>
<exclusion>
<exclusion>
<groupId>
org.hibernate
</groupId>
<groupId>
org.hibernate
</groupId>
<artifactId>
hibernate-validator
</artifactId>
<artifactId>
hibernate-validator
</artifactId>
...
...
spring-boot-project/spring-boot-dependencies/pom.xml
View file @
7b9c5a3d
...
@@ -1783,65 +1783,11 @@
...
@@ -1783,65 +1783,11 @@
<version>
${glassfish-el.version}
</version>
<version>
${glassfish-el.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.glassfish.jersey.containers
</groupId>
<groupId>
org.glassfish.jersey
</groupId>
<artifactId>
jersey-container-servlet
</artifactId>
<artifactId>
jersey-bom
</artifactId>
<version>
${jersey.version}
</version>
</dependency>
<dependency>
<groupId>
org.glassfish.jersey.containers
</groupId>
<artifactId>
jersey-container-servlet-core
</artifactId>
<version>
${jersey.version}
</version>
</dependency>
<dependency>
<groupId>
org.glassfish.jersey.core
</groupId>
<artifactId>
jersey-client
</artifactId>
<version>
${jersey.version}
</version>
</dependency>
<dependency>
<groupId>
org.glassfish.jersey.core
</groupId>
<artifactId>
jersey-common
</artifactId>
<version>
${jersey.version}
</version>
</dependency>
<dependency>
<groupId>
org.glassfish.jersey.core
</groupId>
<artifactId>
jersey-server
</artifactId>
<version>
${jersey.version}
</version>
</dependency>
<dependency>
<groupId>
org.glassfish.jersey.ext
</groupId>
<artifactId>
jersey-bean-validation
</artifactId>
<version>
${jersey.version}
</version>
</dependency>
<dependency>
<groupId>
org.glassfish.jersey.ext
</groupId>
<artifactId>
jersey-entity-filtering
</artifactId>
<version>
${jersey.version}
</version>
</dependency>
<dependency>
<groupId>
org.glassfish.jersey.ext
</groupId>
<artifactId>
jersey-spring4
</artifactId>
<version>
${jersey.version}
</version>
<exclusions>
<exclusion>
<groupId>
org.glassfish.hk2.external
</groupId>
<artifactId>
bean-validator
</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>
org.glassfish.jersey.media
</groupId>
<artifactId>
jersey-media-jaxb
</artifactId>
<version>
${jersey.version}
</version>
</dependency>
<dependency>
<groupId>
org.glassfish.jersey.media
</groupId>
<artifactId>
jersey-media-json-jackson
</artifactId>
<version>
${jersey.version}
</version>
</dependency>
<dependency>
<groupId>
org.glassfish.jersey.media
</groupId>
<artifactId>
jersey-media-multipart
</artifactId>
<version>
${jersey.version}
</version>
<version>
${jersey.version}
</version>
<scope>
import
</scope>
<type>
pom
</type>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.hamcrest
</groupId>
<groupId>
org.hamcrest
</groupId>
...
...
spring-boot-project/spring-boot-starters/spring-boot-starter-jersey/pom.xml
View file @
7b9c5a3d
...
@@ -89,6 +89,10 @@
...
@@ -89,6 +89,10 @@
<groupId>
org.jvnet
</groupId>
<groupId>
org.jvnet
</groupId>
<artifactId>
tiger-types
</artifactId>
<artifactId>
tiger-types
</artifactId>
</exclusion>
</exclusion>
<exclusion>
<groupId>
org.glassfish.hk2.external
</groupId>
<artifactId>
bean-validator
</artifactId>
</exclusion>
<exclusion>
<exclusion>
<groupId>
org.glassfish.hk2.external
</groupId>
<groupId>
org.glassfish.hk2.external
</groupId>
<artifactId>
javax.inject
</artifactId>
<artifactId>
javax.inject
</artifactId>
...
...
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