-
Notifications
You must be signed in to change notification settings - Fork 45
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
Dependency on spring-test #17
Comments
I can confirm that. |
Tried recently that suggestion with Grails 2.4.3 and adding |
Sorry putting the correct release in dependencies and not plugins resolved the issue. |
reprodused on grails 2.4.4 |
WIll this ever be fixed? |
Also has the same problem. I really didn't like adding spring test into runtime... |
This plugin requires org.springframework.mock.web.MockHttpServletRequest from spring-test but does not declare this dependency so workaround from http://stackoverflow.com/a/14114573/489790 has to be applied in case spring-test is not in runtime scope thanks to other plugin (e.g. mail 1.0)
The text was updated successfully, but these errors were encountered: