X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fnetconf-ssh%2Fpom.xml;h=54f2ca1921818f4de860ce0bacc5c4fce0bd929b;hb=6958fb8829f9e52c62c2b39526ae6a0e992da973;hp=8a2387d2c1d450df3e0a9bc964c435e84688844a;hpb=07796ebcea4541f30617fa57e80602f2786b1652;p=netconf.git diff --git a/opendaylight/netconf/netconf-ssh/pom.xml b/opendaylight/netconf/netconf-ssh/pom.xml index 8a2387d2c1..54f2ca1921 100644 --- a/opendaylight/netconf/netconf-ssh/pom.xml +++ b/opendaylight/netconf/netconf-ssh/pom.xml @@ -3,26 +3,58 @@ 4.0.0 org.opendaylight.controller - netconf-subsystem - 0.2.5-SNAPSHOT - ../ + config-parent + 0.5.0-SNAPSHOT + + + org.opendaylight.netconf netconf-ssh - bundle + 1.1.0-SNAPSHOT ${project.artifactId} + bundle + + + + + org.opendaylight.netconf + netconf-subsystem + ${project.version} + pom + import + + + ${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.mdsal.model + ietf-inet-types org.bouncycastle @@ -33,12 +65,8 @@ bcprov-jdk15on - org.opendaylight.controller - usermanager - - - org.opendaylight.controller.thirdparty - ganymed + com.google.guava + guava org.slf4j @@ -49,6 +77,15 @@ mockito-configuration test + + ${project.groupId} + netconf-netty-util + + + ${project.groupId} + netconf-client + test + @@ -58,22 +95,7 @@ maven-bundle-plugin - 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 + org.opendaylight.netconf.ssh.osgi.NetconfSSHActivator @@ -89,6 +111,10 @@ + + org.opendaylight.yangtools + yang-maven-plugin +