You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2011/08/01 15:13:06 UTC

svn commit: r1152755 - /camel/trunk/components/camel-aws/pom.xml

Author: janstey
Date: Mon Aug  1 13:13:05 2011
New Revision: 1152755

URL: http://svn.apache.org/viewvc?rev=1152755&view=rev
Log:
CAMEL-4287 - get AWS component building offline

Modified:
    camel/trunk/components/camel-aws/pom.xml

Modified: camel/trunk/components/camel-aws/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-aws/pom.xml?rev=1152755&r1=1152754&r2=1152755&view=diff
==============================================================================
--- camel/trunk/components/camel-aws/pom.xml (original)
+++ camel/trunk/components/camel-aws/pom.xml Mon Aug  1 13:13:05 2011
@@ -48,7 +48,19 @@
             <groupId>com.amazonaws</groupId>
             <artifactId>aws-java-sdk</artifactId>
             <version>1.1.1</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.codehaus.jackson</groupId>
+                    <artifactId>jackson-core-asl</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
+        <dependency>
+            <groupId>org.codehaus.jackson</groupId>
+            <artifactId>jackson-core-asl</artifactId>
+            <version>${jackson-version}</version>
+        </dependency>
+
 
         <!-- for testing -->
         <dependency>