You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ni...@apache.org on 2012/11/02 05:17:49 UTC

svn commit: r1404870 - /cxf/trunk/services/sts/sts-core/pom.xml

Author: ningjiang
Date: Fri Nov  2 04:17:49 2012
New Revision: 1404870

URL: http://svn.apache.org/viewvc?rev=1404870&view=rev
Log:
CXF-4585 reverted the change

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=1404870&r1=1404869&r2=1404870&view=diff
==============================================================================
--- cxf/trunk/services/sts/sts-core/pom.xml (original)
+++ cxf/trunk/services/sts/sts-core/pom.xml Fri Nov  2 04:17:49 2012
@@ -102,9 +102,9 @@
                             org.apache.cxf.sts.*;version=${project.version}
                         </Export-Package>
                         <Import-Package>
-                            org.apache.cxf.sts.provider.*;version="[2.6,3)",
+                            org.apache.cxf.sts.provider.*;version=${project.version},
                             !org.apache.cxf.sts.*,
-                            org.apache.cxf.*;version="[2.6,3)",
+                            org.apache.cxf.*;version=${project.version},
                             javax.xml.ws*;version="[0.0,3)",
                             org.springframework.ldap*;resolution:=optional,
                             *