Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Ant classpath to match the Gradle one #587

Closed
wants to merge 4 commits into from

Conversation

xor-freenet
Copy link
Contributor

Notice:
This adds some dependencies even though they're only listed at dependencyVerification sections of Gradle, not dependencies. This is because they're dependencies of other dependencies:

  • hamcrest-core-1.3.jar is a compile-time dependency of hamcrest-library-1.3.jar
  • objenesis-1.0.jar is a runtime dependency of mockito-core-1.9.5.jar

Please consider using this PR message as message of the merge commit.

Mockito needs Objenesis for creating objects of classes without
depending on their constructors.
The unit tests would fail at runtime without this.
Objenesis is needed by Mockito so let's put it before that.
(This is merely for readability, would work the other way as well.)
@nextgens
Copy link
Contributor

This is deprecated by #590

@nextgens nextgens closed this Nov 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants