diff --git a/pom.xml b/pom.xml index 8daa1c6..a00b20d 100644 --- a/pom.xml +++ b/pom.xml @@ -39,6 +39,7 @@ 2.8.1 1.4.13 1.15.1 + 0.8.12 1.12.0 @@ -292,6 +293,47 @@ org.apache.maven.plugins maven-failsafe-plugin + + org.jacoco + jacoco-maven-plugin + ${jacoco-maven-plugin.version} + + + default-prepare-agent + + prepare-agent + + + + default-prepare-agent-integration + + prepare-agent-integration + + + + default-report + + report + + + + XML + + + + + default-report-integration + + report-integration + + + + XML + + + + +