Archive for May, 2010

Grails Dependency Management – Excluding dependencies

Friday, May 28th, 2010

Sometimes you need finer control over the dependencies included in your build. In BuildConfig.groovy you can exclude dependent dependencies by using the 'excludes' keyword - for example: dependencies { runtime (group:'org.apache.tika', name:'tika-parsers', version:'0.7'){ ...