X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fnetconf-util%2Fpom.xml;h=3caafcdc6974643421bd6979cacf1995298c42a3;hp=f9b4fddb254f4452d9958d824f8e305ec6221806;hb=48350c456393c0fe530dc29642c7d95c11a8a70a;hpb=397cc9012f67596848019ca7874f3a303523b7e6 diff --git a/opendaylight/netconf/netconf-util/pom.xml b/opendaylight/netconf/netconf-util/pom.xml index f9b4fddb25..3caafcdc69 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.1-SNAPSHOT + 0.2.3 netconf-util ${project.artifactId} @@ -17,27 +16,18 @@ ${project.groupId} netconf-api - ${project.version} ${project.groupId} netconf-mapping-api - ${project.version} org.opendaylight.controller config-api - 0.2.1-SNAPSHOT - org.opendaylight.bgpcep - framework - ${bgpcep.version} - - - org.opendaylight.bgpcep - util - ${bgpcep.version} + org.opendaylight.controller + protocol-framework @@ -57,6 +47,14 @@ netty-handler ${netconf.netty.version} + + + org.opendaylight.controller.thirdparty + ganymed + @@ -72,11 +70,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, @@ -93,14 +93,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,