diff --git a/webwolf/pom.xml b/webwolf/pom.xml index c84672b7d..bc79b0462 100644 --- a/webwolf/pom.xml +++ b/webwolf/pom.xml @@ -31,6 +31,7 @@ org.apache.commons commons-lang3 + ${commons-lang3.version} org.springframework.boot @@ -95,4 +96,51 @@ - + + + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler-plugin.version} + + 11 + 11 + UTF-8 + + + + org.springframework.boot + spring-boot-maven-plugin + + + org.apache.maven.plugins + maven-jar-plugin + 3.1.2 + + + test-compile + + jar + + + internal + + + + + + org.apache.maven.plugins + maven-surefire-plugin + ${maven-surefire-plugin.version} + + never + + --illegal-access=permit + + + + + + + + \ No newline at end of file