Skip to content
This repository was archived by the owner on May 28, 2018. It is now read-only.

Commit 0095db5

Browse files
committed
Updating JSON support in Archetypes to JSON Binding.
Change-Id: I2018d84c6b4bb33d7647fe0735dc537981ccfeb3
1 parent d8de99a commit 0095db5

File tree

3 files changed

+3
-3
lines changed
  • archetypes
    • jersey-heroku-webapp/src/main/resources/archetype-resources
    • jersey-quickstart-grizzly2/src/main/resources/archetype-resources
    • jersey-quickstart-webapp/src/main/resources/archetype-resources

3 files changed

+3
-3
lines changed

archetypes/jersey-heroku-webapp/src/main/resources/archetype-resources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
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>

archetypes/jersey-quickstart-grizzly2/src/main/resources/archetype-resources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
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>

archetypes/jersey-quickstart-webapp/src/main/resources/archetype-resources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
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>

0 commit comments

Comments
 (0)