You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2008/06/13 08:37:31 UTC

svn commit: r667381 - in /incubator/tuscany/java/sca: tools/wsdl2java/pom.xml tutorial/catalog-ejb/pom.xml

Author: slaws
Date: Thu Jun 12 23:37:31 2008
New Revision: 667381

URL: http://svn.apache.org/viewvc?rev=667381&view=rev
Log:
Make JAXB versions consistent with the rest of the build

Modified:
    incubator/tuscany/java/sca/tools/wsdl2java/pom.xml
    incubator/tuscany/java/sca/tutorial/catalog-ejb/pom.xml

Modified: incubator/tuscany/java/sca/tools/wsdl2java/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tools/wsdl2java/pom.xml?rev=667381&r1=667380&r2=667381&view=diff
==============================================================================
--- incubator/tuscany/java/sca/tools/wsdl2java/pom.xml (original)
+++ incubator/tuscany/java/sca/tools/wsdl2java/pom.xml Thu Jun 12 23:37:31 2008
@@ -51,7 +51,7 @@
         <dependency>
             <groupId>com.sun.xml.bind</groupId>
             <artifactId>jaxb-xjc</artifactId>
-            <version>2.1.5</version>
+            <version>2.1.7</version>
         </dependency>
 
         <dependency>

Modified: incubator/tuscany/java/sca/tutorial/catalog-ejb/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tutorial/catalog-ejb/pom.xml?rev=667381&r1=667380&r2=667381&view=diff
==============================================================================
--- incubator/tuscany/java/sca/tutorial/catalog-ejb/pom.xml (original)
+++ incubator/tuscany/java/sca/tutorial/catalog-ejb/pom.xml Thu Jun 12 23:37:31 2008
@@ -86,7 +86,11 @@
                 <exclusion>
                     <groupId>org.apache.openejb</groupId>
                     <artifactId>openejb-javaagent</artifactId>
-                </exclusion>
+                </exclusion>
+                <exclusion>
+                    <groupId>com.sun.xml.bind</groupId>
+                    <artifactId>jaxb-impl</artifactId>
+                </exclusion>                
             </exclusions>
         </dependency>