X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=common%2Ftestutils%2Fpom.xml;h=3f5df994551260b434f3acd486ef60f4f2ff9e3a;hb=fe41f5467cd353b460d5fa399d3293ddb6f9ca36;hp=d3b8b961c31e916868607fc2938d2a245b90e804;hpb=79e65073366934c6066c66336a23e4a3ac21fcd0;p=yangtools.git diff --git a/common/testutils/pom.xml b/common/testutils/pom.xml index d3b8b961c3..3f5df99455 100644 --- a/common/testutils/pom.xml +++ b/common/testutils/pom.xml @@ -1,68 +1,84 @@ - - 4.0.0 + + + 4.0.0 - - org.opendaylight.odlparent - bundle-parent - 1.8.0-SNAPSHOT - - + + org.opendaylight.odlparent + bundle-parent + 4.0.8 + + - org.opendaylight.yangtools - testutils - 1.1.0-SNAPSHOT - + org.opendaylight.yangtools + testutils + 2.1.8-SNAPSHOT + - - - - org.opendaylight.yangtools - yangtools-artifacts - ${project.version} - import - pom - - - + + + + org.opendaylight.yangtools + yangtools-artifacts + ${project.version} + import + pom + + + - - - - org.slf4j - slf4j-api - - - org.slf4j - slf4j-simple - - - junit - junit - - - org.mockito - mockito-all - compile - - - com.google.truth - truth - - - com.google.guava - guava - + As this test helper project is intended to itself be used as a test + so that the utility code in src/main/java of this project can + be used to write src/test/java code in projects using it, all + here are compile here (the default, don't mention it), and NOT test. + (Only a which only this project would want to use in its own src/test/java code + but not expose to projects depending on it would be test. However that kind of against + the whole point of this project, and currently there no such dependencies here. + --> + + org.slf4j + slf4j-api + + + org.slf4j + slf4j-simple + - + + org.mockito + mockito-core + compile + + + com.google.truth + truth + + + com.google.guava + guava + + + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + + com.github.spotbugs + spotbugs-maven-plugin + + true + + + +