From c0e7e2fcb52a981d6f0b0a21a1a898ac46250d22 Mon Sep 17 00:00:00 2001 From: minster586 <43217359+minster586@users.noreply.github.com> Date: Wed, 16 Jul 2025 04:18:32 -0400 Subject: [PATCH] Update pom.xml --- pom.xml | 124 ++++++++++++++++++++++++++++++++------------------------ 1 file changed, 70 insertions(+), 54 deletions(-) diff --git a/pom.xml b/pom.xml index 51f3390..27df762 100644 --- a/pom.xml +++ b/pom.xml @@ -1,64 +1,80 @@ + http://maven.apache.org/xsd/maven-4.0.0.xsd"> - 4.0.0 - com.minster586 - radiodj-tuna-bridge - 1.0.1-SNAPSHOT - RadioDJ Tuna Bridge + 4.0.0 - - 17 - 17 - UTF-8 - + com.minster586 + radiodj-tuna-bridge + 1.0.1-SNAPSHOT + jar - - - - org.yaml - snakeyaml - 2.2 - + RadioDJ Tuna Bridge - - - xerces - xercesImpl - 2.12.2 - - + + UTF-8 + 17 + 17 + 20 + - - - - - org.apache.maven.plugins - maven-assembly-plugin - 3.6.0 - - - jar-with-dependencies - - - - com.minster586.radiodjtuna.MainApp - - - - - - assemble-all - package - - single - - - - - - + + + + org.openjfx + javafx-controls + ${javafx.version} + + + org.openjfx + javafx-graphics + ${javafx.version} + + + org.openjfx + javafx-base + ${javafx.version} + + + + + org.yaml + snakeyaml + 2.2 + + + + + xerces + xercesImpl + 2.12.2 + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.11.0 + + + + + org.apache.maven.plugins + maven-jar-plugin + 3.2.2 + + + + com.minster586.radiodjtuna.MainApp + + + + + + \ No newline at end of file