X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=common%2Fmockito-configuration%2Fpom.xml;h=628d2a8c12c86485800bbf7d7eb856779e62e035;hb=3f6553578e0c052fbd78543c915310b3b6283073;hp=1637e1f9cbc3ccdde018767b948a28fc700a1094;hpb=02cac493549795a4074772b64d40cbae19f9b6c0;p=yangtools.git diff --git a/common/mockito-configuration/pom.xml b/common/mockito-configuration/pom.xml index 1637e1f9cb..628d2a8c12 100644 --- a/common/mockito-configuration/pom.xml +++ b/common/mockito-configuration/pom.xml @@ -10,14 +10,16 @@ - org.opendaylight.yangtools - yangtools-parent - 0.7.0-SNAPSHOT - /../../common/parent/pom.xml + org.opendaylight.odlparent + odlparent + 5.0.0 + 4.0.0 + org.opendaylight.yangtools mockito-configuration + 3.0.2-SNAPSHOT Default mockito configuration jar ${project.artifactId} @@ -29,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 + + + + +