From 1f8ab609d32d8c2cd2db9e7a643a2f9c51738611 Mon Sep 17 00:00:00 2001 From: sowgro Date: Sun, 21 Jul 2024 02:52:14 -0400 Subject: New json api and more refactoring --- pom.xml | 155 +++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 79 insertions(+), 76 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 3e3f495..4e3741a 100644 --- a/pom.xml +++ b/pom.xml @@ -1,84 +1,87 @@ - - 4.0.0 + 4.0.0 - net.sowgro.npehero - NPEHero - 1.0-SNAPSHOT - NPE Hero + net.sowgro.npehero + NPEHero + 1.0-SNAPSHOT + NPE Hero - - UTF-8 -5.10.0 + + UTF-8 + 5.10.0 + - - - org.openjfx - javafx-media - 18.0.1 - - - com.github.jsurfer - jsurfer-jsonsimple - 1.6.5 - - - org.openjfx - javafx-controls - 22-ea+11 - - - org.openjfx - javafx-fxml - 22-ea+11 - + + + org.openjfx + javafx-media + 18.0.1 + + + com.fasterxml.jackson.core + jackson-databind + 2.17.2 + + + org.openjfx + javafx-controls + 22-ea+11 + + + org.openjfx + javafx-fxml + 22-ea+11 + - - org.junit.jupiter - junit-jupiter-api - ${junit.version} - test - - - org.junit.jupiter - junit-jupiter-engine - ${junit.version} - test - + + org.junit.jupiter + junit-jupiter-api + ${junit.version} + test + + + org.junit.jupiter + junit-jupiter-engine + ${junit.version} + test + + - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.11.0 - - 22 - 22 - - - - org.openjfx - javafx-maven-plugin - 0.0.8 - - - - default-cli - - net.sowgro.npehero.npehero/net.sowgro.npehero.HelloApplication - app - app - app - true - true - true - - - - - - + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.11.0 + + 22 + 22 + + + + org.openjfx + javafx-maven-plugin + 0.0.8 + + + + default-cli + + net.sowgro.npehero/net.sowgro.npehero.Driver + app + NPEHero + app + true + true + true + /home/sowgro/Code/jdk-22_windows-x64_bin/jdk-22.0.2 + + + + + + \ No newline at end of file -- cgit v1.2.3