+User group Anyone from user group know about this?
On Fri, Feb 24, 2017 at 2:37 PM, 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> > > -- *Raviteja Lokineni* | Business Intelligence Developer TD Ameritrade E: [email protected] [image: View Raviteja Lokineni's profile on LinkedIn] <http://in.linkedin.com/in/ravitejalokineni>
