> </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>
Quick question about these - I guess we need them for the packaging but want to
avoid deps? Is this related to the "duplicate classes" issue you mentioned in
the [JIRA
comment](https://issues.apache.org/jira/browse/JCLOUDS-104?focusedCommentId=13707395&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13707395)?
Would e.g. `<scope>provided<scope>` help here to avoid transitive dependency
resolution?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-cli/pull/9/files#r5232700