[SMX4-274]servicemix-osgi-cxf-code-first-archetype no longer works
git-svn-id: https://svn.apache.org/repos/asf/servicemix/archetypes/trunk@765460 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/servicemix-osgi-cxf-code-first-archetype/src/main/resources/archetype-resources/pom.xml b/servicemix-osgi-cxf-code-first-archetype/src/main/resources/archetype-resources/pom.xml
index 9541ae4..12f5c25 100644
--- a/servicemix-osgi-cxf-code-first-archetype/src/main/resources/archetype-resources/pom.xml
+++ b/servicemix-osgi-cxf-code-first-archetype/src/main/resources/archetype-resources/pom.xml
@@ -92,6 +92,7 @@
org.apache.cxf.bus.resource,
org.apache.cxf.configuration.spring,
org.apache.cxf.resource,
+ org.apache.cxf.jaxws,
org.apache.servicemix.cxf.transport.http_osgi,
org.springframework.beans.factory.config
</Import-Package>
diff --git a/servicemix-osgi-cxf-wsdl-first-archetype/src/main/resources/archetype-resources/pom.xml b/servicemix-osgi-cxf-wsdl-first-archetype/src/main/resources/archetype-resources/pom.xml
index ac89dac..aa0c102 100644
--- a/servicemix-osgi-cxf-wsdl-first-archetype/src/main/resources/archetype-resources/pom.xml
+++ b/servicemix-osgi-cxf-wsdl-first-archetype/src/main/resources/archetype-resources/pom.xml
@@ -109,6 +109,7 @@
org.apache.cxf.bus.resource,
org.apache.cxf.configuration.spring,
org.apache.cxf.resource,
+ org.apache.cxf.jaxws,
org.apache.servicemix.cxf.transport.http_osgi,
org.springframework.beans.factory.config
</Import-Package>