You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ff...@apache.org on 2012/12/14 09:01:54 UTC

svn commit: r1421712 - /camel/trunk/parent/pom.xml

Author: ffang
Date: Fri Dec 14 08:01:53 2012
New Revision: 1421712

URL: http://svn.apache.org/viewvc?rev=1421712&view=rev
Log:
[CAMEL-5109]must use axiom 1.2.10 with abdera 1.1.2

Modified:
    camel/trunk/parent/pom.xml

Modified: camel/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=1421712&r1=1421711&r2=1421712&view=diff
==============================================================================
--- camel/trunk/parent/pom.xml (original)
+++ camel/trunk/parent/pom.xml Fri Dec 14 08:01:53 2012
@@ -57,7 +57,8 @@
     <avro-bundle-version>1.7.1_1</avro-bundle-version>
     <aws-java-sdk-bundle-version>1.3.14_1</aws-java-sdk-bundle-version>
     <aws-java-sdk-version>1.3.25</aws-java-sdk-version>
-    <axiom-version>1.2.12</axiom-version>
+    <!--we must use axiom 1.2.10 with abdera 1.1.2, CAMEL-5109 has more details-->
+    <axiom-version>1.2.10</axiom-version>
     <bcel-bundle-version>5.2_4</bcel-bundle-version>
     <bcpg-jdk16-bundle-version>1.46_2</bcpg-jdk16-bundle-version>
     <beanio-version>2.0.2</beanio-version>