Dependency excludes in Grails 1.2
I ended up reading the Grails code to figure this out, so I thought it might be useful to record.
One of the projects that I recently upgraded to Grails 1.2 makes use of Groovy HTTP-Builder. If you just pull in HTTP-Builder you'll quickly find that it's dependencies break your grails project. So under 1.1.1 and using maven, I …