X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-maven-plugin%2Fpom.xml;h=059814cf02a3fbe2b1e11107c1e92d63fd7b2030;hb=7ec04bfab1274091de745f29f2c4ee00e550ebe4;hp=a6e05e7a2cf6eaddb45bc8d6e9302f6da5771825;hpb=9f0117bfe4821fc4dfaabbff10e7ded6ac061a14;p=yangtools.git diff --git a/yang/yang-maven-plugin/pom.xml b/yang/yang-maven-plugin/pom.xml index a6e05e7a2c..059814cf02 100644 --- a/yang/yang-maven-plugin/pom.xml +++ b/yang/yang-maven-plugin/pom.xml @@ -12,14 +12,14 @@ org.opendaylight.odlparent odlparent - 3.1.1 + 5.0.0 4.0.0 org.opendaylight.yangtools yang-maven-plugin - 2.0.5-SNAPSHOT + 3.0.3-SNAPSHOT maven-plugin This plugin is a wrapper for "yang to source code" generation. @@ -35,7 +35,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.0.5-SNAPSHOT + 3.0.3-SNAPSHOT import pom @@ -65,16 +65,16 @@ 3.3.9 - ${project.groupId} + org.opendaylight.yangtools yang-parser-impl - ${project.groupId} + org.opendaylight.yangtools yang-test-util test - ${project.groupId} + org.opendaylight.yangtools yang-maven-plugin-spi @@ -84,20 +84,12 @@ - ${project.groupId} + org.opendaylight.yangtools yang-maven-plugin-spi ${project.version} test-jar test - - org.mockito - mockito-core - - - junit - junit - @@ -135,13 +127,20 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + + com.github.spotbugs + spotbugs-maven-plugin + + true + +