From deb8adafc99023f2fe71df1e4b27fc20419bc740 Mon Sep 17 00:00:00 2001 From: CalDescent Date: Sat, 15 May 2021 09:15:29 +0100 Subject: [PATCH] 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. --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 43e9eae1..9e5d8aff 100644 --- a/pom.xml +++ b/pom.xml @@ -439,6 +439,11 @@ json-simple 1.1.1 + + org.json + json + 20210307 + org.apache.commons commons-text