Repository: cxf Updated Branches: refs/heads/master 647502029 -> ec3a49b09
Make OpenSAML required in OSGi for WS-Security Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/ec3a49b0 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/ec3a49b0 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/ec3a49b0 Branch: refs/heads/master Commit: ec3a49b094019544e525aa1b14f494ca3217f17b Parents: 6475020 Author: Colm O hEigeartaigh <[email protected]> Authored: Tue Jun 2 16:51:18 2015 +0100 Committer: Colm O hEigeartaigh <[email protected]> Committed: Tue Jun 2 16:51:18 2015 +0100 ---------------------------------------------------------------------- rt/security-saml/pom.xml | 2 +- rt/ws/security/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/ec3a49b0/rt/security-saml/pom.xml ---------------------------------------------------------------------- diff --git a/rt/security-saml/pom.xml b/rt/security-saml/pom.xml index 25e21b7..d3a1e12 100644 --- a/rt/security-saml/pom.xml +++ b/rt/security-saml/pom.xml @@ -32,7 +32,7 @@ </parent> <properties> <cxf.osgi.import> - org.opensaml*;resolution:=optional;version="${cxf.opensaml.osgi.version.range}", + org.opensaml*;version="${cxf.opensaml.osgi.version.range}", </cxf.osgi.import> </properties> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/ec3a49b0/rt/ws/security/pom.xml ---------------------------------------------------------------------- diff --git a/rt/ws/security/pom.xml b/rt/ws/security/pom.xml index 5aa711e..58c9ac7 100644 --- a/rt/ws/security/pom.xml +++ b/rt/ws/security/pom.xml @@ -33,7 +33,7 @@ <properties> <cxf.osgi.import> net.sf.ehcache*;resolution:=optional;version="[2.5, 3.0.0)", - org.opensaml*;resolution:=optional;version="${cxf.opensaml.osgi.version.range}", + org.opensaml*;version="${cxf.opensaml.osgi.version.range}", </cxf.osgi.import> </properties> <dependencies>
