davsclaus commented on code in PR #14531:
URL: https://github.com/apache/camel/pull/14531#discussion_r1639671454


##########
components/camel-couchdb/pom.xml:
##########
@@ -47,16 +47,9 @@
             <artifactId>camel-core-processor</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>
+            <groupId>com.ibm.cloud</groupId>
+            <artifactId>cloudant</artifactId>
+            <version>0.8.6</version>

Review Comment:
   Add version to parent/pom.xml



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to