> 26: import 
> com.carrotsearch.ant.tasks.junit4.dependencies.com.google.common.collect.Lists;
>
> I’m not even sure what is happening there, but I assume it’s some form of 
> code duplication within the junit4 lib?

It's a repackaged, trimmed guava dependency, but it shouldn't be
visible; only the test runner should be on test classpath; the ant
runner code for randomizedtesting should only be present for the ANT
build file.

> I suspect the junit4 jar is not on the Maven test classpath because the Maven 
> build uses the surefire plugin as its test runner rather than the junit4 
> runner.

Traitors! :)

Dawid

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to