X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fnetconf-impl%2Fpom.xml;h=b056f9be873feff65d2b731d66b6ef8fe0d8c4cd;hb=1ff9939abc7a4072b07df6b79516fe344b1b42e3;hp=2b3ddc1038b764f029af7ee199593538f616703d;hpb=682722fadd581d3ffd5d47011cccf4fbf32d84d4;p=controller.git diff --git a/opendaylight/netconf/netconf-impl/pom.xml b/opendaylight/netconf/netconf-impl/pom.xml index 2b3ddc1038..b056f9be87 100644 --- a/opendaylight/netconf/netconf-impl/pom.xml +++ b/opendaylight/netconf/netconf-impl/pom.xml @@ -5,7 +5,7 @@ netconf-subsystem org.opendaylight.controller - ${netconf.version} + 0.2.3-SNAPSHOT 4.0.0 netconf-impl @@ -19,6 +19,15 @@ ${project.groupId} netconf-api + + ${project.groupId} + ietf-netconf-monitoring + + + ${project.groupId} + ietf-netconf-monitoring-extension + ${project.version} + ${project.groupId} netconf-util @@ -32,6 +41,11 @@ netconf-mapping-api + + org.opendaylight.yangtools.model + ietf-inet-types + + org.opendaylight.bgpcep util @@ -54,11 +68,11 @@ org.slf4j slf4j-api - org.opendaylight.bgpcep mockito-configuration + ${bgpcep.version} test @@ -88,6 +102,10 @@ netconf-client test + + org.opendaylight.controller + commons.logback_settings + @@ -105,6 +123,10 @@ io.netty.channel.socket, io.netty.util, 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, @@ -116,6 +138,7 @@ org.opendaylight.controller.netconf.util.mapping, org.opendaylight.controller.netconf.util.osgi, org.opendaylight.controller.netconf.util.xml, + org.opendaylight.controller.netconf.util.handler, org.opendaylight.protocol.framework, org.osgi.framework, org.osgi.util.tracker, @@ -123,7 +146,17 @@ 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,