From 1e64a51383d2cf29e3394ce937844e999fa16b23 Mon Sep 17 00:00:00 2001 From: WickedJack99 Date: Sat, 30 Dec 2023 12:24:37 +0100 Subject: [PATCH] Added jackson library for stable order of processing json elements. --- pom.xml | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 9b42ad9..be08eb4 100644 --- a/pom.xml +++ b/pom.xml @@ -17,20 +17,29 @@ - junit - junit - 4.11 - test + junit + junit + 4.11 + test org.jfree jfreechart 1.5.3 + + - org.json - json - 20190722 + com.fasterxml.jackson.core + jackson-core + 2.16.0 + + + + + com.fasterxml.jackson.core + jackson-databind + 2.16.0