X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=features-test%2Fpom.xml;h=a9aa2c1fcf5ec6c3c014104ef73deaa9c3b372d0;hb=922b9af4ea355e1fddce42ee9530dd350172af61;hp=94c25c84817232644321472d23c150d3441a4288;hpb=bd3716cf251682dbe83c3f3e3e26f0b91ab50367;p=odlparent.git diff --git a/features-test/pom.xml b/features-test/pom.xml index 94c25c848..a9aa2c1fc 100644 --- a/features-test/pom.xml +++ b/features-test/pom.xml @@ -13,13 +13,14 @@ org.opendaylight.odlparent bundle-parent - 1.5.0-SNAPSHOT + 1.8.0-SNAPSHOT ../bundle-parent 4.0.0 features-test bundle + ODL :: odlparent :: ${project.artifactId} @@ -44,45 +45,118 @@ compile - javax.inject - javax.inject - 1 + org.apache.maven.wagon + wagon-http + 2.10 compile org.apache.karaf.features - org.apache.karaf.features.core + standard ${karaf.version} - compile + features + xml - org.osgi - org.osgi.core + junit + junit compile - junit - junit + org.apache.karaf.deployer + org.apache.karaf.deployer.blueprint + ${karaf.version} compile - commons-io - commons-io + org.apache.karaf.deployer + org.apache.karaf.deployer.features + ${karaf.version} compile - org.apache.karaf.tooling - karaf-maven-plugin + org.apache.karaf.deployer + org.apache.karaf.deployer.spring ${karaf.version} + compile + + + org.ops4j.pax.url + pax-url-wrap + compile + + + org.slf4j + slf4j-api + compile + + + com.google.guava + guava + compile + + + javax.inject + javax.inject + compile + + + org.osgi + org.osgi.core + compile + + + ${project.groupId} + bundles-test + ${project.version} + + + src/main/resources + true + + org.apache.felix maven-bundle-plugin + + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + + check-license + + + + org/opendaylight/odlparent/featuretest/CustomBundleUrlStreamHandlerFactory.java + + + + + + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + +