X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fnetconf-impl%2Fpom.xml;h=b056f9be873feff65d2b731d66b6ef8fe0d8c4cd;hb=526cbb181ae68d4858473a7774a81d7c1414b9e5;hp=dd1c91ee51c74072b29b7184aa8b5dcecbb77ed7;hpb=ece7a31ff8770b5afae6b22cf18754421659c7f6;p=controller.git diff --git a/opendaylight/netconf/netconf-impl/pom.xml b/opendaylight/netconf/netconf-impl/pom.xml index dd1c91ee51..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 - 0.2.1-SNAPSHOT + 0.2.3-SNAPSHOT 4.0.0 netconf-impl @@ -18,22 +18,32 @@ ${project.groupId} netconf-api + + + ${project.groupId} + ietf-netconf-monitoring + + + ${project.groupId} + ietf-netconf-monitoring-extension ${project.version} ${project.groupId} netconf-util - ${project.version} org.opendaylight.controller config-util - 0.2.1-SNAPSHOT ${project.groupId} netconf-mapping-api - ${project.version} + + + + org.opendaylight.yangtools.model + ietf-inet-types @@ -58,11 +68,11 @@ org.slf4j slf4j-api - org.opendaylight.bgpcep mockito-configuration + ${bgpcep.version} test @@ -73,29 +83,29 @@ ${project.groupId} - yang-store-api test xmlunit xmlunit - 1.4 test ${project.groupId} netconf-util - ${project.version} test test-jar ${project.groupId} netconf-client - ${project.version} test + + org.opendaylight.controller + commons.logback_settings + @@ -113,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, @@ -124,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, @@ -131,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,