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/controllerblueprints/application/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ms/controllerblueprints/application/pom.xml') 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 -- cgit 1.2.3-korg