Remove org.json dependency in Maven configuration

This commit is contained in:
Antonin Delpeuch 2018-11-21 12:55:17 +00:00
parent 1df2d15e6d
commit 5f86798377

View File

@ -276,11 +276,6 @@
<artifactId>rhino</artifactId>
<version>1.7.10</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20160810</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>