diff --git a/pom.xml b/pom.xml index 4f16fc1c3..e63ee279d 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,70 @@ - + + 4.0.0 + + com.example + jv-oop-advanced + 1.0-SNAPSHOT + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + 1.8 + 1.8 + + + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0-M8 + + + + + + + + junit + junit + 4.13.2 + test + + + + + org.slf4j + slf4j-api + 2.0.9 + + + ch.qos.logback + logback-classic + 1.4.11 + + + + + org.apache.commons + commons-lang3 + 3.12.0 + + + + + com.google.code.gson + gson + 2.10.1 + + + +