diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..c5f3f6b --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "java.configuration.updateBuildConfiguration": "interactive" +} \ No newline at end of file diff --git a/helpmehelpapplication/pom.xml b/helpmehelpapplication/pom.xml index 2015cad..5359845 100644 --- a/helpmehelpapplication/pom.xml +++ b/helpmehelpapplication/pom.xml @@ -8,9 +8,72 @@ helpmehelpapplication 1.0-SNAPSHOT - - 17 - 17 + + 25 + 25 + + + org.junit.jupiter + junit-jupiter + 6.0.1 + test + + + org.openjfx + javafx-controls + 25.0.1 + + + + + + + + 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 + + ntnu.gruppe21.Main + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.12.0 + + + + com.spotify.fmt + fmt-maven-plugin + 2.29 + + + + format + + + + + + + + \ No newline at end of file diff --git a/helpmehelpapplication/target/classes/ntnu/sytemutvikling/team6/Main.class b/helpmehelpapplication/target/classes/ntnu/sytemutvikling/team6/Main.class index ded2ac5..9e9f2a3 100644 Binary files a/helpmehelpapplication/target/classes/ntnu/sytemutvikling/team6/Main.class and b/helpmehelpapplication/target/classes/ntnu/sytemutvikling/team6/Main.class differ