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:49:46 UTC

[camel] branch camel-3.4.x 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 camel-3.4.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.4.x by this push:
     new 09ef6ff  CAMEL-15521 - InfluxDB connection bean creation fails
09ef6ff is described below

commit 09ef6ff25545ede3c068a3812fa7cf732a34b8c6
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 ffef5aa..962d254 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>