From 57521b8187b48b4cff85cdd6422755ebe353f1d3 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Thu, 16 Nov 2023 19:27:44 +0100 Subject: [PATCH] Cleanup netconf-console dependencies We have a ton of warnings here, clean up -- most notably ditching dependency on org.apache.karaf.shell.console. Change-Id: Iea280b000d5e8b3f75285646c64a20933a851db5 Signed-off-by: Robert Varga --- apps/netconf-console/pom.xml | 60 +++++++++++++++++++++++++++++++----- 1 file changed, 53 insertions(+), 7 deletions(-) diff --git a/apps/netconf-console/pom.xml b/apps/netconf-console/pom.xml index ae9c79588b..7fb47df9f2 100644 --- a/apps/netconf-console/pom.xml +++ b/apps/netconf-console/pom.xml @@ -20,12 +20,48 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL bundle - + + com.google.guava + guava + + + com.guicedee.services + javax.inject + true + org.apache.karaf.shell - org.apache.karaf.shell.console + org.apache.karaf.shell.core provided + + org.eclipse.jdt + org.eclipse.jdt.annotation + + + org.opendaylight.yangtools + yang-common + + + org.opendaylight.mdsal + mdsal-binding-api + + + org.opendaylight.mdsal + mdsal-common-api + + + org.opendaylight.mdsal + yang-binding + + + org.opendaylight.mdsal.binding.model.ietf + rfc6991-ietf-inet-types + + + org.opendaylight.mdsal.model + ietf-topology + org.opendaylight.netconf netconf-topology @@ -34,11 +70,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.netconf netconf-client-mdsal - - com.guicedee.services - javax.inject - true - org.osgi org.osgi.service.component.annotations @@ -48,6 +79,21 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.yangtools yang-test-util + + org.opendaylight.mdsal + mdsal-binding-dom-adapter + test-jar + + + org.opendaylight.mdsal + mdsal-binding-runtime-api + test + + + org.opendaylight.mdsal + mdsal-binding-runtime-spi + test + org.opendaylight.mdsal mdsal-binding-test-utils -- 2.36.6