X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fnetconf-util%2Fpom.xml;h=d623dd979646e8f724f7abdefc9ce287a528a9fa;hb=87aaa33c37ebf91368d23fc5f8f4916265d43712;hp=20603c477462ac31e38ee00d75b15ddd91f48e36;hpb=0641db636be750bf98e85c702c4948c7c835b9b6;p=controller.git diff --git a/opendaylight/netconf/netconf-util/pom.xml b/opendaylight/netconf/netconf-util/pom.xml index 20603c4774..d623dd9796 100644 --- a/opendaylight/netconf/netconf-util/pom.xml +++ b/opendaylight/netconf/netconf-util/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 netconf-subsystem org.opendaylight.controller - 0.2.2-SNAPSHOT + 0.2.5-SNAPSHOT netconf-util ${project.artifactId} @@ -27,12 +26,8 @@ config-api - org.opendaylight.bgpcep - framework - - - org.opendaylight.bgpcep - util + org.opendaylight.controller + protocol-framework @@ -50,7 +45,10 @@ io.netty netty-handler - ${netconf.netty.version} + + + org.opendaylight.controller.thirdparty + ganymed @@ -67,11 +65,13 @@ org.opendaylight.controller.netconf.util.osgi, org.opendaylight.controller.netconf.util.mapping, org.opendaylight.controller.netconf.util.messages, + org.opendaylight.controller.netconf.util.handler, + org.opendaylight.controller.netconf.util.handler.*, - org.opendaylight.controller.config.stat, com.google.common.base, com.google.common.collect, + ch.ethz.ssh2, io.netty.buffer, io.netty.channel, io.netty.channel.socket, @@ -88,14 +88,16 @@ javax.xml.transform.stream, javax.xml.validation, javax.xml.xpath, + javax.xml.transform.sax, org.opendaylight.controller.netconf.api, org.opendaylight.controller.netconf.mapping.api, org.opendaylight.protocol.framework, - org.opendaylight.protocol.util, org.osgi.framework, org.slf4j, org.w3c.dom, org.xml.sax, + org.xml.sax.helpers, + org.opendaylight.controller.config.api,