diff --git a/core/core-backend/pom.xml b/core/core-backend/pom.xml index 3493e54e38..25ba229d72 100644 --- a/core/core-backend/pom.xml +++ b/core/core-backend/pom.xml @@ -137,18 +137,7 @@ - - - - - src/main/resources - true - - static/** - - - @@ -207,15 +196,6 @@ - - - src/main/resources - true - - static/** - - - diff --git a/pom.xml b/pom.xml index cae4bc0178..73803a284f 100644 --- a/pom.xml +++ b/pom.xml @@ -38,6 +38,8 @@ 4.5.14 4.4.16 3.3.2 + 3.1.2 + 3.2.0 @@ -152,6 +154,16 @@ maven-antrun-plugin ${maven.antrun.version} + + org.apache.maven.plugins + maven-surefire-plugin + ${maven.surefire.version} + + + org.apache.maven.plugins + maven-clean-plugin + ${maven.clean.version} +