X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fnetconf-util%2Fpom.xml;h=71b7fa6eac991d0274c4ff1da12cbc28c2aabf02;hb=4142ab5dce3021e6f6551aada26c7523cd134844;hp=cb198e73612118d3cb38e0d55ccaf741cc42be69;hpb=a92d9d6a21a0f6ca8d2153795721f500eaf29ee9;p=controller.git diff --git a/opendaylight/netconf/netconf-util/pom.xml b/opendaylight/netconf/netconf-util/pom.xml index cb198e7361..71b7fa6eac 100644 --- a/opendaylight/netconf/netconf-util/pom.xml +++ b/opendaylight/netconf/netconf-util/pom.xml @@ -5,7 +5,7 @@ netconf-subsystem org.opendaylight.controller - 0.2.1-SNAPSHOT + 0.2.3-SNAPSHOT netconf-util ${project.artifactId} @@ -17,25 +17,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 - - - org.opendaylight.bgpcep - util + org.opendaylight.controller + protocol-framework @@ -50,6 +43,19 @@ org.slf4j slf4j-api + + io.netty + netty-handler + ${netconf.netty.version} + + + com.siemens.ct.exi + exificient + + + org.opendaylight.controller.thirdparty + ganymed + @@ -65,11 +71,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, @@ -86,14 +94,22 @@ 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, + com.siemens.ct.exi, + com.siemens.ct.exi.api.sax, + com.siemens.ct.exi.grammars, + com.siemens.ct.exi.helpers, + com.siemens.ct.exi.exceptions, + com.siemens.ct.exi.api.dom, + org.xml.sax.helpers, + org.opendaylight.controller.config.api,