X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fnetconf-impl%2Fpom.xml;h=f4fc1ff0d5d62d7b8bf2f27bc2cd121f57fc86cf;hb=2c7c9ef5e517de98e0d740f938762cc746dbcde1;hp=ba0723d78711a727c21fa1b5d2071cab4e814e91;hpb=71ade3766ac30f55774543c0985f67541a369c78;p=controller.git diff --git a/opendaylight/netconf/netconf-impl/pom.xml b/opendaylight/netconf/netconf-impl/pom.xml index ba0723d787..f4fc1ff0d5 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.4-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 @@ -54,12 +61,10 @@ org.slf4j slf4j-api - - org.opendaylight.bgpcep + org.opendaylight.yangtools mockito-configuration - test commons-io @@ -88,6 +93,10 @@ netconf-client test + + org.opendaylight.controller + commons.logback_settings + @@ -105,6 +114,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 +129,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 +137,16 @@ org.w3c.dom, org.xml.sax, org.opendaylight.controller.netconf.util.messages, - org.opendaylight.controller.config.stat + 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,