X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fblueprint%2Fpom.xml;h=7727fc1e5d34c97cdcbdfb2d0b2b2b4c0c9827b2;hp=cfff875b8a29ada19d06b6c2c767fe2028758cdb;hb=de64c6bbf2d5aeb51f4036f9dd606a9bf6f71afb;hpb=8a637013c102c11323230dae08fa4407863945d6 diff --git a/opendaylight/blueprint/pom.xml b/opendaylight/blueprint/pom.xml index cfff875b8a..7727fc1e5d 100644 --- a/opendaylight/blueprint/pom.xml +++ b/opendaylight/blueprint/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.odlparent - odlparent + bundle-parent 1.8.0-SNAPSHOT @@ -49,6 +49,8 @@ org.apache.aries.blueprint org.apache.aries.blueprint.core + 1.7.1 + provided org.opendaylight.controller @@ -62,6 +64,10 @@ org.opendaylight.controller sal-core-api + + org.opendaylight.controller + sal-core-spi + org.opendaylight.mdsal mdsal-binding-dom-codec @@ -78,6 +84,11 @@ org.slf4j slf4j-api + + org.osgi + org.osgi.service.event + 1.3.1 + junit junit @@ -96,6 +107,20 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + + org.codehaus.mojo + findbugs-maven-plugin + + true + +