mockito-core runtime dependency
jmadureira opened this issue · 3 comments
jmadureira commented
Issue Summary
The current build.gradle configuration specifies mockito-core has a runtime dependency as opposed to the pom.xml which includes it as a test dependency.
You seem to be using Gradle for publishing since the current 4.0.0 version dependency tree has mockito-core scoped to runtime.
Is this expected or should it be scoped to test?
Technical details:
- java-http-client Version: master and 4.0.0 at least
thinkingserious commented
Hello @jmadureira,
You are correct, it should be scoped to test.
I've added this to our backlog for a fix.
ubaldop commented
May I take this?
thinkingserious commented
Yes please, thanks!