X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=binding%2Fmdsal-binding-generator-impl%2Fpom.xml;h=72558fa1c05e7b434ad3e0ea53ed7c095b03d320;hb=af2aa078c925487c0173fb1d5fa8024719115049;hp=041a677674635808dd2f997549ea65cdb0a99174;hpb=41b6beb4034f8cfacb20dde58573dc929fc48724;p=mdsal.git diff --git a/binding/mdsal-binding-generator-impl/pom.xml b/binding/mdsal-binding-generator-impl/pom.xml index 041a677674..72558fa1c0 100644 --- a/binding/mdsal-binding-generator-impl/pom.xml +++ b/binding/mdsal-binding-generator-impl/pom.xml @@ -12,12 +12,12 @@ org.opendaylight.mdsal dom-parent - 3.0.1-SNAPSHOT + 4.0.16-SNAPSHOT ../../dom/dom-parent mdsal-binding-generator-impl - 1.0.1-SNAPSHOT + 2.0.16-SNAPSHOT bundle @@ -28,7 +28,7 @@ org.opendaylight.yangtools - yang-data-impl + yang-data-api org.opendaylight.yangtools @@ -43,14 +43,9 @@ mdsal-binding-generator-util - - junit - junit - org.opendaylight.yangtools mockito-configuration - test @@ -80,6 +75,20 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + + com.github.spotbugs + spotbugs-maven-plugin + + true + +