You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by gn...@apache.org on 2017/01/30 17:12:37 UTC

cxf git commit: Use version range for osgi imports in sts-core

Repository: cxf
Updated Branches:
  refs/heads/master 333632ee0 -> e6a7a95bf


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/e6a7a95b
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/e6a7a95b
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/e6a7a95b

Branch: refs/heads/master
Commit: e6a7a95bf59c1ada6a1fd1a1d9147f5fc4b0c5a3
Parents: 333632e
Author: Guillaume Nodet <gn...@apache.org>
Authored: Mon Jan 30 18:11:35 2017 +0100
Committer: Guillaume Nodet <gn...@apache.org>
Committed: Mon Jan 30 18:12:03 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/cxf/blob/e6a7a95b/services/sts/sts-core/pom.xml
----------------------------------------------------------------------
diff --git a/services/sts/sts-core/pom.xml b/services/sts/sts-core/pom.xml
index 72d0917..d34c4a5 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)",