X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=model%2Fietf%2Fietf-type-util%2Fpom.xml;h=a7f5fd3f0b575cab1cbad62bc41a1388a99a45b6;hb=af2aa078c925487c0173fb1d5fa8024719115049;hp=8c5c7911eff5ff0f4c8850943ad9c636f8b18e71;hpb=e3233ae5c3fb026f17f7d4fcb44326b7c0233cff;p=mdsal.git diff --git a/model/ietf/ietf-type-util/pom.xml b/model/ietf/ietf-type-util/pom.xml index 8c5c7911ef..a7f5fd3f0b 100644 --- a/model/ietf/ietf-type-util/pom.xml +++ b/model/ietf/ietf-type-util/pom.xml @@ -11,14 +11,14 @@ org.opendaylight.mdsal binding-parent - 3.0.1-SNAPSHOT + 4.0.16-SNAPSHOT ../../../binding/binding-parent 4.0.0 org.opendaylight.mdsal.model ietf-type-util - 2.3.1-SNAPSHOT + 3.0.16-SNAPSHOT bundle @@ -30,15 +30,9 @@ org.opendaylight.mdsal mdsal-binding-spec-util - - org.slf4j - slf4j-simple - test - org.opendaylight.yangtools mockito-configuration - test @@ -53,6 +47,20 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + + com.github.spotbugs + spotbugs-maven-plugin + + true + +