X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=pom.xml;h=e7a2e799962d81aea7fe91df3a59be064e641af9;hb=a03a8ed8d6dec72ce7b95aaa74d7043cacec65b5;hp=8489423c3b170fd0b4df172909715871ecd863b2;hpb=4b2e7897d86ad621f258c5699957e6bc7fda462a;p=xudocci.git diff --git a/pom.xml b/pom.xml index 8489423..e7a2e79 100644 --- a/pom.xml +++ b/pom.xml @@ -25,6 +25,12 @@ 1.3 + org.mockito + mockito-all + 1.9.5 + test + + org.codehaus.jackson jackson-mapper-asl 1.9.13 @@ -35,9 +41,9 @@ 1.9.13 - org.testng - testng - 6.8 + junit + junit + 4.11 test @@ -53,8 +59,9 @@ maven-compiler-plugin 2.0.2 - 1.6 - 1.6 + 1.8 + 1.8 + UTF-8 @@ -77,6 +84,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 + + + +