diff --git a/pom.xml b/pom.xml new file mode 100644 index 000000000..00f7b914e --- /dev/null +++ b/pom.xml @@ -0,0 +1,75 @@ + + 4.0.0 + com.mycompany.app + my-app + jar + 1.0-SNAPSHOT + my-app + https://maven.apache.org + + + org.junit.jupiter + junit-jupiter-api + 5.12.2 + test + + + + UTF-8 + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.14.0 + + 17 + + + + + + + + org.apache.maven.plugins + maven-jar-plugin + 3.4.2 + + + + true + lib/ + com.mycompany.app.App + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + 3.5.0 + + + enforce-maven + + enforce + + + + + [3.9.2,) + + + [17,) + + + + + + + + +