X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=common%2Ftestutils%2Fpom.xml;h=6f1703d082b9938a3a54e515a9c0454ce288fd7d;hb=5856cf521232fd72dffe19a8258f39a5b4b55432;hp=d3b8b961c31e916868607fc2938d2a245b90e804;hpb=79e65073366934c6066c66336a23e4a3ac21fcd0;p=yangtools.git diff --git a/common/testutils/pom.xml b/common/testutils/pom.xml index d3b8b961c3..6f1703d082 100644 --- a/common/testutils/pom.xml +++ b/common/testutils/pom.xml @@ -1,68 +1,80 @@ - - 4.0.0 + + + 4.0.0 - - org.opendaylight.odlparent - bundle-parent - 1.8.0-SNAPSHOT - - + + org.opendaylight.odlparent + bundle-parent + 3.1.2 + + - org.opendaylight.yangtools - testutils - 1.1.0-SNAPSHOT - + org.opendaylight.yangtools + testutils + 2.0.7-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 + + + junit + junit + + + org.mockito + mockito-core + compile + + + com.google.truth + truth + + + com.google.guava + guava + - + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + +