An exclusion of logger dependencies from spring-boot-starter-web 77/89577/1
authorandrzejszukuc <andrzej.szukuc@nokia.com>
Fri, 7 Jun 2019 12:40:11 +0000 (14:40 +0200)
committerandrzejszukuc <andrzej.szukuc@nokia.com>
Fri, 7 Jun 2019 12:40:11 +0000 (14:40 +0200)
https://jira.onap.org/browse/DCAEGEN2-1016

Change-Id: I515e46212b3c4e86537f19139f291fefdedf0696
Issue-ID: DCAEGEN2-1016
Signed-off-by: ANDRZEJ SZUKUC <andrzej.szukuc@nokia.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index d88bf0b..3cca471 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                <dependency>\r
                        <groupId>org.springframework.boot</groupId>\r
                        <artifactId>spring-boot-starter-web</artifactId>\r
+            <exclusions>\r
+                <exclusion>\r
+                    <groupId>org.springframework.boot</groupId>\r
+                    <artifactId>spring-boot-starter-logging</artifactId>\r
+                </exclusion>\r
+            </exclusions>\r
                </dependency>\r
                <dependency>\r
                        <groupId>org.springframework.boot</groupId>\r