You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ha...@apache.org on 2008/05/23 15:58:46 UTC

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

Author: hadrian
Date: Fri May 23 06:58:45 2008
New Revision: 659542

URL: http://svn.apache.org/viewvc?rev=659542&view=rev
Log:
CAMEL-543

Modified:
    activemq/camel/trunk/pom.xml

Modified: activemq/camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/pom.xml?rev=659542&r1=659541&r2=659542&view=diff
==============================================================================
--- activemq/camel/trunk/pom.xml (original)
+++ activemq/camel/trunk/pom.xml Fri May 23 06:58:45 2008
@@ -37,7 +37,7 @@
     <!-- Note that this dependency is only used for testing! -->
     <activemq-version>5.0.0</activemq-version>
     <compiler.fork>false</compiler.fork>
-    <cxf-version>2.0.6</cxf-version>
+    <cxf-version>2.1</cxf-version>
     <felix-version>1.4.0</felix-version>
     <geronimo-spec-version>1.1</geronimo-spec-version>
     <httpcore-version>4.0-alpha6</httpcore-version>
@@ -49,6 +49,8 @@
     <mina-version>1.1.7</mina-version>
     <uface-version>1.0-m1</uface-version>
     <jaxb-version>2.1.3</jaxb-version>
+    <jaxb-api-version>2.1</jaxb-api-version>
+    <stax-api-version>1.0.1</stax-api-version>
     <log4j-version>1.2.14</log4j-version>
     <commons-io-version>1.3.2</commons-io-version>
     <commons-logging-version>1.1.1</commons-logging-version>
@@ -535,7 +537,7 @@
       <dependency>
         <groupId>javax.xml.bind</groupId>
         <artifactId>jaxb-api</artifactId>
-        <version>2.1</version>
+        <version>${jaxb-api-version}</version>
         <exclusions>
           <exclusion>
             <groupId>javax.xml</groupId>
@@ -546,7 +548,7 @@
       <dependency>
         <groupId>stax</groupId>
         <artifactId>stax-api</artifactId>
-        <version>1.0.1</version>
+        <version>${stax-api-version}</version>
       </dependency>
 
       <dependency>