From 60f7952fedef86956b231c1a93d2d2764676dba6 Mon Sep 17 00:00:00 2001 From: potzplitz <127513690+potzplitz@users.noreply.github.com> Date: Sun, 3 Mar 2024 11:45:37 +0100 Subject: [PATCH] Update pom.xml --- pom.xml | 54 ++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 38 insertions(+), 16 deletions(-) diff --git a/pom.xml b/pom.xml index b8123c1..4eb59b3 100644 --- a/pom.xml +++ b/pom.xml @@ -3,8 +3,9 @@ ExtremeDemonList ExtremeDemonList 0.0.1-SNAPSHOT - + + org.json json @@ -15,37 +16,58 @@ gson 2.8.6 - commons-io commons-io 2.6 - joda-time - joda-time - 2.9.2 - - - - - junit - junit - 4.12 - test - + joda-time + joda-time + 2.9.2 + + + junit + junit + 4.12 + test + + org.apache.maven.plugins maven-jar-plugin - 3.2.0 + 3.2.0 ./target + + org.apache.maven.plugins + maven-assembly-plugin + 3.3.0 + + + + main.Main + + + + jar-with-dependencies + + + + + make-assembly + package + + single + + + + -