From 8feaf9efb7efca9f3bdd4299851cf2cfa38a787f Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Sun, 31 May 2020 11:11:41 +0200 Subject: [PATCH] Trim awaitility specification org.awaitility is declared with scope=test, there's no need to repeat it. Change-Id: Ic65b06e725f333dec5f89d0c1c1a49bde377898c Signed-off-by: Robert Varga --- netconf/netconf-console/pom.xml | 4 +--- netconf/netconf-topology-singleton/pom.xml | 1 - netconf/sal-netconf-connector/pom.xml | 10 +--------- 3 files changed, 2 insertions(+), 13 deletions(-) diff --git a/netconf/netconf-console/pom.xml b/netconf/netconf-console/pom.xml index 89ea9f3f35..7f52c0bde7 100644 --- a/netconf/netconf-console/pom.xml +++ b/netconf/netconf-console/pom.xml @@ -28,12 +28,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.apache.karaf.shell.console provided - - org.opendaylight.netconf sal-netconf-connector + org.opendaylight.yangtools yang-test-util @@ -45,7 +44,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.awaitility awaitility - test diff --git a/netconf/netconf-topology-singleton/pom.xml b/netconf/netconf-topology-singleton/pom.xml index 86019bd77e..90cd30a74b 100644 --- a/netconf/netconf-topology-singleton/pom.xml +++ b/netconf/netconf-topology-singleton/pom.xml @@ -80,7 +80,6 @@ org.awaitility awaitility - test commons-io diff --git a/netconf/sal-netconf-connector/pom.xml b/netconf/sal-netconf-connector/pom.xml index 0f1ad85b30..91b7515238 100644 --- a/netconf/sal-netconf-connector/pom.xml +++ b/netconf/sal-netconf-connector/pom.xml @@ -99,16 +99,13 @@ ${project.groupId} netconf-util - - org.slf4j - slf4j-api - javax.inject javax.inject provided true + org.xmlunit xmlunit-legacy @@ -133,10 +130,6 @@ org.opendaylight.mdsal mdsal-binding-test-utils - - org.hamcrest - hamcrest-core - com.google.code.gson gson @@ -144,7 +137,6 @@ org.awaitility awaitility - test org.opendaylight.yangtools -- 2.36.6