X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fnetconf-ssh%2Fpom.xml;h=8a2387d2c1d450df3e0a9bc964c435e84688844a;hb=refs%2Fchanges%2F93%2F23293%2F2;hp=622881352eef102119eed81a74f32ee0db2ed76a;hpb=cc91da381bbe5bc49b3c234d562fe72bd542964f;p=controller.git diff --git a/opendaylight/netconf/netconf-ssh/pom.xml b/opendaylight/netconf/netconf-ssh/pom.xml index 622881352e..40dc2d5bf9 100644 --- a/opendaylight/netconf/netconf-ssh/pom.xml +++ b/opendaylight/netconf/netconf-ssh/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller netconf-subsystem - 0.2.5-SNAPSHOT + 0.3.1-SNAPSHOT ../ netconf-ssh @@ -15,14 +15,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 +50,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 @@ -49,6 +66,15 @@ mockito-configuration test + + org.opendaylight.controller + netconf-netty-util + + + org.opendaylight.controller + netconf-client + test + @@ -59,25 +85,12 @@ 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 org.apache.maven.plugins maven-jar-plugin - 2.4 @@ -87,6 +100,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} + + +