Gert Vanthienen created SM-2750:
-----------------------------------
Summary: Invalid version range for httpclient in opensaml-2.6.5
bundle
Key: SM-2750
URL: https://issues.apache.org/jira/browse/SM-2750
Project: ServiceMix
Issue Type: Bug
Components: bundles
Reporter: Gert Vanthienen
Assignee: Gert Vanthienen
Fix For: bundles-2015.11
OpenSAML 2.6.5 depends on Apache HTTP components 3.1, according to the
information in the POM:
{noformat}
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @
org.apache.servicemix.bundles.opensaml ---
[INFO]
org.apache.servicemix.bundles:org.apache.servicemix.bundles.opensaml:bundle:2.6.5_3-SNAPSHOT
...
[INFO] +- org.opensaml:openws:jar:1.5.4:compile
[INFO] | \- commons-httpclient:commons-httpclient:jar:3.1:compile
...
{noformat}
However, we're using this to generate the bundle imports, causing the bundle
never to get wired to the correct httpclient bundle
{noformat}
org.apache.commons.httpclient*;version="[4,5)";resolution:=optional,
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)