X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=common%2Ftestutils%2Fpom.xml;h=ac01e142274811460191b50a93ff09372e8e15b2;hb=8a6bc76658a2c3e97fd596000a47797773940005;hp=76972c761a388c7bebe7f657e8ed6c9c80e5e443;hpb=89b756f4e548435867beb95c5cabf8fd43fd60c0;p=yangtools.git diff --git a/common/testutils/pom.xml b/common/testutils/pom.xml index 76972c761a..ac01e14227 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 + 1.8.0-Carbon + + - org.opendaylight.yangtools - testutils - 1.1.0-SNAPSHOT - + org.opendaylight.yangtools + testutils + 1.2.0-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-core - 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 + + + +