Node.js Analyzer: Switched from org.json to Glassfish JSR 353 reference implementation.

This commit is contained in:
Dale Visser
2015-08-25 17:28:17 -04:00
parent 9e25480baa
commit c60245ea2b
3 changed files with 25 additions and 23 deletions

View File

@@ -522,9 +522,9 @@ Copyright (c) 2012 - Jeremy Long
<version>1.7</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20141113</version>
<groupId>org.glassfish</groupId>
<artifactId>javax.json</artifactId>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>