diff --git a/pom.xml b/pom.xml index 7857191..9ced475 100644 --- a/pom.xml +++ b/pom.xml @@ -64,12 +64,6 @@ 3.1.0 - - javax.servlet - javax.servlet-api - 3.1.0 - - javax.json javax.json-api @@ -88,12 +82,6 @@ test - - org.junit.jupiter - junit-jupiter-engine - 5.9.2 - test - org.mockito mockito-core @@ -105,6 +93,18 @@ + + org.apache.maven.plugins + maven-site-plugin + 3.12.1 + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 3.2.1 + + org.apache.maven.plugins maven-war-plugin @@ -116,7 +116,7 @@ 2.22.2 - ${surefireArgLine} + -Xmx1024M ${argLine} @@ -136,7 +136,28 @@ verify report + report-integration + + + + jacoco-check + + check + + + + PACKAGE + + + LINE + COVEREDRATIO + 0.75 + + + + +