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 2011/10/11 20:26:35 UTC

svn commit: r1182006 - /cxf/trunk/services/wsn/wsn-osgi/pom.xml

Author: dkulp
Date: Tue Oct 11 18:26:35 2011
New Revision: 1182006

URL: http://svn.apache.org/viewvc?rev=1182006&view=rev
Log:
Add version ranges for imports

Modified:
    cxf/trunk/services/wsn/wsn-osgi/pom.xml

Modified: cxf/trunk/services/wsn/wsn-osgi/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/services/wsn/wsn-osgi/pom.xml?rev=1182006&r1=1182005&r2=1182006&view=diff
==============================================================================
--- cxf/trunk/services/wsn/wsn-osgi/pom.xml (original)
+++ cxf/trunk/services/wsn/wsn-osgi/pom.xml Tue Oct 11 18:26:35 2011
@@ -52,6 +52,9 @@
                             org.apache.activemq.activemq-core
                         </Require-Bundle>
                         <Import-Package>
+                            javax.xml.bind*;version="[0.0,3)",
+                            javax.jws*;version="[0.0,3)",
+                            javax.xml.ws*;version="[0.0,3)",
                             *
                         </Import-Package>
                         <Export-Package>