3.5.4 Inherited Dependencies - Reference Documentation
Authors: Andres Almiray
Version: 1.2.0
3.5.4 Inherited Dependencies
By default every Griffon application inherits a bunch of framework dependencies. This is done through the line:inherits "global"
BuildConfig.groovy
file. If you wish exclude certain inherited dependencies then you can do so using the excludes
method:inherits("global") { excludes "oscache", "ehcache" }