From 6797033a098d12eaf9d7a8dd3dd672ba9810783a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Zubcevic?= Date: Sat, 25 Jan 2020 18:18:06 +0100 Subject: [PATCH] restored pom removal (#753) --- webwolf/pom.xml | 50 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 49 insertions(+), 1 deletion(-) 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