X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=pom.xml;h=0dfc383dffc63c6986a03208b3fce54581beb171;hp=a3d564eee9b4f7203b9c40ea8fba3c56e754b092;hb=82e3b3261d2fc90d3893df6d417a2828ce5f8ab3;hpb=6e9a43ccd93ae125720547c0fe421dc81a54ba90 diff --git a/pom.xml b/pom.xml index a3d564e..0dfc383 100644 --- a/pom.xml +++ b/pom.xml @@ -2,12 +2,12 @@ 4.0.0 net.pterodactylus sone - 0.8.5 + 0.8.9 net.pterodactylus utils - 0.12.3 + ${version.utils} junit @@ -22,6 +22,11 @@ test + org.hamcrest + hamcrest-all + 1.3 + + org.freenetproject fred 0.7.5.1405 @@ -34,11 +39,6 @@ provided - net.pterodactylus - utils.json - 0.1 - - com.google.inject guice 3.0 @@ -46,13 +46,23 @@ com.google.guava guava - 14.0-rc1 + 14.0.1 commons-lang commons-lang 2.6 + + com.fasterxml.jackson.core + jackson-databind + 2.1.2 + + + com.google.code.findbugs + jsr305 + 2.0.1 + @@ -62,16 +72,27 @@ UTF-8 + 0.12.4 + 600000 + org.codehaus.mojo + findbugs-maven-plugin + 2.5.2 + + ${findbugs.timeout} + + + org.apache.maven.plugins maven-compiler-plugin 2.0.2 1.6 1.6 + UTF-8 @@ -124,6 +145,48 @@
© 2010–2013 David ‘Bombe’ Roden
+ + org.jacoco + jacoco-maven-plugin + 0.7.1.201405082137 + + + default-prepare-agent + + prepare-agent + + + + default-report + prepare-package + + report + + + + default-check + + check + + + + + + BUNDLE + + + + COMPLEXITY + COVEREDRATIO + 0.60 + + + + + + + +