X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=pom.xml;h=92d953617adaf4ee4d1d0bdcfa14b36ed45ef05d;hb=refs%2Fheads%2Ffeature%2Fquelaton-client;hp=5e7dfde25e527f6e67ccc6b6c5ffd26c635ff064;hpb=4d15688f01e941e5ca67c8d80e05596ea9d0ac6e;p=jFCPlib.git diff --git a/pom.xml b/pom.xml index 5e7dfde..92d9536 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,23 @@ junit junit - 3.8.2 + 4.12 + test + + + org.hamcrest + hamcrest-integration + 1.3 + + + org.mockito + mockito-all + 1.10.19 + + + com.nitorcreations + junit-runners + 1.2 test @@ -34,21 +50,33 @@ UTF-8 + 3.3 + 2.4 + 2.10.3 + 0.7.1.201405082137 org.apache.maven.plugins maven-compiler-plugin + ${plugin.compiler.version} - 1.6 - 1.6 + 1.8 + 1.8 UTF-8 org.apache.maven.plugins maven-javadoc-plugin + ${plugin.javadoc.version} + + true + + http://docs.guava-libraries.googlecode.com/git-history/v18.0/javadoc/ + + attach-javadocs @@ -61,6 +89,7 @@ org.apache.maven.plugins maven-source-plugin + ${plugin.source.version} attach-sources @@ -70,6 +99,33 @@ + + org.jacoco + jacoco-maven-plugin + ${plugin.jacoco.version} + + + default-prepare-agent + + prepare-agent + + + + default-report + prepare-package + + report + + + + default-check + + + check + + + +