I have a grails 2.2.2 app, and have decided to use cache-ehcache plugin.
The problem is that this plugin depends on the cache plugin with version 1.0.0 and my appli
Use as
plugins { ... compile(':cache-ehcache:1.0.0') { excludes "cache"} }