>      </dependency>
>      <dependency>
>        <groupId>org.apache.karaf</groupId>
>        <artifactId>apache-karaf</artifactId>
>        <version>${karaf.version}</version>
>        <type>tar.gz</type>
> +      <exclusions>
> +        <exclusion>
> +          <groupId>*</groupId>
> +          <artifactId>*</artifactId>
> +        </exclusion>
> +      </exclusions> 

Will do. Just to clarify, the exclusions ensure the transient dependencies are 
not being included multiple times. So the duplicate checking plugin is not 
affected.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-cli/pull/9/files#r5245866

Reply via email to