X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fblueprint%2Fpom.xml;h=4ae8c6e0e02934950ed6b2b91a33e2d3279893db;hp=1ecc018f1e943e17265a3368f1015ecfb41ec7c5;hb=a0332590d14ab7aad0247ae12bff4205c90cac94;hpb=58393ca23932b49ce5ba2fa3c23822490d0494b5 diff --git a/opendaylight/blueprint/pom.xml b/opendaylight/blueprint/pom.xml index 1ecc018f1e..4ae8c6e0e0 100644 --- a/opendaylight/blueprint/pom.xml +++ b/opendaylight/blueprint/pom.xml @@ -3,17 +3,44 @@ 4.0.0 - org.opendaylight.controller - commons.opendaylight + org.opendaylight.odlparent + bundle-parent 1.8.0-SNAPSHOT - ../commons/opendaylight + + org.opendaylight.controller blueprint bundle ${project.artifactId} 0.6.0-SNAPSHOT + + + + org.opendaylight.mdsal + mdsal-artifacts + 2.2.0-SNAPSHOT + pom + import + + + org.opendaylight.controller + config-artifacts + 0.6.0-SNAPSHOT + pom + import + + + org.opendaylight.controller + mdsal-artifacts + 1.5.0-SNAPSHOT + pom + import + + + + com.google.guava @@ -69,6 +96,20 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + + org.codehaus.mojo + findbugs-maven-plugin + + true + +