From 541bc85fdd3e4fd5f74b5a298d611a91cc394ca1 Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Fri, 28 Jul 2017 12:04:12 +0530 Subject: [PATCH] Remove logback related stuff as discussed on https://lists.opendaylight.org/pipermail/odlparent-dev/2017-July/001262.html tools/netconf-testtool doesn't seem to really require logback-config netconf-it appears to be completely broken anyway, and is not in build Change-Id: Ia7fde3529b3b4f5940fe2d143d35230a12b072af Signed-off-by: Michael Vorburger --- netconf/netconf-it/pom.xml | 8 -------- netconf/tools/netconf-testtool/pom.xml | 6 +----- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/netconf/netconf-it/pom.xml b/netconf/netconf-it/pom.xml index 71b4b37e47..415dc06616 100644 --- a/netconf/netconf-it/pom.xml +++ b/netconf/netconf-it/pom.xml @@ -17,14 +17,6 @@ ${project.groupId} netconf-netty-util - - org.opendaylight.controller - commons.logback_settings - - - org.opendaylight.controller - logback-config - org.opendaylight.yangtools mockito-configuration diff --git a/netconf/tools/netconf-testtool/pom.xml b/netconf/tools/netconf-testtool/pom.xml index e736b5469a..b7cbc16210 100644 --- a/netconf/tools/netconf-testtool/pom.xml +++ b/netconf/tools/netconf-testtool/pom.xml @@ -85,11 +85,7 @@ ${project.groupId} sal-netconf-connector - - org.opendaylight.controller - logback-config - - + org.opendaylight.yangtools mockito-configuration -- 2.36.6