I\'m developing a small web frontend in Grails. It is basically a \"ultra light-weight\" client app that is connected async through JMS.
I have two dependencies in t
Grails 1.3.6 has been updated with Ivy 2.2 (which indicated that it applied a fix for https://issues.apache.org/jira/browse/IVY-938) and I can get updates to SNAPSHOT versions if I specify "changing = true", as in:
dependencies { runtime ('groupId:artifactId:version-SNAPSHOT') { changing = true } }