You are correct in observing that we don't do any special pom configuration for the indy artifacts. At the moment you are best using the indy version of the "groovy-all" jar otherwise a bunch of excludes is required as you've already discovered.
On Sat, Feb 25, 2017 at 5:37 AM, Raviteja Lokineni < [email protected]> wrote: > 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: [email protected] > > [image: View Raviteja Lokineni's profile on LinkedIn] > <http://in.linkedin.com/in/ravitejalokineni> > >
