From e827a3aee231453f704fef1a945d13de380a83c5 Mon Sep 17 00:00:00 2001 From: Steve Siani Date: Tue, 9 Jul 2019 15:53:57 -0400 Subject: SLF4J conflict: exclude logging in where it is redundant Issue-ID: CCSDK-1461 Signed-off-by: Steve Siani Change-Id: I25521090a2ab8e5b9d7a9edef3178ba83b463657 --- ms/blueprintsprocessor/application/pom.xml | 12 ++++++++++++ ms/blueprintsprocessor/functions/resource-resolution/pom.xml | 6 ++++++ ms/blueprintsprocessor/modules/commons/db-lib/pom.xml | 6 ++++++ ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml | 6 ++++++ .../modules/commons/processor-core/pom.xml | 6 ++++++ ms/blueprintsprocessor/modules/inbounds/pom.xml | 6 ++++++ .../modules/inbounds/selfservice-api/pom.xml | 6 ++++++ ms/blueprintsprocessor/parent/pom.xml | 12 ++++++++++++ ms/controllerblueprints/application/pom.xml | 6 ++++++ ms/controllerblueprints/modules/db-resources/pom.xml | 6 ++++++ ms/controllerblueprints/modules/service/pom.xml | 12 ++++++++++++ ms/controllerblueprints/parent/pom.xml | 6 ++++++ ms/sdclistener/application/pom.xml | 6 ++++++ 13 files changed, 96 insertions(+) diff --git a/ms/blueprintsprocessor/application/pom.xml b/ms/blueprintsprocessor/application/pom.xml index f9eead39e..0e207f708 100755 --- a/ms/blueprintsprocessor/application/pom.xml +++ b/ms/blueprintsprocessor/application/pom.xml @@ -36,10 +36,22 @@ org.onap.ccsdk.cds.controllerblueprints blueprint-core + + + org.springframework.boot + spring-boot-starter-logging + + org.springframework.boot spring-boot-starter-security + + + org.springframework.boot + spring-boot-starter-logging + + diff --git a/ms/blueprintsprocessor/functions/resource-resolution/pom.xml b/ms/blueprintsprocessor/functions/resource-resolution/pom.xml index 3666b4109..920dda8cf 100644 --- a/ms/blueprintsprocessor/functions/resource-resolution/pom.xml +++ b/ms/blueprintsprocessor/functions/resource-resolution/pom.xml @@ -39,6 +39,12 @@ org.springframework.boot spring-boot-starter-data-jpa + + + org.springframework.boot + spring-boot-starter-logging + + com.h2database diff --git a/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml index df66ff391..7f243c089 100644 --- a/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml @@ -48,6 +48,12 @@ org.springframework.boot spring-boot-starter-data-jpa + + + org.springframework.boot + spring-boot-starter-logging + + javax.validation diff --git a/ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml index 3261489ee..d71fe043e 100644 --- a/ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml @@ -48,6 +48,12 @@ org.springframework.boot spring-boot-starter-webflux + + + org.springframework.boot + spring-boot-starter-logging + + org.springframework.boot diff --git a/ms/blueprintsprocessor/modules/commons/processor-core/pom.xml b/ms/blueprintsprocessor/modules/commons/processor-core/pom.xml index 31feff177..5d897c4a3 100644 --- a/ms/blueprintsprocessor/modules/commons/processor-core/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/processor-core/pom.xml @@ -32,6 +32,12 @@ org.springframework.boot spring-boot-starter-webflux + + + org.springframework.boot + spring-boot-starter-logging + + diff --git a/ms/blueprintsprocessor/modules/inbounds/pom.xml b/ms/blueprintsprocessor/modules/inbounds/pom.xml index 17b630fdd..9cbb73f9d 100644 --- a/ms/blueprintsprocessor/modules/inbounds/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/pom.xml @@ -44,6 +44,12 @@ org.springframework.boot spring-boot-starter-actuator + + + org.springframework.boot + spring-boot-starter-logging + + diff --git a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml index ece1b0ac2..2d068d4cf 100755 --- a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml @@ -71,6 +71,12 @@ org.springframework.kafka spring-kafka + + + org.slf4j + slf4j-log4j12 + + org.springframework.kafka diff --git a/ms/blueprintsprocessor/parent/pom.xml b/ms/blueprintsprocessor/parent/pom.xml index 601fee30e..d0c923e58 100755 --- a/ms/blueprintsprocessor/parent/pom.xml +++ b/ms/blueprintsprocessor/parent/pom.xml @@ -89,11 +89,23 @@ io.springfox springfox-swagger-ui ${springfox.swagger2.version} + + + org.slf4j + slf4j-api + + io.springfox springfox-spring-webflux ${springfox.swagger2.version} + + + org.slf4j + slf4j-api + + diff --git a/ms/controllerblueprints/application/pom.xml b/ms/controllerblueprints/application/pom.xml index d1d6551ed..089051c4c 100644 --- a/ms/controllerblueprints/application/pom.xml +++ b/ms/controllerblueprints/application/pom.xml @@ -62,6 +62,12 @@ org.springframework.boot spring-boot-starter-actuator + + + org.springframework.boot + spring-boot-starter-logging + + org.powermock diff --git a/ms/controllerblueprints/modules/db-resources/pom.xml b/ms/controllerblueprints/modules/db-resources/pom.xml index af0aa1aff..be5a914f8 100644 --- a/ms/controllerblueprints/modules/db-resources/pom.xml +++ b/ms/controllerblueprints/modules/db-resources/pom.xml @@ -37,6 +37,12 @@ org.springframework.boot spring-boot-starter-data-jpa + + + org.springframework.boot + spring-boot-starter-logging + + diff --git a/ms/controllerblueprints/modules/service/pom.xml b/ms/controllerblueprints/modules/service/pom.xml index 79b3bb980..983e2772e 100644 --- a/ms/controllerblueprints/modules/service/pom.xml +++ b/ms/controllerblueprints/modules/service/pom.xml @@ -59,10 +59,22 @@ org.springframework.boot spring-boot-starter-webflux + + + org.springframework.boot + spring-boot-starter-logging + + org.springframework.boot spring-boot-starter-data-jpa + + + org.springframework.boot + spring-boot-starter-logging + + com.h2database diff --git a/ms/controllerblueprints/parent/pom.xml b/ms/controllerblueprints/parent/pom.xml index 6f8405e9a..3defd74db 100644 --- a/ms/controllerblueprints/parent/pom.xml +++ b/ms/controllerblueprints/parent/pom.xml @@ -61,6 +61,12 @@ org.springframework.boot spring-boot-starter-logging ${spring.boot.version} + + + org.slf4j + slf4j-log4j12 + + diff --git a/ms/sdclistener/application/pom.xml b/ms/sdclistener/application/pom.xml index 62191b185..06d7ccfc0 100644 --- a/ms/sdclistener/application/pom.xml +++ b/ms/sdclistener/application/pom.xml @@ -38,6 +38,12 @@ org.springframework.boot spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-logging + + org.springframework.boot -- cgit 1.2.3-korg