X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=bgp%2Ftesttool%2Fpom.xml;h=7adb6e29f7739208398dbc1fba64e00e273a2139;hb=3b0d890686256386f9063626c086f24f996c66b1;hp=b35cb42e04e29cafde07fb1b4a574b37484fa078;hpb=e218894f85a2f31be2ec7e7ee13a78b6be96737f;p=bgpcep.git diff --git a/bgp/testtool/pom.xml b/bgp/testtool/pom.xml index b35cb42e04..7adb6e29f7 100644 --- a/bgp/testtool/pom.xml +++ b/bgp/testtool/pom.xml @@ -1,64 +1,155 @@ + + + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - + 4.0.0 + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/display/ODL/BGPCEP + HEAD + + org.opendaylight.bgpcep - bgp-parent - 0.3.0-SNAPSHOT + testtool-parent + 0.17.3-SNAPSHOT + ../../testtool-parent - 4.0.0 - bgp-testtool - BGP Interop Testing Tool - jar - ${project.artifactId} - - 3.0.4 - + bgp-testtool + 0.17.3-SNAPSHOT + jar + BGP Interop Testing Tool + ${project.artifactId} - - - ${project.groupId} - bgp-concepts - - - ${project.groupId} - bgp-parser-api - - - ${project.groupId} - bgp-parser-impl - - - ${project.groupId} - bgp-rib-impl - + + + false + - - ${project.groupId} - concepts - + - ${project.groupId} - framework + ${project.groupId} + bgp-concepts + + ${project.groupId} + bgp-linkstate + + + ${project.groupId} + bgp-parser-api + + + ${project.groupId} + bgp-parser-spi + + + ${project.groupId} + bgp-parser-impl + + + ${project.groupId} + concepts + + + ${project.groupId} + bgp-rib-api + + + ${project.groupId} + bgp-rib-spi + + + ${project.groupId} + bgp-rib-impl + + + ${project.groupId} + testtool-util + + + org.opendaylight.yangtools + yang-common + + + org.opendaylight.mdsal + yang-binding + + + org.opendaylight.mdsal.binding.model.ietf + rfc6991-ietf-inet-types + + + ${project.groupId} + bgp-inet + + + ${project.groupId} + bgp-evpn + + + ${project.groupId} + bgp-flowspec + + + ${project.groupId} + bgp-labeled-unicast + + + ${project.groupId} + bgp-l3vpn + + + ${project.groupId} + bgp-route-target + + + ${project.groupId} + util + + + io.netty + netty-common + + + io.netty + netty-transport + + + org.slf4j + slf4j-api + + + com.google.guava + guava + + + ch.qos.logback + logback-classic + + + org.opendaylight.mdsal + mdsal-common-api + + + net.sourceforge.argparse4j + argparse4j + 0.9.0 + + - - org.slf4j - slf4j-api - - - ch.qos.logback - logback-classic - ${logback.version} - runtime - - - - - + + org.apache.maven.plugins maven-jar-plugin @@ -70,32 +161,41 @@ - - org.apache.maven.plugins - maven-shade-plugin - ${maven.shade.version} - - - - - package - - shade - - - - - org.opendaylight.protocol.bgp.testtool.Main - - - true - executable - - - - - - - + + org.apache.maven.plugins + maven-shade-plugin + + + + + package + + shade + + + + + *:* + + org/datanucleus/** + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + + + + + org.opendaylight.protocol.bgp.testtool.Main + + + + true + executable + + + + + +