diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..dc3b895 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "java.configuration.updateBuildConfiguration": "interactive" +} \ No newline at end of file diff --git a/pom.xml b/pom.xml index 9be90b9..4d088c4 100644 --- a/pom.xml +++ b/pom.xml @@ -1,103 +1,92 @@ + 4.0.0 edu.group5.app Help-Me-Help 1.0-SNAPSHOT - Help-Me-Help - - http://www.example.com + https://git.ntnu.no/Group-5/Help-Me-Help - UTF-8 - 25 - + UTF-8 + 25 + 25.0.1 + 6.0.1 + - - - org.junit - junit-bom - 5.11.0 - pom - import - + + + org.junit.jupiter + junit-jupiter + ${junit.version} + test + + + + + org.openjfx + javafx-controls + ${javafx.version} + + + + + org.springframework.security + spring-security-crypto + 7.0.2 + - - - - org.junit.jupiter - junit-jupiter-api - test - - - - org.junit.jupiter - junit-jupiter-params - 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.apache.maven.plugins + maven-jar-plugin + 3.4.2 + + + + edu.group5.app.App + + + + + + + + org.openjfx + javafx-maven-plugin + 0.0.8 + + edu.group5.app.App + + - - - - - - maven-clean-plugin - 3.4.0 - - - - maven-resources-plugin - 3.3.1 - - - maven-compiler-plugin - 3.13.0 - - - maven-surefire-plugin - 3.3.0 - - - maven-jar-plugin - 3.4.2 - - - maven-install-plugin - 3.1.2 - - - maven-deploy-plugin - 3.1.2 - - - - maven-site-plugin - 3.12.1 - - - maven-project-info-reports-plugin - 3.6.1 - - - org.openjfx - javafx-maven-plugin - 0.0.8 - - edu.group5.app.App - - - - - + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.12.0 + + + diff --git a/target/classes/edu/group5/app/App.class b/target/classes/edu/group5/app/App.class index c24ab27..e3679e1 100644 Binary files a/target/classes/edu/group5/app/App.class and b/target/classes/edu/group5/app/App.class differ diff --git a/target/test-classes/edu/group5/app/AppTest.class b/target/test-classes/edu/group5/app/AppTest.class index 7f3006a..4c66499 100644 Binary files a/target/test-classes/edu/group5/app/AppTest.class and b/target/test-classes/edu/group5/app/AppTest.class differ