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 2012/08/25 13:41:38 UTC

svn commit: r1377269 - /camel/trunk/components/camel-couchdb/pom.xml

Author: davsclaus
Date: Sat Aug 25 11:41:37 2012
New Revision: 1377269

URL: http://svn.apache.org/viewvc?rev=1377269&view=rev
Log:
CAMEL-5477: Polished pom.xml

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

Modified: camel/trunk/components/camel-couchdb/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-couchdb/pom.xml?rev=1377269&r1=1377268&r2=1377269&view=diff
==============================================================================
--- camel/trunk/components/camel-couchdb/pom.xml (original)
+++ camel/trunk/components/camel-couchdb/pom.xml Sat Aug 25 11:41:37 2012
@@ -36,11 +36,18 @@
 			<groupId>org.apache.camel</groupId>
 			<artifactId>camel-core</artifactId>
 		</dependency>
+
 		<dependency>
 			<groupId>org.lightcouch</groupId>
 			<artifactId>lightcouch</artifactId>
 			<version>${lightcouch-version}</version>
 		</dependency>
+		<!-- prefer to use the httpclient version used by Camel components to align the version -->
+		<dependency>
+			<groupId>org.apache.httpcomponents</groupId>
+			<artifactId>httpclient</artifactId>
+			<version>${httpclient4-version}</version>
+		</dependency>
 
 		<dependency>
 			<groupId>org.apache.camel</groupId>