X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fdistribution%2Fopendaylight%2Fpom.xml;h=9120c840d8bae4eeacb9093bf589e39e509cba18;hp=9b07f75c6dc315ce97cfec342599f4136b126e9d;hb=25a2051acf9b3095b33776bf4e269c7fd5dc678a;hpb=6668a20ff21282576d2d408d9b1ce4cf9ba0c9ac diff --git a/opendaylight/distribution/opendaylight/pom.xml b/opendaylight/distribution/opendaylight/pom.xml index 9b07f75c6d..9120c840d8 100644 --- a/opendaylight/distribution/opendaylight/pom.xml +++ b/opendaylight/distribution/opendaylight/pom.xml @@ -230,10 +230,23 @@ config-persister-impl ${netconf.version} - + + org.opendaylight.controller.thirdparty + exificient + ${exi.version} + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.xerces + 2.11.0_1 + + + org.eclipse.birt.runtime.3_7_1 + org.apache.xml.resolver + 1.2.0 + - org.opendaylight.controller.samples sample-toaster @@ -287,7 +300,7 @@ 2.4 - + org.opendaylight.yangtools.thirdparty antlr4-runtime-osgi-nohead 4.0 @@ -334,13 +347,78 @@ yang-model-api - - org.opendaylight.yangtools.model - yang-ext - + + org.opendaylight.yangtools.model + yang-ext + + + org.opendaylight.controller.thirdparty + ganymed + + + integrationtests + + false + + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.8 + + + copy + package + + copy + + + + + + + org.opendaylight.controller + sanitytest + ${controller.version} + jar + + + + + + org.codehaus.mojo + exec-maven-plugin + 1.2.1 + + + sanity-test + package + + exec + + + + + ${java.home}/bin/java + + -cp + ./target/dependency/* + org.opendaylight.controller.distribution.Sanity + + + + ${java.home} + + + + + + + distribution.opendaylight @@ -1216,59 +1294,6 @@ - - - org.apache.maven.plugins - maven-dependency-plugin - 2.8 - - - copy - package - - copy - - - - - - - org.opendaylight.controller - sanitytest - ${controller.version} - jar - - - - - - - org.codehaus.mojo - exec-maven-plugin - 1.2.1 - - - sanity-test - package - - exec - - - - - ${java.home}/bin/java - - -cp - ./target/dependency/* - org.opendaylight.controller.distribution.Sanity - - - - ${java.home} - - - -