From 0ce09f72f4af26412356b9699d402b52dbcfc94f Mon Sep 17 00:00:00 2001 From: sowgro Date: Sun, 28 Jul 2024 01:07:41 -0400 Subject: Finalize level API and new Json library --- pom.xml | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 3637f51..cfb8404 100644 --- a/pom.xml +++ b/pom.xml @@ -15,16 +15,18 @@ + + com.google.code.gson + gson + 2.11.0 + + org.openjfx javafx-media 22.0.2 - - com.fasterxml.jackson.core - jackson-databind - 2.17.2 - + org.openjfx javafx-controls @@ -48,6 +50,12 @@ ${junit.version} test + + org.jetbrains + annotations + 24.0.1 + compile + -- cgit v1.2.3