diff --git a/pom.xml b/pom.xml index 191119a..3a6dadb 100644 --- a/pom.xml +++ b/pom.xml @@ -1,106 +1,117 @@ - -4.0.0 -de.hs_mannheim -travelbuddyapp -0.0.1-SNAPSHOT - -UTF-8 -21 -21 - - - -org.junit.jupiter -junit-jupiter-api -5.8.1 -test - - -org.junit.jupiter -junit-jupiter-engine -5.8.1 -test - - - - - -org.apache.maven.plugins -maven-compiler-plugin -3.8.1 - -${maven.compiler.source} -${maven.compiler.target} - - - - -org.apache.maven.plugins -maven-shade-plugin -3.2.4 - - -package - -shade - - - - - de.hs_mannheim.ui.Main - - - - - - - - -org.jacoco -jacoco-maven-plugin -0.8.12 - - - -prepare-agent - - - -report -test - -report - - - - - - -org.apache.maven.plugins -maven-pmd-plugin -3.22.0 - - -verify - -check - - - - - - -org.owasp -dependency-check-maven -9.2.0 - - - -check - - - - - - + + 4.0.0 + de.hs_mannheim + travelbuddyapp + 0.0.1-SNAPSHOT + + UTF-8 + 21 + 21 + + + + org.junit.jupiter + junit-jupiter-api + 5.8.1 + test + + + org.junit.jupiter + junit-jupiter-engine + 5.8.1 + test + + + org.json + json + 20210307 + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + ${maven.compiler.source} + ${maven.compiler.target} + + + + + org.apache.maven.plugins + maven-shade-plugin + 3.2.4 + + false + + + + package + + shade + + + + + de.hs_mannheim.ui.Main + + + + + + + + + org.jacoco + jacoco-maven-plugin + 0.8.12 + + + + prepare-agent + + + + report + test + + report + + + + + + + org.apache.maven.plugins + maven-pmd-plugin + 3.22.0 + + + verify + + check + + + + + + + org.owasp + dependency-check-maven + 9.2.0 + + + + check + + + + + + \ No newline at end of file diff --git a/target/classes/de/hs_mannheim/ui/Main.class b/target/classes/de/hs_mannheim/ui/Main.class deleted file mode 100644 index 76a143f..0000000 Binary files a/target/classes/de/hs_mannheim/ui/Main.class and /dev/null differ