Repository: servicemix-bundles Updated Branches: refs/heads/master fc11fb485 -> 047939132
SM-2750: Invalid version range for httpclient in opensaml-2.6.5 bundle Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/04793913 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/04793913 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/04793913 Branch: refs/heads/master Commit: 04793913234edcfe03faa68735b285060552c6d3 Parents: fc11fb4 Author: Gert Vanthienen <[email protected]> Authored: Thu Nov 26 15:55:24 2015 +0100 Committer: Gert Vanthienen <[email protected]> Committed: Thu Nov 26 15:55:24 2015 +0100 ---------------------------------------------------------------------- opensaml-2.6.5/pom.xml | 2 +- pom.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/04793913/opensaml-2.6.5/pom.xml ---------------------------------------------------------------------- diff --git a/opensaml-2.6.5/pom.xml b/opensaml-2.6.5/pom.xml index c64269e..4e3bbc9 100644 --- a/opensaml-2.6.5/pom.xml +++ b/opensaml-2.6.5/pom.xml @@ -67,7 +67,7 @@ javax.xml.transform.stream, javax.xml.validation, net.jcip.annotations;resolution:=optional, - org.apache.commons.httpclient*;version="[4,5)";resolution:=optional, + org.apache.commons.httpclient*;version="[3.1,4)";resolution:=optional, org.apache.commons.ssl;resolution:=optional, org.apache.velocity*;resolution:=optional, org.apache.xml.security*;version="[1.5,3)", http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/04793913/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 065f110..12819f8 100644 --- a/pom.xml +++ b/pom.xml @@ -96,6 +96,7 @@ <module>aspectj-1.8.6</module> <module>aspectj-1.8.5</module> <module>jt400-8.7</module> + <module>opensaml-2.6.5</module> </modules> </project>
