X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=binding%2Fyang-binding%2Fpom.xml;h=3d23b550a3751666ac84230164c1c04780b84d57;hb=af2aa078c925487c0173fb1d5fa8024719115049;hp=d31ee01ec1fbc0d3e707e531e6dfcc6ede997c54;hpb=5e605c93affbc97b0e23cbae70aa297b7a6819ae;p=mdsal.git diff --git a/binding/yang-binding/pom.xml b/binding/yang-binding/pom.xml index d31ee01ec1..3d23b550a3 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.9.0-SNAPSHOT + dom-parent + 4.0.16-SNAPSHOT + ../../dom/dom-parent - 4.0.0 yang-binding + 2.0.16-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 + + + +