You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ff...@apache.org on 2012/08/29 08:38:21 UTC

svn commit: r1378454 - /cxf/branches/2.5.x-fixes/services/wsn/wsn-api/pom.xml

Author: ffang
Date: Wed Aug 29 06:38:21 2012
New Revision: 1378454

URL: http://svn.apache.org/viewvc?rev=1378454&view=rev
Log:
[CXF-4489]cxf-wsn-api bundle can't find org.apache.cxf.jaxws.spi.ProviderImpl in OSGi container

Modified:
    cxf/branches/2.5.x-fixes/services/wsn/wsn-api/pom.xml

Modified: cxf/branches/2.5.x-fixes/services/wsn/wsn-api/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.5.x-fixes/services/wsn/wsn-api/pom.xml?rev=1378454&r1=1378453&r2=1378454&view=diff
==============================================================================
--- cxf/branches/2.5.x-fixes/services/wsn/wsn-api/pom.xml (original)
+++ cxf/branches/2.5.x-fixes/services/wsn/wsn-api/pom.xml Wed Aug 29 06:38:21 2012
@@ -77,6 +77,7 @@
                             javax.xml.bind*;version="[0.0,3)",
                             javax.jws*;version="[0.0,3)",
                             javax.xml.ws*;version="[0.0,3)",
+                            org.apache.cxf.jaxws.spi;version="[2.4,3)",
                             org.apache.cxf*;version="[2.4,3)",
                             *
                         </Import-Package>