You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2017/02/14 21:26:01 UTC

[02/10] cxf git commit: Use version range for osgi imports in sts-core

Use version range for osgi imports in sts-core

Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/1e2b5fe5
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/1e2b5fe5
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/1e2b5fe5

Branch: refs/heads/3.1.x-fixes
Commit: 1e2b5fe5683887eb9ad99eda595d867d3d7115a0
Parents: 6669f84
Author: Guillaume Nodet <gn...@apache.org>
Authored: Mon Jan 30 18:11:35 2017 +0100
Committer: Daniel Kulp <dk...@apache.org>
Committed: Tue Feb 14 09:49:30 2017 -0500

----------------------------------------------------------------------
 services/sts/sts-core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/1e2b5fe5/services/sts/sts-core/pom.xml
----------------------------------------------------------------------
diff --git a/services/sts/sts-core/pom.xml b/services/sts/sts-core/pom.xml
index d92029c..9bd65ca 100644
--- a/services/sts/sts-core/pom.xml
+++ b/services/sts/sts-core/pom.xml
@@ -170,7 +170,7 @@
                             javax.servlet*;version="${cxf.osgi.javax.servlet.version}",
                             org.apache.cxf.sts.provider.*;version=${project.version},
                             !org.apache.cxf.sts.*,
-                            org.apache.cxf.*;version=${project.version},
+                            org.apache.cxf.*,
                             javax.xml.ws*;version="[0.0,3)",
                             org.springframework.ldap*;resolution:=optional,
                             net.sf.ehcache*;resolution:=optional;version="[2.5, 3.0.0)",