X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fnetconf-impl%2Fpom.xml;h=b8b3028708fadb391737481c1ae33ad7f5e06f36;hp=1bd3a78326b67aca7f663038c1a15fa430b55cef;hb=b66923141fce710094cb8e61bf794f9f0e678f50;hpb=f467b1de7ed7a25d19d9210c0372bfb8b8fd697f diff --git a/opendaylight/netconf/netconf-impl/pom.xml b/opendaylight/netconf/netconf-impl/pom.xml index 1bd3a78326..b8b3028708 100644 --- a/opendaylight/netconf/netconf-impl/pom.xml +++ b/opendaylight/netconf/netconf-impl/pom.xml @@ -1,11 +1,10 @@ - + netconf-subsystem org.opendaylight.controller - 0.2.2-SNAPSHOT + 0.2.5-SNAPSHOT 4.0.0 netconf-impl @@ -19,6 +18,15 @@ ${project.groupId} netconf-api + + ${project.groupId} + ietf-netconf-monitoring + + + ${project.groupId} + ietf-netconf-monitoring-extension + ${project.version} + ${project.groupId} netconf-util @@ -28,18 +36,17 @@ config-util - ${project.groupId} - netconf-mapping-api + org.opendaylight.controller + protocol-framework - - org.opendaylight.bgpcep - util + ${project.groupId} + netconf-mapping-api - org.opendaylight.bgpcep - framework + org.opendaylight.yangtools.model + ietf-inet-types @@ -56,10 +63,8 @@ - org.opendaylight.bgpcep + org.opendaylight.yangtools mockito-configuration - ${bgpcep.version} - test commons-io @@ -67,11 +72,6 @@ test - - ${project.groupId} - yang-store-api - test - xmlunit xmlunit @@ -88,6 +88,17 @@ netconf-client test + + ${project.groupId} + netconf-client + ${project.version} + test-jar + test + + + org.opendaylight.controller + commons.logback_settings + @@ -107,6 +118,8 @@ io.netty.util.concurrent, io.netty.buffer, io.netty.handler.codec, + io.netty.channel.nio, + javax.annotation, javax.management, javax.net.ssl, javax.xml.namespace, @@ -126,8 +139,16 @@ org.w3c.dom, org.xml.sax, org.opendaylight.controller.netconf.util.messages, - org.opendaylight.controller.config.stat, - com.siemens.ct.exi.exceptions + io.netty.util.internal, + org.opendaylight.controller.netconf.api.monitoring, + org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924, + org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev100924, + org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.monitoring.rev101004, + org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.monitoring.rev101004.netconf.state, + org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.monitoring.rev101004.netconf.state.sessions, + org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.monitoring.rev101004.netconf.state.schemas, + org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.monitoring.extension.rev131210, + org.opendaylight.yangtools.yang.binding,