diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..9354ef3 --- /dev/null +++ b/pom.xml @@ -0,0 +1,120 @@ + + + + 4.0.0 + + org.goudham.me + MyWaifuWrapper + 0.1 + MyWaifuWrapper + + + UTF-8 + 11 + 11 + + + + + org.junit.jupiter + junit-jupiter-api + 5.7.2 + test + + + org.mockito + mockito-core + 3.10.0 + test + + + org.jetbrains + annotations + RELEASE + compile + + + com.fasterxml.jackson.core + jackson-databind + 2.12.3 + + + com.fasterxml.jackson.core + jackson-core + 2.12.3 + + + com.fasterxml.jackson.core + jackson-annotations + 2.12.3 + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + 11 + 11 + + + + org.apache.maven.plugins + maven-source-plugin + 3.2.0 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.2.0 + + + attach-javadocs + + jar + + + + + 11 + + + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0-M5 + + + org.jacoco + jacoco-maven-plugin + 0.8.7 + + + + prepare-agent + + + + report + test + + report + + + + + + +