Author: ningjiang
Date: Fri Oct 19 07:37:45 2012
New Revision: 1399990
URL: http://svn.apache.org/viewvc?rev=1399990&view=rev
Log:
CXF-4585 Updated the cxf imports version range of sts-core bundle
Modified:
cxf/trunk/services/sts/sts-core/pom.xml
Modified: cxf/trunk/services/sts/sts-core/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/services/sts/sts-core/pom.xml?rev=1399990&r1=1399989&r2=1399990&view=diff
==============================================================================
--- cxf/trunk/services/sts/sts-core/pom.xml (original)
+++ cxf/trunk/services/sts/sts-core/pom.xml Fri Oct 19 07:37:45 2012
@@ -102,9 +102,9 @@
org.apache.cxf.sts.*;version=${project.version}
</Export-Package>
<Import-Package>
-
org.apache.cxf.sts.provider.*;version=${project.version},
+ org.apache.cxf.sts.provider.*;version="[2.6,3)",
!org.apache.cxf.sts.*,
- org.apache.cxf.*;version=${project.version},
+ org.apache.cxf.*;version="[2.6,3)",
javax.xml.ws*;version="[0.0,3)",
org.springframework.ldap*;resolution:=optional,
*