X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=features-test%2Fpom.xml;h=943e14f987859517d056e53116dd04a7866ca406;hb=195b19604420073bb236cad5ac3ccd2bcf4b32ec;hp=134d4097b7b57b6745fbec170abd2035fdadb8e6;hpb=6a27caa04dc756b23e7790ffb73a01090fd5a1b1;p=odlparent.git diff --git a/features-test/pom.xml b/features-test/pom.xml index 134d4097b..943e14f98 100644 --- a/features-test/pom.xml +++ b/features-test/pom.xml @@ -13,13 +13,14 @@ org.opendaylight.odlparent bundle-parent - 1.6.0-SNAPSHOT + 1.7.0-SNAPSHOT ../bundle-parent 4.0.0 features-test bundle + ODL :: odlparent :: ${project.artifactId} @@ -43,46 +44,80 @@ pax-url-aether compile - - javax.inject - javax.inject - 1 - compile - org.apache.karaf.features org.apache.karaf.features.core ${karaf.version} compile - - org.osgi - org.osgi.core - compile - junit junit compile - commons-io - commons-io - compile + org.apache.karaf.deployer + org.apache.karaf.deployer.blueprint + ${karaf.version} + + + org.apache.karaf.deployer + org.apache.karaf.deployer.features + ${karaf.version} - org.apache.karaf.tooling - karaf-maven-plugin + org.apache.karaf.deployer + org.apache.karaf.deployer.spring ${karaf.version} + + org.ops4j.pax.url + pax-url-wrap + ${url.version} + + + org.slf4j + slf4j-api + + + + src/main/resources + true + + org.apache.felix maven-bundle-plugin + + maven-checkstyle-plugin + ${checkstyle.version} + + + check-license + + check + + process-sources + + check-license.xml + false + false + ${project.build.sourceDirectory} + + + org/opendaylight/odlparent/featuretest/CustomBundleURLStreamHandlerFactory.java + + false + true + + + +