From 56f57b78197062830555dd781305b3c3354b7d24 Mon Sep 17 00:00:00 2001 From: Valentin Heiserer <73257760+Vale54321@users.noreply.github.com> Date: Wed, 17 Apr 2024 01:31:49 +0200 Subject: [PATCH] Fix (#31) * fixed building issue * removed unused dependencies --- Backend/pom.xml | 24 ++---------------------- 1 file changed, 2 insertions(+), 22 deletions(-) diff --git a/Backend/pom.xml b/Backend/pom.xml index 9016530..d6ea14f 100644 --- a/Backend/pom.xml +++ b/Backend/pom.xml @@ -81,26 +81,6 @@ 3.11.0 - - - - - - - - - - - - - - - - - - - - maven-assembly-plugin @@ -180,12 +160,12 @@ org.openjfx javafx-controls - 17 + 22 org.openjfx javafx-web - 17 + 22 \ No newline at end of file