X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=opendaylight%2Fnetconf%2Fnetconf-testtool%2Fpom.xml;fp=opendaylight%2Fnetconf%2Fnetconf-testtool%2Fpom.xml;h=ae0bb76832469f4f7e6c9e22095087239fd5a96f;hb=0b970c7a638654a815b67da82ae6163c36da9302;hp=0000000000000000000000000000000000000000;hpb=6a9acc5a76be0c616d29b802fab555f5855e6b43;p=controller.git diff --git a/opendaylight/netconf/netconf-testtool/pom.xml b/opendaylight/netconf/netconf-testtool/pom.xml new file mode 100644 index 0000000000..ae0bb76832 --- /dev/null +++ b/opendaylight/netconf/netconf-testtool/pom.xml @@ -0,0 +1,143 @@ + + + + + 4.0.0 + + + org.opendaylight.controller + netconf-subsystem + 0.2.5-SNAPSHOT + + + netconf-testtool + ${project.artifactId} + + + + net.sourceforge.argparse4j + argparse4j + 0.4.3 + + + ch.qos.logback + logback-classic + compile + + + ${project.groupId} + netconf-netty-util + + + org.opendaylight.controller + commons.logback_settings + + + org.opendaylight.controller + config-netconf-connector + + + org.opendaylight.controller + netconf-connector-config + + + org.opendaylight.controller + logback-config + + + org.opendaylight.yangtools + mockito-configuration + + + org.slf4j + slf4j-api + + + xmlunit + xmlunit + + + + ${project.groupId} + config-util + + + ${project.groupId} + netconf-api + + + ${project.groupId} + netconf-client + + + ${project.groupId} + netconf-impl + + + ${project.groupId} + netconf-mapping-api + + + ${project.groupId} + netconf-monitoring + + + + ${project.groupId} + netconf-ssh + + + + ${project.groupId} + netty-config-api + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + + + shade + + package + + + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + + + + + org.opendaylight.controller.netconf.test.tool.Main + + + true + executable + + + + + + + +