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
4fc8a183
Commit
4fc8a183
authored
Dec 09, 2014
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Jersey Jackson support
Fixes gh-2091
parent
e6d46f57
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
pom.xml
spring-boot-dependencies/pom.xml
+6
-1
pom.xml
spring-boot-starters/spring-boot-starter-jersey/pom.xml
+4
-0
No files found.
spring-boot-dependencies/pom.xml
View file @
4fc8a183
...
@@ -993,6 +993,11 @@
...
@@ -993,6 +993,11 @@
<artifactId>
jersey-spring3
</artifactId>
<artifactId>
jersey-spring3
</artifactId>
<version>
${jersey.version}
</version>
<version>
${jersey.version}
</version>
</dependency>
</dependency>
<dependency>
<groupId>
org.glassfish.jersey.media
</groupId>
<artifactId>
jersey-media-json-jackson
</artifactId>
<version>
${jersey.version}
</version>
</dependency>
<dependency>
<dependency>
<groupId>
org.hamcrest
</groupId>
<groupId>
org.hamcrest
</groupId>
<artifactId>
hamcrest-core
</artifactId>
<artifactId>
hamcrest-core
</artifactId>
...
...
spring-boot-starters/spring-boot-starter-jersey/pom.xml
View file @
4fc8a183
...
@@ -65,5 +65,9 @@
...
@@ -65,5 +65,9 @@
<groupId>
org.glassfish.jersey.ext
</groupId>
<groupId>
org.glassfish.jersey.ext
</groupId>
<artifactId>
jersey-spring3
</artifactId>
<artifactId>
jersey-spring3
</artifactId>
</dependency>
</dependency>
<dependency>
<groupId>
org.glassfish.jersey.media
</groupId>
<artifactId>
jersey-media-json-jackson
</artifactId>
</dependency>
</dependencies>
</dependencies>
</project>
</project>
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