-
Notifications
You must be signed in to change notification settings - Fork 78
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
Moved Mockito to test dependency. #23
Conversation
Awesome, thanks @twistedpair! Could you please take a minute to sign our CLA so we can merge this? With Best Regards, Elmer |
LGTM |
Hello @twistedpair, |
@thinkingserious, thanks. However, I noticed that the The build.gradle also needs to upgraded. |
Hi @twistedpair, Thanks for the heads up. Would you like to make that PR? If not, I'll take care of it. With Best Regards, Elmer |
As referenced by this issue, Mockito should be scoped as a test dependency.
Presently we have to exclude this dependency to use the Sendgride Java Client.