X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fdistribution%2Fopendaylight%2Fpom.xml;h=9120c840d8bae4eeacb9093bf589e39e509cba18;hp=a0d7162b3f524630ecbe944eebe0551abfa07086;hb=25a2051acf9b3095b33776bf4e269c7fd5dc678a;hpb=a45976da8b191d3e44bbb9a07021a1dabda6333c diff --git a/opendaylight/distribution/opendaylight/pom.xml b/opendaylight/distribution/opendaylight/pom.xml index a0d7162b3f..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 @@ -345,6 +358,67 @@ + + 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 @@ -1220,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} - - - -