Add 2 more JsonParser implementations

This commit is contained in:
Dave Syer
2014-12-01 13:41:13 +00:00
parent 998c29c4aa
commit 843e6d7cfa
7 changed files with 235 additions and 3 deletions

View File

@@ -59,6 +59,11 @@
<artifactId>gson</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.jms</groupId>
<artifactId>jms-api</artifactId>