X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fnetconf-testtool%2Fpom.xml;h=2648e67b238bae47d76f7697da370250abab76a8;hb=1e15cd54715a29f17adb847664500a16470cd6a5;hp=0172a28c16b0d0a98e43665cec3339863623bd3c;hpb=0eba94d9411ea40945ddc8c732640c0cc004599f;p=controller.git diff --git a/opendaylight/netconf/netconf-testtool/pom.xml b/opendaylight/netconf/netconf-testtool/pom.xml index 0172a28c16..2648e67b23 100644 --- a/opendaylight/netconf/netconf-testtool/pom.xml +++ b/opendaylight/netconf/netconf-testtool/pom.xml @@ -57,7 +57,7 @@ org.opendaylight.controller - netconf-connector-config + sal-netconf-connector org.opendaylight.controller @@ -91,13 +91,17 @@ org.opendaylight.controller ietf-netconf-monitoring + + org.opendaylight.controller + ietf-netconf-monitoring-extension + ${project.groupId} netconf-client org.opendaylight.yangtools.model - ietf-yang-types-20130715 + ietf-yang-types org.opendaylight.yangtools.model @@ -128,6 +132,36 @@ + + org.apache.maven.plugins + maven-dependency-plugin + + + stress-client dependency copy + + copy + + + + + org.bouncycastle + bcpkix-jdk15on + ${project.build.directory}/lib + true + bcpkix-jdk15on.jar + + + org.bouncycastle + bcprov-jdk15on + ${project.build.directory}/lib + true + bcprov-jdk15on.jar + + + + + + org.apache.maven.plugins maven-shade-plugin @@ -160,6 +194,43 @@ executable + + + stress-client + + shade + + package + + stress-client + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + + + + + org.bouncycastle:* + + + + + + org.opendaylight.controller.netconf.test.tool.client.stress.StressClient + . lib lib/bcprov-jdk15on.jar lib/bcpkix-jdk15on.jar + + + + true + stress-client + +