This repository was archived by the owner on May 28, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
jersey-heroku-webapp/src/main/resources/archetype-resources
jersey-quickstart-grizzly2/src/main/resources/archetype-resources
jersey-quickstart-webapp/src/main/resources/archetype-resources Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3434 <!-- uncomment this to get JSON support
3535 <dependency>
3636 <groupId>org.glassfish.jersey.media</groupId>
37- <artifactId>jersey-media-moxy </artifactId>
37+ <artifactId>jersey-media-json-binding </artifactId>
3838 </dependency> -->
3939
4040 <dependency >
Original file line number Diff line number Diff line change 3434 <!-- uncomment this to get JSON support:
3535 <dependency>
3636 <groupId>org.glassfish.jersey.media</groupId>
37- <artifactId>jersey-media-moxy </artifactId>
37+ <artifactId>jersey-media-json-binding </artifactId>
3838 </dependency>
3939 -->
4040 <dependency >
Original file line number Diff line number Diff line change 4747 <!-- uncomment this to get JSON support
4848 <dependency>
4949 <groupId>org.glassfish.jersey.media</groupId>
50- <artifactId>jersey-media-moxy </artifactId>
50+ <artifactId>jersey-media-json-binding </artifactId>
5151 </dependency>
5252 -->
5353 </dependencies >
You can’t perform that action at this time.
0 commit comments