classes from dependencies in scope compile are always included.
---------------------------------------------------------------
Key: FELIX-845
URL: https://issues.apache.org/jira/browse/FELIX-845
Project: Felix
Issue Type: Bug
Affects Versions: maven-bundle-plugin-1.4.3
Reporter: Stefan Franke
Given:
1. bundle project foobar:
- contains classes in org.foo.bar
2. bundle project foodoh:
- contains classes in org.foo.doh
- has a dependency to org.foo.bar with scope compile
=> the bundle foodoh always ends up with classes from org.foo.doh pls
org.foo.bar
Setting the scope to provide helps here, but then the transient dependencies
are vanishing for other components. So this is no acceptable workaround.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.