Open verglor opened 10 years ago
I can confirm that.
Tried recently that suggestion with Grails 2.4.3 and adding
runtime "org.springframework:org.springframework.test:x.x.x.RELEASE" (any release) gives me
Resolve error obtaining dependencies: Could not find artifact org.springframework:org.springframework.test:zip:x.x.x.RELEASE in grailsCentral
Sorry putting the correct release in dependencies and not plugins resolved the issue.
reprodused on grails 2.4.4 Fixed by dependency in BuildConfid runtime "org.springframework:spring-test:4.0.7.RELEASE"
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)