X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fnetconf-impl%2Fpom.xml;h=76a0bd9908ac571a911f7309c33eb91a42ef87cd;hb=1d159b16ac23b4935ed6a0df683558ab42cd6f2c;hp=8e0d493c2702793fd010d71384f18c651b2f915b;hpb=397cc9012f67596848019ca7874f3a303523b7e6;p=controller.git diff --git a/opendaylight/netconf/netconf-impl/pom.xml b/opendaylight/netconf/netconf-impl/pom.xml index 8e0d493c27..76a0bd9908 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.1-SNAPSHOT + 0.2.5-SNAPSHOT 4.0.0 netconf-impl @@ -18,34 +17,36 @@ ${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.controller + protocol-framework - - org.opendaylight.bgpcep - util - ${bgpcep.version} + ${project.groupId} + netconf-mapping-api - org.opendaylight.bgpcep - framework - ${bgpcep.version} + org.opendaylight.yangtools.model + ietf-inet-types @@ -60,13 +61,10 @@ org.slf4j slf4j-api - - org.opendaylight.bgpcep + org.opendaylight.yangtools mockito-configuration - ${bgpcep.version} - test commons-io @@ -74,31 +72,26 @@ 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 + @@ -116,6 +109,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, @@ -127,6 +124,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, @@ -134,7 +132,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,