diff --git a/pom.xml b/pom.xml index df7ab3ed5f..5512197637 100644 --- a/pom.xml +++ b/pom.xml @@ -111,8 +111,14 @@ org.springframework spring-test ${spring.version} + test + + + com.h2database + h2 + 1.3.163 + test - cn.analysys @@ -446,8 +452,34 @@ **/*Test*.java - true + + + + + + + org.jacoco + jacoco-maven-plugin + 0.8.4 + + target/jacoco.exec + target/jacoco.exec + + + jacoco-initialize + + prepare-agent + + + + jacoco-site + test + + report + + +