aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandrzejszukuc <andrzej.szukuc@nokia.com>2019-06-07 14:40:11 +0200
committerandrzejszukuc <andrzej.szukuc@nokia.com>2019-06-07 14:40:11 +0200
commitd32da9e8d66106f4ee69e10e02f834664c7225ad (patch)
tree815209edd446b289512cab468a161b7e345e4196
parent8e3381a19ba47fa416c7482f546ddafcd99b6694 (diff)
An exclusion of logger dependencies from spring-boot-starter-web
https://jira.onap.org/browse/DCAEGEN2-1016 Change-Id: I515e46212b3c4e86537f19139f291fefdedf0696 Issue-ID: DCAEGEN2-1016 Signed-off-by: ANDRZEJ SZUKUC <andrzej.szukuc@nokia.com>
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index d88bf0b6..3cca4717 100644
--- a/pom.xml
+++ b/pom.xml
@@ -380,6 +380,12 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-logging</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>