You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/09/11 05:50:43 UTC

[camel] branch master updated: CAMEL-15521 - InfluxDB connection bean creation fails

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new d06ca18  CAMEL-15521 - InfluxDB connection bean creation fails
d06ca18 is described below

commit d06ca187867d5058fff1e37308f2ce6fb02e6b31
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Sep 11 07:47:39 2020 +0200

    CAMEL-15521 - InfluxDB connection bean creation fails
---
 components/camel-influxdb/pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/components/camel-influxdb/pom.xml b/components/camel-influxdb/pom.xml
index f3a5787..10e5808 100644
--- a/components/camel-influxdb/pom.xml
+++ b/components/camel-influxdb/pom.xml
@@ -46,6 +46,17 @@
             <groupId>org.influxdb</groupId>
             <artifactId>influxdb-java</artifactId>
             <version>${influx-java-driver-version}</version>
+            <exclusions>
+               <exclusion>
+                   <groupId>com.squareup.okhttp3</groupId>
+                   <artifactId>logging-interceptor</artifactId>
+               </exclusion>
+            </exclusions>
+        </dependency>
+        <dependency>
+            <groupId>com.squareup.okhttp3</groupId>
+            <artifactId>logging-interceptor</artifactId>
+            <version>${squareup-okhttp-version}</version>
         </dependency>
         <dependency>
             <groupId>com.squareup.okhttp3</groupId>