Parent pom should not include org.osgi.foundation artifact to allow compiling
in eclipse
----------------------------------------------------------------------------------------
Key: SLING-961
URL: https://issues.apache.org/jira/browse/SLING-961
Project: Sling
Issue Type: Bug
Components: General
Affects Versions: Parent 5
Reporter: Stefan Seifert
Attachments: parent_patch_090512.patch
the artifact org.osgi.compendium 1.2.0 includes another artifact
"org.osgi.foundation" as dependency, which contains several classes included in
current JDK release, but as non-generic versions.
this prevents compiling most eclipse projects in the current project.
the "org.osgi.foundation" transitive dependency should be excluded in parent
pom to prevent this - sling is compiling happily without out.
patch attached.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.