sendgrid/java-http-client

mockito-core runtime dependency

jmadureira opened this issue · 3 comments

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

Hello @jmadureira,

You are correct, it should be scoped to test.

I've added this to our backlog for a fix.

May I take this?

@p3trur0,

Yes please, thanks!