X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fblueprint%2Fpom.xml;h=d75be62b55458b087c407a7426ef6d24a85837d2;hp=226a03774cd46497ed289d95c2f20515af7fd555;hb=35643ce5c0943e315aef9a47c140e36cd3dae939;hpb=67ff0fc78b2933b8b4f5a8544c7639499824e622 diff --git a/opendaylight/blueprint/pom.xml b/opendaylight/blueprint/pom.xml index 226a03774c..d75be62b55 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 + 8.0.0 @@ -13,28 +20,28 @@ blueprint bundle ${project.artifactId} - 0.6.0-SNAPSHOT + 3.0.0-SNAPSHOT - org.opendaylight.mdsal - mdsal-artifacts - 2.2.0-SNAPSHOT + org.opendaylight.yangtools + yangtools-artifacts + 6.0.0 pom import - org.opendaylight.controller - config-artifacts - 0.6.0-SNAPSHOT + org.opendaylight.mdsal + mdsal-artifacts + 7.0.0-SNAPSHOT pom import org.opendaylight.controller - mdsal-artifacts - 1.5.0-SNAPSHOT + controller-artifacts + ${project.version} pom import @@ -49,39 +56,56 @@ 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 - junit - junit - test + org.osgi + org.osgi.service.event + + + + com.google.truth + truth + + + org.opendaylight.mdsal + mdsal-binding-test-model + + + org.opendaylight.mdsal + mdsal-binding-test-utils @@ -96,13 +120,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - -