I was using groovy-templates:indy in my projects but the dependency tree was showing non-indy dependencies. So I had to do this:
compile 'org.codehaus.groovy:groovy:2.4.7:indy' compile ('org.codehaus.groovy:groovy-templates:2.4.7:indy') { exclude module: 'groovy' exclude module: 'groovy-xml' } compile ('org.codehaus.groovy:groovy-xml:2.4.8:indy') { exclude module: 'groovy' } Is this a known issue? Thanks, -- *Raviteja Lokineni* | Business Intelligence Developer TD Ameritrade E: raviteja.lokin...@gmail.com [image: View Raviteja Lokineni's profile on LinkedIn] <http://in.linkedin.com/in/ravitejalokineni>