X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=pom.xml;h=248c7042a75dfc356025b28e334127301962591b;hb=eee631ee889a50be9bc498d9aabb7fccf9b8f68e;hp=45eeece24589475d3272211755d9ae89f746bccc;hpb=b34abdf9433f2c270a6d69fef8cebe45521a871c;p=xudocci.git diff --git a/pom.xml b/pom.xml index 45eeece..248c704 100644 --- a/pom.xml +++ b/pom.xml @@ -25,11 +25,32 @@ 1.3 - org.testng - testng - 6.8 + org.mockito + mockito-all + 1.9.5 test + + org.codehaus.jackson + jackson-mapper-asl + 1.9.13 + + + org.codehaus.jackson + jackson-core-asl + 1.9.13 + + + junit + junit + 4.11 + test + + + com.lexicalscope.jewelcli + jewelcli + 0.8.3 + @@ -43,8 +64,9 @@ maven-compiler-plugin 2.0.2 - 1.6 - 1.6 + 1.8 + 1.8 + UTF-8 @@ -67,6 +89,32 @@ net.pterodactylus.xdcc.main.Main + + org.jacoco + jacoco-maven-plugin + 0.7.0.201403182114 + + + default-prepare-agent + + prepare-agent + + + + default-report + prepare-package + + report + + + + default-check + + check + + + +