X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=apps%2Fnetconf-console%2Fpom.xml;h=7fb47df9f2b79c042567ad696d19baa5e1b609f9;hb=ccdb61fbfbb147763f19c84c06655a4987ee54a9;hp=8b692993978738c9d7a7f1a3fa218c34abca0164;hpb=671026be29853078bf81e7d3d4252d11e4640b3a;p=netconf.git diff --git a/apps/netconf-console/pom.xml b/apps/netconf-console/pom.xml index 8b69299397..7fb47df9f2 100644 --- a/apps/netconf-console/pom.xml +++ b/apps/netconf-console/pom.xml @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.netconf netconf-parent - 5.0.2-SNAPSHOT + 7.0.0-SNAPSHOT ../../parent @@ -20,24 +20,55 @@ 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.opendaylight.netconf - netconf-topology + 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 - sal-netconf-connector + netconf-topology - com.guicedee.services - javax.inject - true + org.opendaylight.netconf + netconf-client-mdsal org.osgi @@ -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