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
72740f6b
Commit
72740f6b
authored
Feb 16, 2018
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #12082 from Vedran Pavic
* gh-12082: Use Jersey BOM in dependency management
parents
7a977645
da7bf05c
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 @
72740f6b
...
...
@@ -156,6 +156,10 @@
<artifactId>
jersey-spring4
</artifactId>
<optional>
true
</optional>
<exclusions>
<exclusion>
<groupId>
org.glassfish.hk2.external
</groupId>
<artifactId>
bean-validator
</artifactId>
</exclusion>
<exclusion>
<groupId>
org.hibernate
</groupId>
<artifactId>
hibernate-validator
</artifactId>
...
...
spring-boot-project/spring-boot-dependencies/pom.xml
View file @
72740f6b
...
...
@@ -1705,65 +1705,11 @@
<version>
${glassfish-el.version}
</version>
</dependency>
<dependency>
<groupId>
org.glassfish.jersey.containers
</groupId>
<artifactId>
jersey-container-servlet
</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>
<groupId>
org.glassfish.jersey
</groupId>
<artifactId>
jersey-bom
</artifactId>
<version>
${jersey.version}
</version>
<scope>
import
</scope>
<type>
pom
</type>
</dependency>
<dependency>
<groupId>
org.hamcrest
</groupId>
...
...
spring-boot-project/spring-boot-starters/spring-boot-starter-jersey/pom.xml
View file @
72740f6b
...
...
@@ -89,6 +89,10 @@
<groupId>
org.jvnet
</groupId>
<artifactId>
tiger-types
</artifactId>
</exclusion>
<exclusion>
<groupId>
org.glassfish.hk2.external
</groupId>
<artifactId>
bean-validator
</artifactId>
</exclusion>
<exclusion>
<groupId>
org.glassfish.hk2.external
</groupId>
<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