You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicemix.apache.org by "Gert Vanthienen (JIRA)" <ji...@apache.org> on 2015/11/26 15:49:10 UTC

[jira] [Updated] (SM-2750) Invalid version range for httpclient in opensaml-2.6.5 bundle

     [ https://issues.apache.org/jira/browse/SM-2750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gert Vanthienen updated SM-2750:
--------------------------------
    Description: 
OpenSAML 2.6.5 depends on Apache httpclient 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}

  was:
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}


> 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 httpclient 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)