X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fnetconf-tcp%2Fpom.xml;h=e1e650b4da3c8ff06f98ac8747b89865814ef1d2;hp=3c4ee4728d9f311664f2c04e1b7c1d4f2c278580;hb=c0b54d22478f7b3350ed43375747a4da1b995c64;hpb=b1e455ac4685602b7b3290192906c607d2c92c71 diff --git a/opendaylight/netconf/netconf-tcp/pom.xml b/opendaylight/netconf/netconf-tcp/pom.xml index 3c4ee4728d..e1e650b4da 100644 --- a/opendaylight/netconf/netconf-tcp/pom.xml +++ b/opendaylight/netconf/netconf-tcp/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.controller netconf-subsystem - 0.2.5-SNAPSHOT + 0.4.0-SNAPSHOT ../ netconf-tcp @@ -27,10 +27,14 @@ ${project.groupId} netconf-util - - commons-io - commons-io - + + org.opendaylight.controller + threadpool-config-api + + + org.opendaylight.controller + netty-config-api + org.slf4j slf4j-api @@ -50,12 +54,44 @@ org.opendaylight.controller.netconf.tcp.osgi.NetconfTCPActivator - com.google.common.base, io.netty.bootstrap, io.netty.channel, io.netty.channel.local, - io.netty.channel.nio, io.netty.channel.socket, io.netty.channel.socket.nio, io.netty.handler.logging, - io.netty.util.concurrent, org.opendaylight.controller.netconf.util.osgi, org.osgi.framework, org.slf4j + + org.opendaylight.yangtools + yang-maven-plugin + + + config + + generate-sources + + + + + org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator + ${jmxGeneratorPath} + + urn:opendaylight:params:xml:ns:yang:controller==org.opendaylight.controller.config.yang + + + + org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl + ${salGeneratorPath} + + + true + + + + + + org.opendaylight.controller + yang-jmx-generator-plugin + ${config.version} + + +