X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fblueprint%2Fpom.xml;h=98cb037766ac172c9be13cf326c3a498b4c2577a;hp=4ae8c6e0e02934950ed6b2b91a33e2d3279893db;hb=ae6388e37fab2bd6969bf0a0b72e5f3913a17584;hpb=ab1fee874f408a740df16f55190610e1013446ac diff --git a/opendaylight/blueprint/pom.xml b/opendaylight/blueprint/pom.xml index 4ae8c6e0e0..98cb037766 100644 --- a/opendaylight/blueprint/pom.xml +++ b/opendaylight/blueprint/pom.xml @@ -1,11 +1,18 @@ + 4.0.0 org.opendaylight.odlparent bundle-parent - 1.8.0-SNAPSHOT + 7.0.1 @@ -13,28 +20,28 @@ blueprint bundle ${project.artifactId} - 0.6.0-SNAPSHOT + 0.13.0-SNAPSHOT org.opendaylight.mdsal mdsal-artifacts - 2.2.0-SNAPSHOT + 6.0.0-SNAPSHOT pom import org.opendaylight.controller - config-artifacts - 0.6.0-SNAPSHOT + mdsal-artifacts + 1.12.0-SNAPSHOT pom import - org.opendaylight.controller - mdsal-artifacts - 1.5.0-SNAPSHOT + org.opendaylight.yangtools + yangtools-artifacts + 5.0.0 pom import @@ -49,40 +56,80 @@ org.apache.aries.blueprint org.apache.aries.blueprint.core + provided - org.opendaylight.controller - sal-binding-api + org.apache.aries + org.apache.aries.util - org.opendaylight.controller - config-manager-facade-xml + org.opendaylight.mdsal + mdsal-dom-spi - org.opendaylight.controller - sal-core-api + org.opendaylight.mdsal + mdsal-binding-api org.opendaylight.mdsal mdsal-binding-dom-codec + + org.opendaylight.yangtools + yang-data-codec-xml + org.osgi org.osgi.core org.osgi - org.osgi.compendium + osgi.cmpn org.slf4j slf4j-api + + org.osgi + org.osgi.service.event + junit junit test + + com.google.truth + truth + test + + + org.opendaylight.mdsal + mdsal-binding-test-model + test + + + org.opendaylight.mdsal + mdsal-binding-dom-adapter + test-jar + test + + + org.opendaylight.mdsal + mdsal-binding-dom-adapter + test + + + org.opendaylight.mdsal + mdsal-binding-generator-impl + test + + + org.opendaylight.mdsal + mdsal-binding-runtime-spi + test + @@ -96,20 +143,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - org.codehaus.mojo - findbugs-maven-plugin - - true - -