X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fnetconf-impl%2Fpom.xml;h=b056f9be873feff65d2b731d66b6ef8fe0d8c4cd;hb=5fe4a2c1eb78c0d0fe349354f39df4861ded6ee3;hp=068c1f7c73cc4af3eac7ee93a4cbd6f7c554af69;hpb=e506cdb7b0ee5ad7d9cd3223857346a922854053;p=controller.git diff --git a/opendaylight/netconf/netconf-impl/pom.xml b/opendaylight/netconf/netconf-impl/pom.xml index 068c1f7c73..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,45 +68,44 @@ org.slf4j slf4j-api - org.opendaylight.bgpcep mockito-configuration + ${bgpcep.version} test commons-io commons-io - 2.4 test ${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 + @@ -114,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, @@ -125,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, @@ -132,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,