Dependencies should be included as jars and not as classes
----------------------------------------------------------
Key: FELIX-904
URL: https://issues.apache.org/jira/browse/FELIX-904
Project: Felix
Issue Type: Improvement
Components: Web Console
Affects Versions: webconsole-1.2.2
Reporter: Carsten Ziegeler
Fix For: webconsole-1.2.4
Some required libs, like commons-io, are included in the webconsole bundle as
classes. This has the drawback that if other modules depend on the web console
these classes end up in the class path for compilation of the other modules
which might create version problems during compilation (as the included
commons-io might not match the required commons-io version of the module having
the dependency to the webconsole).
To avoid such problems, it would be better to include the complete jars in the
webconsole bundle.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.