X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=common%2Fmockito-configuration%2Fpom.xml;h=45e690d7f9af9797933059e5f2ad5cd0dfccfc52;hb=refs%2Fchanges%2F14%2F86914%2F2;hp=2e896de18b946b4ec59aa8e0540c25acabeb0966;hpb=45259276c965022d43fa4cc8854da5b8120add8e;p=yangtools.git diff --git a/common/mockito-configuration/pom.xml b/common/mockito-configuration/pom.xml index 2e896de18b..45e690d7f9 100644 --- a/common/mockito-configuration/pom.xml +++ b/common/mockito-configuration/pom.xml @@ -10,19 +10,19 @@ - org.opendaylight.yangtools - common-parent - 0.6.2-SNAPSHOT + org.opendaylight.odlparent + odlparent + 5.0.4 + 4.0.0 + org.opendaylight.yangtools mockito-configuration + 3.0.9-SNAPSHOT Default mockito configuration jar ${project.artifactId} - - 3.0.4 - @@ -31,9 +31,25 @@ mockito-core compile - - junit - junit - + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + + com.github.spotbugs + spotbugs-maven-plugin + + true + + + + +