Author: janstey
Date: Fri Dec 16 00:21:12 2011
New Revision: 1215000

URL: http://svn.apache.org/viewvc?rev=1215000&view=rev
Log:
CAMEL-4785 - lock down versions of dependencies coming from aws sdk

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=1215000&r1=1214999&r2=1215000&view=diff
==============================================================================
--- camel/trunk/components/camel-aws/pom.xml (original)
+++ camel/trunk/components/camel-aws/pom.xml Fri Dec 16 00:21:12 2011
@@ -53,6 +53,22 @@
                     <groupId>org.codehaus.jackson</groupId>
                     <artifactId>jackson-core-asl</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>commons-logging</groupId>
+                    <artifactId>commons-logging</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.apache.httpcomponents</groupId>
+                    <artifactId>httpclient</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>commons-codec</groupId>
+                    <artifactId>commons-codec</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>javax.mail</groupId>
+                    <artifactId>mail</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>
@@ -60,7 +76,25 @@
             <artifactId>jackson-core-asl</artifactId>
             <version>${jackson-version}</version>
         </dependency>
-
+        <dependency>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.httpcomponents</groupId>
+            <artifactId>httpclient</artifactId>
+            <version>${httpclient4-version}</version>
+        </dependency>
+        <dependency>
+            <groupId>commons-codec</groupId>
+            <artifactId>commons-codec</artifactId>
+            <version>${commons-codec}</version>       
+        </dependency>
+        <dependency>
+            <groupId>javax.mail</groupId>
+            <artifactId>mail</artifactId>
+            <version>${javax-mail-version}</version>
+        </dependency>
 
         <!-- for testing -->
         <dependency>


Reply via email to