Author: ffang
Date: Fri Mar 11 06:12:52 2011
New Revision: 1080460

URL: http://svn.apache.org/viewvc?rev=1080460&view=rev
Log:
[SMX4-774]artchetypes for servicemix-cxf-code-first-osgi-bundle and 
servicemix-cxf-code-first-osgi-bundle doesn't work

Modified:
    servicemix/archetypes/trunk/pom.xml
    
servicemix/archetypes/trunk/servicemix-cxf-code-first-osgi-bundle/src/main/resources/archetype-resources/pom.xml

Modified: servicemix/archetypes/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/archetypes/trunk/pom.xml?rev=1080460&r1=1080459&r2=1080460&view=diff
==============================================================================
--- servicemix/archetypes/trunk/pom.xml (original)
+++ servicemix/archetypes/trunk/pom.xml Fri Mar 11 06:12:52 2011
@@ -57,6 +57,10 @@
         <cxf.version>2.3.2</cxf.version>
         <servicemix.specs.version>1.6.0</servicemix.specs.version>
         <servicemix-utils.version>1.4.0-SNAPSHOT</servicemix-utils.version>
+        <activemq.version>5.4.2</activemq.version>
+        <jaxb.version>2.2</jaxb.version>
+        <jaxws.version>2.2</jaxws.version>
+        <geronimo.wsmetadata.version>1.1.2</geronimo.wsmetadata.version>
     </properties>
     
     <dependencyManagement>

Modified: 
servicemix/archetypes/trunk/servicemix-cxf-code-first-osgi-bundle/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-cxf-code-first-osgi-bundle/src/main/resources/archetype-resources/pom.xml?rev=1080460&r1=1080459&r2=1080460&view=diff
==============================================================================
--- 
servicemix/archetypes/trunk/servicemix-cxf-code-first-osgi-bundle/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
servicemix/archetypes/trunk/servicemix-cxf-code-first-osgi-bundle/src/main/resources/archetype-resources/pom.xml
 Fri Mar 11 06:12:52 2011
@@ -24,7 +24,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-jaxws_2.1_spec</artifactId>
+            <artifactId>geronimo-jaxws_2.2_spec</artifactId>
             <version>1.0</version>
         </dependency>
 


Reply via email to