> </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>
Consensus is that since we never were running the duplicate-finder plugin on
cli/karaf before, and adding it causes problems, well, then we should disable
it for those guys. =)
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-cli/pull/9/files#r5251509