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/modules/inbounds/pom.xml | 6 ++++++ ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml | 6 ++++++ 2 files changed, 12 insertions(+) (limited to 'ms/blueprintsprocessor/modules/inbounds') 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 -- cgit 1.2.3-korg