From d6870f7c7578d5de74575969843bdc20061d0387 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Cocula?= Date: Sun, 1 Jan 2017 16:23:00 +0100 Subject: [PATCH] Ignore some dependency analyse errors --- pom.xml | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 365a4baf..e0b6a88d 100644 --- a/pom.xml +++ b/pom.xml @@ -173,14 +173,20 @@ ${failOnDependencyWarning} true + + org.springframework:* + org.springframework.security:* + org.springframework.boot:* + org.apache.tomcat.embed:tomcat-embed-core* + - - com.sun.mail:javax.mail* - org.seamless:seamless-http* - - - org.springframework.security:spring-security-config* - + com.sun.mail:javax.mail* + org.seamless:seamless-http* + taglibs:string:jar* + org.seamless:seamless-http* + + org.springframework.security:* + org.springframework.boot:spring-boot*