You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2013/02/09 15:29:48 UTC

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

Author: davsclaus
Date: Sat Feb  9 14:29:48 2013
New Revision: 1444366

URL: http://svn.apache.org/r1444366
Log:
CAMEL-6059: Use axiom 1.2.12 that works in OSGi.

Modified:
    camel/trunk/parent/pom.xml

Modified: camel/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=1444366&r1=1444365&r2=1444366&view=diff
==============================================================================
--- camel/trunk/parent/pom.xml (original)
+++ camel/trunk/parent/pom.xml Sat Feb  9 14:29:48 2013
@@ -59,7 +59,8 @@
     <avro-bundle-version>1.7.3_1</avro-bundle-version>
     <aws-java-sdk-bundle-version>1.3.27_1</aws-java-sdk-bundle-version>
     <aws-java-sdk-version>1.3.27</aws-java-sdk-version>
-    <axiom-version>1.2.14</axiom-version>
+    <!-- axiom 1.2.13 and 1.2.14 does not work with OSGi -->
+    <axiom-version>1.2.12</axiom-version>
     <bcel-bundle-version>5.2_4</bcel-bundle-version>
     <bcpg-jdk15on-bundle-version>1.47_1</bcpg-jdk15on-bundle-version>
     <beanio-version>2.0.3</beanio-version>