X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=pom.xml;h=4c9da2aaa903f53943e20d4202f942417b117009;hb=4cdde96468f8c85dc449bad7dc72780e5275e040;hp=6fa0320efa0b2e9bc259bc31b5c169b8217ce0c6;hpb=62298982242dc3867b974f2b6bbaa1b9dd33a7e6;p=jFCPlib.git diff --git a/pom.xml b/pom.xml index 6fa0320..4c9da2a 100644 --- a/pom.xml +++ b/pom.xml @@ -16,10 +16,20 @@ junit junit - 3.8.2 + 4.12 test + org.hamcrest + hamcrest-integration + 1.3 + + + org.mockito + mockito-all + 1.10.19 + + com.google.guava guava 16.0.1 @@ -41,8 +51,9 @@ org.apache.maven.plugins maven-compiler-plugin - 1.6 - 1.6 + 1.8 + 1.8 + UTF-8 @@ -69,6 +80,49 @@ + + 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 + + + + + + + +