Re: Excluding transitive dependencies of plugins

2016-09-23 Thread Gaurav Gupta
Any pointers please? Thanks Gaurav On Mon, Sep 19, 2016 at 5:51 PM, Gaurav Gupta wrote: > Hi, > > I have a use case where I need to exclude transitive dependency of a > plugin. > I am using following plugin > > org.codehaus.mojo > cobertura-maven-plugin > 2.7 > > This

Excluding transitive dependencies of plugins

2016-09-19 Thread Gaurav Gupta
Hi, I have a use case where I need to exclude transitive dependency of a plugin. I am using following plugin org.codehaus.mojo cobertura-maven-plugin 2.7 This has transitive dependency on logback-classic. To exclude this dependency, I tried following two options 1.