[SMX4-998]cleanup cxf related examples to remove unnecessary package/resource import and Required-Bundle

git-svn-id: https://svn.apache.org/repos/asf/servicemix/smx4/features/trunk@1210324 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/examples/jbi/cxf-wsdl-first-osgi-package/wsdl-first-cxfbc-bundle/pom.xml b/examples/jbi/cxf-wsdl-first-osgi-package/wsdl-first-cxfbc-bundle/pom.xml
index bcb847f..ad52d4d 100644
--- a/examples/jbi/cxf-wsdl-first-osgi-package/wsdl-first-cxfbc-bundle/pom.xml
+++ b/examples/jbi/cxf-wsdl-first-osgi-package/wsdl-first-cxfbc-bundle/pom.xml
@@ -61,17 +61,10 @@
                             javax.xml.namespace,
                             javax.xml.soap,
                             javax.xml.ws,
-                            META-INF.cxf,
-                            org.apache.cxf.bus,
-                            org.apache.cxf.bus.spring,
-                            org.apache.cxf.bus.resource,
-                            org.apache.cxf.configuration.spring,
-                            org.apache.cxf.resource,
                             org.apache.servicemix.cxfbc,
                             org.springframework.beans.factory.config,
                             org.apache.servicemix.common.osgi
                         </Import-Package>
-                        <Require-Bundle>org.apache.cxf.bundle</Require-Bundle>
                     </instructions>
                 </configuration>
             </plugin>
diff --git a/examples/jbi/cxf-wsdl-first-osgi-package/wsdl-first-cxfse-bundle/pom.xml b/examples/jbi/cxf-wsdl-first-osgi-package/wsdl-first-cxfse-bundle/pom.xml
index 6d5b5a7..c149bf7 100644
--- a/examples/jbi/cxf-wsdl-first-osgi-package/wsdl-first-cxfse-bundle/pom.xml
+++ b/examples/jbi/cxf-wsdl-first-osgi-package/wsdl-first-cxfse-bundle/pom.xml
@@ -91,17 +91,10 @@
                             javax.xml.namespace,
                             javax.xml.soap,
                             javax.xml.ws,
-                            META-INF.cxf,
-                            org.apache.cxf.bus,
-                            org.apache.cxf.bus.spring,
-                            org.apache.cxf.bus.resource,
-                            org.apache.cxf.configuration.spring,
-                            org.apache.cxf.resource,
                             org.apache.servicemix.cxfse,
                             org.springframework.beans.factory.config,
                             org.apache.servicemix.common.osgi
                         </Import-Package>
-                        <Require-Bundle>org.apache.cxf.bundle</Require-Bundle>
                         <Export-Package>
                             org.apache.servicemix.samples.wsdl_first,
                             org.apache.servicemix.samples.wsdl_first.types