X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=binding%2Fyang-binding%2Fpom.xml;h=04cbec11e658cf082bc726cb6aac0c5016302482;hb=c90808fe07050de3c0b9bf8cf872933079254c4b;hp=2a9702dca30a3861094372d30f39d06845984e1b;hpb=470e20edf85dbf3731d1fea7fde5eab7bd3afe95;p=mdsal.git diff --git a/binding/yang-binding/pom.xml b/binding/yang-binding/pom.xml index 2a9702dca3..04cbec11e6 100644 --- a/binding/yang-binding/pom.xml +++ b/binding/yang-binding/pom.xml @@ -8,15 +8,17 @@ and is available at http://www.eclipse.org/legal/epl-v10.html --> - + 4.0.0 org.opendaylight.mdsal - mdsal-binding - 0.8.0-SNAPSHOT + dom-parent + 4.0.4-SNAPSHOT + ../../dom/dom-parent - 4.0.0 yang-binding + 2.0.4-SNAPSHOT + bundle ${project.artifactId} Java binding for YANG @@ -37,15 +39,33 @@ com.google.guava guava - - junit - junit - test - - - org.mockito - mockito-core - test - + + + + + org.apache.felix + maven-bundle-plugin + + + !javax.annotation,* + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + + com.github.spotbugs + spotbugs-maven-plugin + + true + + + +