X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fnetconf-testtool%2Fpom.xml;h=0d98fcac77daa19df2493811e9fe9b54df6b427a;hb=412db94945c5db5d2da918f5e23bd3abcecc4d10;hp=ae0bb76832469f4f7e6c9e22095087239fd5a96f;hpb=28ad802448833cad483f185cfe442497ddc5c296;p=controller.git diff --git a/opendaylight/netconf/netconf-testtool/pom.xml b/opendaylight/netconf/netconf-testtool/pom.xml index ae0bb76832..0d98fcac77 100644 --- a/opendaylight/netconf/netconf-testtool/pom.xml +++ b/opendaylight/netconf/netconf-testtool/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.controller netconf-subsystem - 0.2.5-SNAPSHOT + 0.4.0-SNAPSHOT netconf-testtool @@ -31,10 +31,22 @@ logback-classic compile + + org.bouncycastle + bcpkix-jdk15on + + + org.bouncycastle + bcprov-jdk15on + ${project.groupId} netconf-netty-util + + ${project.groupId} + netconf-auth + org.opendaylight.controller commons.logback_settings @@ -47,6 +59,10 @@ org.opendaylight.controller netconf-connector-config + + org.opendaylight.controller + sal-netconf-connector + org.opendaylight.controller logback-config @@ -63,7 +79,10 @@ xmlunit xmlunit - + + com.google.guava + guava + ${project.groupId} config-util @@ -72,10 +91,26 @@ ${project.groupId} netconf-api + + org.opendaylight.controller + ietf-netconf-monitoring + + + org.opendaylight.controller + ietf-netconf-monitoring-extension + ${project.groupId} netconf-client + + org.opendaylight.yangtools.model + ietf-yang-types + + + org.opendaylight.yangtools.model + ietf-inet-types + ${project.groupId} netconf-impl @@ -88,12 +123,10 @@ ${project.groupId} netconf-monitoring - ${project.groupId} netconf-ssh - ${project.groupId} netty-config-api @@ -135,6 +168,35 @@ executable + + + stress-client + + shade + + package + + stress-client + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + + + + + org.opendaylight.controller.netconf.test.tool.client.stress.StressClient + + + true + executable + +