X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fconfig%2Fconfig-it-base%2Fpom.xml;h=e12b96618d42dfc26674cc356de8b68d383cfa32;hb=81674d6fd50b419b868d0851062e23f34b34557d;hp=def8cd3fd36a302679d3cee3071495428aa3833b;hpb=bc99ff03ddcba2ceff83fd1ebba68731f39c864b;p=controller.git diff --git a/opendaylight/config/config-it-base/pom.xml b/opendaylight/config/config-it-base/pom.xml index def8cd3fd3..e12b96618d 100644 --- a/opendaylight/config/config-it-base/pom.xml +++ b/opendaylight/config/config-it-base/pom.xml @@ -6,17 +6,23 @@ This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html --> - + org.opendaylight.controller config-parent - 0.4.0-SNAPSHOT - + 0.8.0-SNAPSHOT + ../config-parent 4.0.0 config-it-base bundle + + + 2.0.4 + + @@ -33,53 +39,72 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.controller config-util - - org.ops4j.pax.exam - pax-exam-container-karaf - compile + org.opendaylight.odlparent + opendaylight-karaf-empty + ${opendaylight.karaf.version} + zip + + - org.ops4j.pax.exam - pax-exam-junit4 - compile + org.ops4j.pax.exam + pax-exam-container-karaf + compile - org.ops4j.pax.exam - pax-exam - compile + org.ops4j.pax.exam + pax-exam-junit4 + compile - org.ops4j.pax.url - pax-url-aether - compile + org.ops4j.pax.exam + pax-exam + compile - javax.inject - javax.inject - 1 - compile + org.ops4j.pax.url + pax-url-aether + compile - org.apache.karaf.features - org.apache.karaf.features.core - ${karaf.version} - compile + javax.inject + javax.inject + compile - org.osgi - org.osgi.core - compile + org.apache.karaf.features + org.apache.karaf.features.core + ${karaf.version} + compile - junit - junit - compile + org.osgi + org.osgi.core + compile - org.apache.karaf.tooling - karaf-maven-plugin - ${karaf.version} + junit + junit + compile + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + + + + src/main/resources + true + + +