From 5cd79e4b4a5dad5cbfab80148057076694d3365a Mon Sep 17 00:00:00 2001 From: vempo Date: Sun, 8 Jul 2018 14:12:36 +0300 Subject: Removed unused slf4j from configuration lib Change-Id: I000f051f0e5fceafded7f06e8088e019cf1b730e Issue-ID: SDC-1478 Signed-off-by: vempo --- .../onap-configuration-management-core/pom.xml | 15 --------------- common/onap-common-configuration-management/pom.xml | 8 -------- common/pom.xml | 2 +- 3 files changed, 1 insertion(+), 24 deletions(-) (limited to 'common') diff --git a/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml b/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml index ad2be72c2a..9574c822e4 100644 --- a/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml +++ b/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml @@ -84,21 +84,6 @@ log4j-core 2.7 - - org.slf4j - slf4j-api - ${slf4j.version} - - - org.slf4j - slf4j-log4j12 - ${slf4j.version} - - - org.slf4j - slf4j-ext - ${slf4j.version} - org.onap.sdc.common onap-configuration-management-api diff --git a/common/onap-common-configuration-management/pom.xml b/common/onap-common-configuration-management/pom.xml index 7dec3fcd14..6c11bdf30c 100644 --- a/common/onap-common-configuration-management/pom.xml +++ b/common/onap-common-configuration-management/pom.xml @@ -3,7 +3,6 @@ 4.0.0 onap-common-configuration-management - org.onap.sdc.common onap-common-configuration-management pom @@ -20,11 +19,4 @@ onap-configuration-management-test - - - java.net - http://repo1.maven.org/maven2 - - - diff --git a/common/pom.xml b/common/pom.xml index 65a6c072d9..eea619f9b5 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -28,7 +28,7 @@ org.slf4j slf4j-api - 1.7.10 + ${slf4j-api.version} ch.qos.logback -- cgit 1.2.3-korg