You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2008/04/10 10:31:02 UTC

svn commit: r646678 - in /servicemix/smx3/trunk: pom.xml tooling/xfire-maven-plugin/pom.xml

Author: ffang
Date: Thu Apr 10 01:30:54 2008
New Revision: 646678

URL: http://svn.apache.org/viewvc?rev=646678&view=rev
Log:
[SM-1312]build broken for servicemix-wsn2005 module

Modified:
    servicemix/smx3/trunk/pom.xml
    servicemix/smx3/trunk/tooling/xfire-maven-plugin/pom.xml

Modified: servicemix/smx3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/pom.xml?rev=646678&r1=646677&r2=646678&view=diff
==============================================================================
--- servicemix/smx3/trunk/pom.xml (original)
+++ servicemix/smx3/trunk/pom.xml Thu Apr 10 01:30:54 2008
@@ -221,7 +221,8 @@
         <woden-version>1.0.0M6</woden-version>
         <cxf-version>2.1-incubator-SNAPSHOT</cxf-version>
         <jaxb.version>2.1</jaxb.version>
-        <jaxb.impl.version>2.1.4</jaxb.impl.version>
+        <jaxb.impl.version>2.1.6</jaxb.impl.version>
+        <jaxb.xjc.version>2.1.6</jaxb.xjc.version>
         <derby-version>10.2.2.0</derby-version>
 	    <saxon-version>8.9</saxon-version>
 
@@ -918,6 +919,17 @@
                     <exclusion>
                         <groupId>javax.activation</groupId>
                         <artifactId>activation</artifactId>
+                    </exclusion>
+                </exclusions>
+            </dependency>
+            <dependency>
+                <groupId>com.sun.xml.bind</groupId>
+                <artifactId>jaxb-xjc</artifactId>
+                <version>${jaxb.xjc.version}</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId>javax.xml.bind</groupId>
+                        <artifactId>jsr173_api</artifactId>
                     </exclusion>
                 </exclusions>
             </dependency>

Modified: servicemix/smx3/trunk/tooling/xfire-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/tooling/xfire-maven-plugin/pom.xml?rev=646678&r1=646677&r2=646678&view=diff
==============================================================================
--- servicemix/smx3/trunk/tooling/xfire-maven-plugin/pom.xml (original)
+++ servicemix/smx3/trunk/tooling/xfire-maven-plugin/pom.xml Thu Apr 10 01:30:54 2008
@@ -83,6 +83,14 @@
             <version>2.3</version>
             <scope>runtime</scope>
         </dependency>
+        <dependency>
+            <groupId>com.sun.xml.bind</groupId>
+            <artifactId>jaxb-impl</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>com.sun.xml.bind</groupId>
+            <artifactId>jaxb-xjc</artifactId>
+        </dependency>
   
     </dependencies>