You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2008/04/24 09:43:51 UTC

svn commit: r651180 - in /servicemix/smx4/features/trunk/cxf: cxf-binding-nmr/pom.xml cxf-transport-nmr/pom.xml cxf-transport-osgi/pom.xml

Author: gnodet
Date: Thu Apr 24 00:43:44 2008
New Revision: 651180

URL: http://svn.apache.org/viewvc?rev=651180&view=rev
Log:
Fix compilation for missing jaxb2 api

Modified:
    servicemix/smx4/features/trunk/cxf/cxf-binding-nmr/pom.xml
    servicemix/smx4/features/trunk/cxf/cxf-transport-nmr/pom.xml
    servicemix/smx4/features/trunk/cxf/cxf-transport-osgi/pom.xml

Modified: servicemix/smx4/features/trunk/cxf/cxf-binding-nmr/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/cxf/cxf-binding-nmr/pom.xml?rev=651180&r1=651179&r2=651180&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/cxf/cxf-binding-nmr/pom.xml (original)
+++ servicemix/smx4/features/trunk/cxf/cxf-binding-nmr/pom.xml Thu Apr 24 00:43:44 2008
@@ -54,9 +54,9 @@
             <version>${geronimo.annotation.version}</version>
         </dependency>
         <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-stax-api_1.0_spec</artifactId>
-            <version>${geronimo.stax.version}</version>
+            <groupId>org.apache.servicemix.specs</groupId>
+            <artifactId>org.apache.servicemix.specs.stax-api-1.0</artifactId>
+            <version>${servicemix.specs.version}</version>
         </dependency>
     </dependencies>
 

Modified: servicemix/smx4/features/trunk/cxf/cxf-transport-nmr/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/cxf/cxf-transport-nmr/pom.xml?rev=651180&r1=651179&r2=651180&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/cxf/cxf-transport-nmr/pom.xml (original)
+++ servicemix/smx4/features/trunk/cxf/cxf-transport-nmr/pom.xml Thu Apr 24 00:43:44 2008
@@ -58,6 +58,11 @@
             <artifactId>geronimo-servlet_2.5_spec</artifactId>
             <version>${geronimo.servlet.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix.specs</groupId>
+            <artifactId>org.apache.servicemix.specs.jaxb-api-2.0</artifactId>
+            <version>${servicemix.specs.version}</version>
+        </dependency>
     </dependencies>
 
     <build>

Modified: servicemix/smx4/features/trunk/cxf/cxf-transport-osgi/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/cxf/cxf-transport-osgi/pom.xml?rev=651180&r1=651179&r2=651180&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/cxf/cxf-transport-osgi/pom.xml (original)
+++ servicemix/smx4/features/trunk/cxf/cxf-transport-osgi/pom.xml Thu Apr 24 00:43:44 2008
@@ -64,6 +64,11 @@
             <artifactId>geronimo-servlet_2.5_spec</artifactId>
             <version>${geronimo.servlet.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix.specs</groupId>
+            <artifactId>org.apache.servicemix.specs.jaxb-api-2.0</artifactId>
+            <version>${servicemix.specs.version}</version>
+        </dependency>
     </dependencies>
 
     <build>