X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=binding%2Fmdsal-binding-generator-impl%2Fpom.xml;h=102154b16db8aae9df3e152751af6b1f049857b2;hb=1441f51fcc3bd6e9dc67ad6f5810754c43a073d4;hp=ff44717198dc6fbe43b3560185b7c2afa067d689;hpb=7d99afc39a7ce0ceffbc066aa31412c8e3e68d53;p=mdsal.git diff --git a/binding/mdsal-binding-generator-impl/pom.xml b/binding/mdsal-binding-generator-impl/pom.xml index ff44717198..102154b16d 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.11-SNAPSHOT ../../dom/dom-parent mdsal-binding-generator-impl - 1.0.1-SNAPSHOT + 2.0.11-SNAPSHOT bundle @@ -28,7 +28,7 @@ org.opendaylight.yangtools - yang-data-impl + yang-data-api org.opendaylight.yangtools @@ -75,6 +75,20 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + + com.github.spotbugs + spotbugs-maven-plugin + + true + +