X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=common%2Ftestutils%2Fpom.xml;h=15df12708acc958bf3d6196b39a71d9db56d7af1;hb=f78a0761eed94fae6e1da0214502a99d8e66f906;hp=13647dcf594e900e6db505cdcb263127a3789562;hpb=f07653736cdf6665a0ab8e39fe5427a095c1730b;p=yangtools.git diff --git a/common/testutils/pom.xml b/common/testutils/pom.xml index 13647dcf59..15df12708a 100644 --- a/common/testutils/pom.xml +++ b/common/testutils/pom.xml @@ -1,76 +1,64 @@ - - 4.0.0 + + + 4.0.0 - - org.opendaylight.odlparent - bundle-parent - 1.8.0-SNAPSHOT - - + + org.opendaylight.odlparent + bundle-parent + 6.0.0-SNAPSHOT + + - org.opendaylight.yangtools - testutils - 1.1.0-SNAPSHOT - + org.opendaylight.yangtools + testutils + 4.0.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-all - compile - - - com.google.truth - truth - - - org.eclipse.xtend - org.eclipse.xtend.lib - - + 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.eclipse.xtend - xtend-maven-plugin - - - + + org.mockito + mockito-core + compile + + + com.google.truth + truth + + + com.google.guava + guava + +