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=a75b16556ca0b87044ae6f000988033e24b11a91;hpb=0f351bbc28ddf2cddfe30c8d018646d81953fa17;p=mdsal.git diff --git a/binding/mdsal-binding-generator-impl/pom.xml b/binding/mdsal-binding-generator-impl/pom.xml index a75b16556c..72558fa1c0 100644 --- a/binding/mdsal-binding-generator-impl/pom.xml +++ b/binding/mdsal-binding-generator-impl/pom.xml @@ -8,39 +8,18 @@ and is available at http://www.eclipse.org/legal/epl-v10.html --> - + 4.0.0 - org.opendaylight.odlparent - bundle-parent - 4.0.0-SNAPSHOT - + org.opendaylight.mdsal + dom-parent + 4.0.16-SNAPSHOT + ../../dom/dom-parent - 4.0.0 - org.opendaylight.mdsal mdsal-binding-generator-impl - 0.15.0-SNAPSHOT + 2.0.16-SNAPSHOT bundle - - - - org.opendaylight.mdsal - mdsal-artifacts - 2.7.0-SNAPSHOT - pom - import - - - org.opendaylight.yangtools - yangtools-artifacts - 2.1.0-SNAPSHOT - pom - import - - - - org.javassist @@ -49,7 +28,7 @@ org.opendaylight.yangtools - yang-data-impl + yang-data-api org.opendaylight.yangtools @@ -64,14 +43,9 @@ mdsal-binding-generator-util - - junit - junit - org.opendaylight.yangtools mockito-configuration - test @@ -101,6 +75,20 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + + com.github.spotbugs + spotbugs-maven-plugin + + true + +