diff --git a/pom.xml b/pom.xml
index a97650aafb..1439cce2a7 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
@@ -440,9 +446,35 @@
**/*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
+
+
+
+