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