X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=pom.xml;h=72dd1848fe0468e7787e2e824f8827123deffaf6;hb=1aa9d667501f97029a883e2d2ce69cd75047b9f3;hp=ce9e44f5dc09630175a74ea8209dde05073e44fd;hpb=c3f7f0eb85905a40f688329870369b53eaa08e6e;p=Sone.git diff --git a/pom.xml b/pom.xml index ce9e44f..72dd184 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 net.pterodactylus sone - 0.8.6 + 0.9.4 net.pterodactylus @@ -22,15 +22,26 @@ test + org.hamcrest + hamcrest-all + 1.3 + + + org.jsoup + jsoup + 1.7.1 + test + + org.freenetproject fred - 0.7.5.1405 + 0.7.5.1467.99.3 provided org.freenetproject freenet-ext - 26 + 29 provided @@ -41,7 +52,7 @@ com.google.guava guava - 14.0-rc1 + 14.0.1 commons-lang @@ -53,6 +64,11 @@ jackson-databind 2.1.2 + + com.google.code.findbugs + jsr305 + 2.0.1 + @@ -63,6 +79,7 @@ UTF-8 0.12.4 + 600000 @@ -70,14 +87,9 @@ org.codehaus.mojo findbugs-maven-plugin 2.5.2 - - - test - - findbugs - - - + + ${findbugs.timeout} + org.apache.maven.plugins @@ -86,6 +98,7 @@ 1.6 1.6 + UTF-8 @@ -105,6 +118,7 @@ maven-assembly-plugin 2.2-beta-5 + sone jar-with-dependencies @@ -138,6 +152,48 @@
© 2010–2013 David ‘Bombe’ Roden
+ + org.jacoco + jacoco-maven-plugin + 0.7.6.201602180812 + + + default-prepare-agent + + prepare-agent + + + + default-report + prepare-package + + report + + + + default-check + + check + + + + + + BUNDLE + + + + COMPLEXITY + COVEREDRATIO + 0.60 + + + + + + + +