You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2007/10/10 04:47:07 UTC

svn commit: r583344 - /incubator/tuscany/java/sca/modules/wsdl2java/pom.xml

Author: jsdelfino
Date: Tue Oct  9 19:47:06 2007
New Revision: 583344

URL: http://svn.apache.org/viewvc?rev=583344&view=rev
Log:
Added missing JaxB dependencies. This was breaking the nightly build.

Modified:
    incubator/tuscany/java/sca/modules/wsdl2java/pom.xml

Modified: incubator/tuscany/java/sca/modules/wsdl2java/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/wsdl2java/pom.xml?rev=583344&r1=583343&r2=583344&view=diff
==============================================================================
--- incubator/tuscany/java/sca/modules/wsdl2java/pom.xml (original)
+++ incubator/tuscany/java/sca/modules/wsdl2java/pom.xml Tue Oct  9 19:47:06 2007
@@ -48,6 +48,26 @@
         </dependency>
         
         <dependency>
+            <groupId>javax.xml.bind</groupId>
+            <artifactId>jaxb-api</artifactId>
+            <version>2.1</version>
+        </dependency>
+
+        <dependency>
+            <groupId>com.sun.xml.bind</groupId>
+            <artifactId>jaxb-impl</artifactId>
+            <version>2.1.4</version>
+            <scope>runtime</scope>
+            <!-- Replacing stax 1.0 with stax 1.0.1 -->
+            <exclusions>
+                <exclusion>
+                    <groupId>javax.xml.bind</groupId>
+                    <artifactId>jsr173_api</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+
+        <dependency>
             <groupId>stax</groupId>
             <artifactId>stax-api</artifactId>
             <version>1.0.1</version>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org