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 2023/07/31 07:26:26 UTC

[camel] 01/01: Camel-Influxdb: Use directly the influxdb-java dependency, without specification of retrofit, logging-interceptor and okio

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

acosentino pushed a commit to branch influxdb-fine-tuning
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 80d67c0c4a69860485eae2c7434c7004dad4806c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jul 31 09:24:58 2023 +0200

    Camel-Influxdb: Use directly the influxdb-java dependency, without specification of retrofit, logging-interceptor and okio
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 components/camel-influxdb/pom.xml | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/components/camel-influxdb/pom.xml b/components/camel-influxdb/pom.xml
index fc90ce8af9c..e308f557a0d 100644
--- a/components/camel-influxdb/pom.xml
+++ b/components/camel-influxdb/pom.xml
@@ -46,27 +46,6 @@
             <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>
-            <artifactId>okhttp</artifactId>
-            <version>${squareup-okhttp-version}</version>
-        </dependency>
-        <dependency>
-            <groupId>com.squareup.okio</groupId>
-            <artifactId>okio</artifactId>
-            <version>${squareup-okio-version}</version>
         </dependency>
 
         <!-- test dependencies -->