From 05883787daff5b60f36a82c1bd544d10fbdd08aa Mon Sep 17 00:00:00 2001 From: Richard Richter Date: Thu, 9 Apr 2020 12:28:25 +0200 Subject: [PATCH] POM fixes after master merge, fixed falsely reported used tomcat --- gui/admin-gui/pom.xml | 5 ----- model/rest-impl/pom.xml | 4 ---- pom.xml | 4 ++++ 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/gui/admin-gui/pom.xml b/gui/admin-gui/pom.xml index 6e67779ad14..a9bb178452d 100644 --- a/gui/admin-gui/pom.xml +++ b/gui/admin-gui/pom.xml @@ -357,11 +357,6 @@ ${project.version} - - org.springframework - spring-aspects - runtime - org.codehaus.groovy groovy-all diff --git a/model/rest-impl/pom.xml b/model/rest-impl/pom.xml index 4ede679178f..98be421433f 100644 --- a/model/rest-impl/pom.xml +++ b/model/rest-impl/pom.xml @@ -55,10 +55,6 @@ ${project.version} - - org.springframework.boot - spring-boot-starter-web - org.springframework spring-web diff --git a/pom.xml b/pom.xml index e4635172e98..44441820a0c 100644 --- a/pom.xml +++ b/pom.xml @@ -1768,6 +1768,7 @@ org.slf4j:jcl-over-slf4j org.slf4j:slf4j-api org.danekja:jdk-serializable-functional + org.apache.tomcat.embed:tomcat-embed-core @@ -1782,7 +1783,9 @@ maven-checkstyle-plugin ${checkstyle.version} + ${maven.multiModuleProjectDirectory}/config/checkstyle/checkstyle.xml + ${maven.multiModuleProjectDirectory}/config/checkstyle/checkstyle-suppressions.xml UTF-8 true @@ -2025,6 +2028,7 @@ ${checkstyle.version} + ${maven.multiModuleProjectDirectory}/build-system/checkstyle-configs/checkstyle.xml UTF-8