diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..5eb3845 --- /dev/null +++ b/pom.xml @@ -0,0 +1,54 @@ + + + 4.0.0 + + org.example + CliArcadeService + 1.0-SNAPSHOT + + + 15 + 15 + 5.8.2 + + + + org.junit.jupiter + junit-jupiter-api + ${junit.version} + test + + + org.junit.jupiter + junit-jupiter-engine + ${junit.version} + test + + + org.mockito + mockito-core + 2.21.0 + test + + + org.mockito + mockito-junit-jupiter + 2.23.0 + test + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + 2.22.2 + + + + + \ No newline at end of file