X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fnetconf-ssh%2Fpom.xml;h=5412ff80b5756682d69dc607fcce479ff708a9e4;hp=febf3abf8e6fcbb6b035dfafffebb784e6392f44;hb=0d70bb6655d6d1ba4da1d62788c180543c3d0617;hpb=c46e223995956f1f759c551163c212947c1e2fb7 diff --git a/opendaylight/netconf/netconf-ssh/pom.xml b/opendaylight/netconf/netconf-ssh/pom.xml index febf3abf8e..5412ff80b5 100644 --- a/opendaylight/netconf/netconf-ssh/pom.xml +++ b/opendaylight/netconf/netconf-ssh/pom.xml @@ -4,8 +4,7 @@ org.opendaylight.controller netconf-subsystem - 0.2.5-SNAPSHOT - ../ + 0.4.0-SNAPSHOT netconf-ssh bundle @@ -15,14 +14,31 @@ ${project.groupId} netconf-api + + + ${project.groupId} + netconf-auth ${project.groupId} netconf-util - commons-io - commons-io + ${project.groupId} + netconf-impl + + + org.opendaylight.controller + threadpool-config-api + + + org.opendaylight.controller + netty-config-api + + + + org.opendaylight.yangtools.model + ietf-inet-types org.bouncycastle @@ -33,13 +49,13 @@ bcprov-jdk15on - org.opendaylight.controller - usermanager - - - org.opendaylight.controller.thirdparty - ganymed + org.apache.sshd + sshd-core + + com.google.guava + guava + org.slf4j slf4j-api @@ -52,7 +68,6 @@ org.opendaylight.controller netconf-netty-util - test org.opendaylight.controller @@ -69,21 +84,6 @@ org.opendaylight.controller.netconf.ssh.osgi.NetconfSSHActivator - com.google.common.base, - ch.ethz.ssh2, - ch.ethz.ssh2.signature, - org.apache.commons.io, - org.opendaylight.controller.netconf.util.osgi, - org.opendaylight.controller.usermanager, - org.opendaylight.controller.sal.authorization, - org.opendaylight.controller.sal.utils, - org.osgi.framework, - org.osgi.util.tracker, - org.slf4j, - org.bouncycastle.openssl, - io.netty.bootstrap, io.netty.buffer, io.netty.channel, io.netty.channel.local, io.netty.channel.nio, - io.netty.handler.stream, io.netty.util.concurrent, org.apache.commons.lang3, - org.opendaylight.controller.netconf.util.messages @@ -99,6 +99,41 @@ + + 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} + + +