From abf431fffb835b62e842e8ea37630bed97da5b1b Mon Sep 17 00:00:00 2001 From: Nanne Baars Date: Fri, 2 Apr 2021 21:43:09 +0200 Subject: [PATCH] Remove unnecessary plugins in subprojects --- webgoat-lessons/pom.xml | 28 ---------------------------- webwolf/pom.xml | 19 ------------------- 2 files changed, 47 deletions(-) diff --git a/webgoat-lessons/pom.xml b/webgoat-lessons/pom.xml index c1ab7af78..fad8120f3 100644 --- a/webgoat-lessons/pom.xml +++ b/webgoat-lessons/pom.xml @@ -71,7 +71,6 @@ org.springframework.security spring-security-test - 4.1.3.RELEASE test @@ -85,31 +84,4 @@ - - - - - org.apache.maven.plugins - maven-surefire-plugin - ${maven-surefire-plugin.version} - - 0 - true - - --illegal-access=permit - - - - - org.apache.maven.plugins - maven-compiler-plugin - ${maven-compiler-plugin.version} - - 11 - 11 - UTF-8 - - - - diff --git a/webwolf/pom.xml b/webwolf/pom.xml index fa45cb3e8..2a1093857 100644 --- a/webwolf/pom.xml +++ b/webwolf/pom.xml @@ -115,15 +115,6 @@ - - org.apache.maven.plugins - maven-compiler-plugin - - 11 - 11 - UTF-8 - - org.springframework.boot spring-boot-maven-plugin @@ -143,16 +134,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - never - - --illegal-access=permit - - -