Skip to content

Commit

Permalink
add json marsh deps
Browse files Browse the repository at this point in the history
  • Loading branch information
skylerto committed Oct 1, 2016
1 parent b49cd30 commit 7285d1a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@
<artifactId>spring-test</artifactId>
</dependency>

<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-json</artifactId>
<version>1.8</version>
</dependency>

<!-- H2 DB -->
<dependency>
Expand Down

0 comments on commit 7285d1a

Please sign in to comment.