From 3093f051b1072604c4cf9e65d93def5f6986a9cf Mon Sep 17 00:00:00 2001 From: EspenTinius Date: Wed, 4 Feb 2026 16:57:38 +0100 Subject: [PATCH 1/2] importing dependecies implemented following dependecies as spesified in "Krav til prosjektkonfigurasjon i Maven". GroupID ArtifactID Versjon, org.openjfx javafx-controls 25.0.1, org.junit.jupiter junit-jupiter 6.0.1, --- pom.xml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/pom.xml b/pom.xml index 0c6225d..145832a 100644 --- a/pom.xml +++ b/pom.xml @@ -14,4 +14,46 @@ UTF-8 + + + org.openjfx + javafx-controls + 25.0.1 + + + + org.junit.jupiter + junit-jupiter + 6.0.1 + test + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.14.1 + + + + org.apache.maven.plugins + maven-surefire-plugin + 3.5.4 + + + + org.openjfx + javafx-maven-plugin + 0.0.8 + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.12.0 + + + \ No newline at end of file From 737197c58f3533e1e60f1537b3970d1c28e8361f Mon Sep 17 00:00:00 2001 From: Tommy Aas Hjelle Date: Wed, 4 Feb 2026 17:04:02 +0100 Subject: [PATCH 2/2] Fix: Removed duplicate build and plugins tag --- pom.xml | 31 ++----------------------------- 1 file changed, 2 insertions(+), 29 deletions(-) diff --git a/pom.xml b/pom.xml index 40a54a1..604c85f 100644 --- a/pom.xml +++ b/pom.xml @@ -55,32 +55,5 @@ 3.12.0 - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.14.1 - - - - org.apache.maven.plugins - maven-surefire-plugin - 3.5.4 - - - - org.openjfx - javafx-maven-plugin - 0.0.8 - - - - org.apache.maven.plugins - maven-javadoc-plugin - 3.12.0 - - - - \ No newline at end of file + +