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

@@ -440,8 +440,8 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
<artifactId>h2</artifactId>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<groupId>org.glassfish</groupId>
<artifactId>javax.json</artifactId>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>