You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by js...@apache.org on 2007/11/14 19:11:51 UTC

svn commit: r594995 - /activemq/camel/trunk/pom.xml

Author: jstrachan
Date: Wed Nov 14 10:11:50 2007
New Revision: 594995

URL: http://svn.apache.org/viewvc?rev=594995&view=rev
Log:
updated the JAXB API to 2.1 to match the JAXB impl

Modified:
    activemq/camel/trunk/pom.xml

Modified: activemq/camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/pom.xml?rev=594995&r1=594994&r2=594995&view=diff
==============================================================================
--- activemq/camel/trunk/pom.xml (original)
+++ activemq/camel/trunk/pom.xml Wed Nov 14 10:11:50 2007
@@ -381,16 +381,18 @@
       <dependency>
         <groupId>javax.xml</groupId>
         <artifactId>jaxb-api</artifactId>
-        <version>2.0</version>
+        <version>2.1</version>
         <exclusions>
           <exclusion>
             <groupId>javax.xml</groupId>
             <artifactId>jsr173</artifactId>
           </exclusion>
+<!--
           <exclusion>
             <groupId>javax.activation</groupId>
             <artifactId>activation</artifactId>
           </exclusion>
+-->
         </exclusions>
       </dependency>
       <dependency>