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 2021/03/29 15:30:46 UTC

[camel] branch camel-3.7.x updated: Camel-Minio - Commons-compress: Fixed imports

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

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


The following commit(s) were added to refs/heads/camel-3.7.x by this push:
     new 6de0242  Camel-Minio - Commons-compress: Fixed imports
6de0242 is described below

commit 6de0242b025400bb10d08761580b661b0cf99811
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 29 17:29:41 2021 +0200

    Camel-Minio - Commons-compress: Fixed imports
---
 .../src/main/java/org/apache/camel/component/minio/MinioEndpoint.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-minio/src/main/java/org/apache/camel/component/minio/MinioEndpoint.java b/components/camel-minio/src/main/java/org/apache/camel/component/minio/MinioEndpoint.java
index aa9a540..e3767ed 100644
--- a/components/camel-minio/src/main/java/org/apache/camel/component/minio/MinioEndpoint.java
+++ b/components/camel-minio/src/main/java/org/apache/camel/component/minio/MinioEndpoint.java
@@ -43,9 +43,9 @@ import org.apache.camel.spi.UriParam;
 import org.apache.camel.support.ScheduledPollEndpoint;
 import org.apache.camel.support.SynchronizationAdapter;
 import org.apache.camel.util.IOHelper;
+import org.apache.commons.compress.utils.IOUtils;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
-import org.testcontainers.shaded.org.apache.commons.io.IOUtils;
 
 import static org.apache.camel.util.ObjectHelper.isNotEmpty;