Added org.json dependency.

The com.googlecode.json-simple dependency we use in other parts of the project isn't ideal for some of the more complex parsing.
This commit is contained in:
CalDescent 2021-05-15 09:15:29 +01:00
parent d2649b237c
commit deb8adafc9

View File

@ -439,6 +439,11 @@
<artifactId>json-simple</artifactId>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20210307</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>