X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=pom.xml;h=a6a1e08431bd53d0041e9930a7e75e2cb3626b0e;hb=03f81f9079897f8e80a5271ec845bd4a07eba3fb;hp=ce9e44f5dc09630175a74ea8209dde05073e44fd;hpb=c3f7f0eb85905a40f688329870369b53eaa08e6e;p=Sone.git diff --git a/pom.xml b/pom.xml index ce9e44f..a6a1e08 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 net.pterodactylus sone - 0.8.6 + 0.9.5 net.pterodactylus @@ -22,15 +22,32 @@ test + org.hamcrest + hamcrest-all + 1.3 + + + org.jsoup + jsoup + 1.7.1 + test + + org.freenetproject fred - 0.7.5.1405 + 0.7.5.1475 provided org.freenetproject freenet-ext - 26 + 29 + provided + + + org.bouncycastle + bcprov-jdk15on + 1.54 provided @@ -41,7 +58,7 @@ com.google.guava guava - 14.0-rc1 + 14.0.1 commons-lang @@ -53,6 +70,11 @@ jackson-databind 2.1.2 + + com.google.code.findbugs + jsr305 + 2.0.1 + @@ -63,6 +85,7 @@ UTF-8 0.12.4 + 600000 @@ -70,22 +93,18 @@ org.codehaus.mojo findbugs-maven-plugin 2.5.2 - - - test - - findbugs - - - + + ${findbugs.timeout} + org.apache.maven.plugins maven-compiler-plugin 2.0.2 - 1.6 - 1.6 + 1.7 + 1.7 + UTF-8 @@ -105,6 +124,7 @@ maven-assembly-plugin 2.2-beta-5 + sone jar-with-dependencies @@ -138,6 +158,61 @@
© 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 + + + + + + + + + + org.pitest + pitest-maven + 1.1.10 + + + net.pterodactylus.sone.* + + + net.pterodactylus.sone.* + + +