X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=netconf%2Fsal-netconf-connector%2Fpom.xml;h=5fedca95d074733feed65e7309efe0d3149d1439;hb=29e06cbd92b039d501a004cabcf0eb19f63c427a;hp=e7b1aedff2cd1f58e93be50fa2cfe77f3fff8a23;hpb=a22e0fe5fae79992005cc738d37c7ed9396989e4;p=netconf.git diff --git a/netconf/sal-netconf-connector/pom.xml b/netconf/sal-netconf-connector/pom.xml index e7b1aedff2..5fedca95d0 100644 --- a/netconf/sal-netconf-connector/pom.xml +++ b/netconf/sal-netconf-connector/pom.xml @@ -11,37 +11,25 @@ org.opendaylight.netconf netconf-parent - 1.7.0-SNAPSHOT - ../netconf-parent + 4.0.0-SNAPSHOT + ../../parent - org.opendaylight.netconf sal-netconf-connector - - - 1.10.0-SNAPSHOT bundle - org.opendaylight.controller - sal-common-util - - - org.opendaylight.controller - sal-connector-api - - - ${project.groupId} - ietf-netconf-monitoring + org.opendaylight.mdsal.binding.model.ietf + rfc8525 - ${project.groupId} - ietf-netconf-notifications + org.opendaylight.netconf.model + rfc5277 - org.opendaylight.mdsal.binding.model.ietf - rfc7895 + org.opendaylight.netconf.model + rfc6022 ${project.groupId} @@ -55,17 +43,21 @@ org.opendaylight.mdsal mdsal-binding-api + + org.opendaylight.netconf + netconf-dom-api + org.opendaylight.mdsal - mdsal-binding-generator-impl + mdsal-binding-runtime-spi - org.opendaylight.mdsal.model - ietf-topology + org.opendaylight.mdsal + mdsal-dom-spi - org.opendaylight.controller - sal-broker-impl + org.opendaylight.mdsal.model + ietf-topology org.opendaylight.yangtools @@ -83,6 +75,10 @@ org.opendaylight.yangtools yang-parser-impl + + org.opendaylight.yangtools + yang-repo-fs + org.opendaylight.yangtools yang-data-codec-gson @@ -100,9 +96,19 @@ yang-ext - org.slf4j - slf4j-api + ${project.groupId} + netconf-util + + com.guicedee.services + javax.inject + true + + + org.osgi + org.osgi.service.component.annotations + + org.xmlunit xmlunit-legacy @@ -125,18 +131,7 @@ org.opendaylight.mdsal - mdsal-binding-dom-adapter - test - - - org.opendaylight.mdsal - mdsal-binding-dom-adapter - test-jar - test - - - org.hamcrest - hamcrest-core + mdsal-binding-test-utils com.google.code.gson @@ -145,12 +140,15 @@ org.awaitility awaitility - test org.opendaylight.yangtools yang-test-util + + org.opendaylight.netconf + netconf-test-models +