X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=inline;f=pom.xml;h=da8235818f9e493d2d16087687ac1e4a635d3447;hb=eca155789d0bb04ccccc5eac3dc805fda1301b52;hp=4fd28a08c144710f0e7d1e5d6252d2ad8a93e54e;hpb=fbc3b304d7ecfc0a1408eab360ae0fb5e0c46be5;p=rhynodge.git diff --git a/pom.xml b/pom.xml index 4fd28a0..da82358 100644 --- a/pom.xml +++ b/pom.xml @@ -21,8 +21,8 @@ maven-compiler-plugin 2.3.2 - 1.6 - 1.6 + 1.8 + 1.8 @@ -60,21 +60,71 @@ net.pterodactylus.rhynodge.engine.Starter - - - - - - org.codehaus.mojo - emma-maven-plugin - 1.0-alpha-3 + 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 + + + + + + + - + + junit + junit + 4.11 + test + + + org.hamcrest + hamcrest-library + 1.3 + test + + + org.mockito + mockito-all + 1.9.5 + test + + com.google.guava guava 14.0-rc1