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/03/09 13:47:57 UTC

[camel] branch master updated: Camel-AWS2-S3: Removed useless import

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 0323538  Camel-AWS2-S3: Removed useless import
0323538 is described below

commit 0323538f741080e523d111dd684b497881151542
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 9 14:47:22 2020 +0100

    Camel-AWS2-S3: Removed useless import
---
 .../aws2/s3/integration/S3ListObjectsOperationIntegrationTest.java       | 1 -
 1 file changed, 1 deletion(-)

diff --git a/components/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/integration/S3ListObjectsOperationIntegrationTest.java b/components/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/integration/S3ListObjectsOperationIntegrationTest.java
index edca6fb..b712ede 100644
--- a/components/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/integration/S3ListObjectsOperationIntegrationTest.java
+++ b/components/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/integration/S3ListObjectsOperationIntegrationTest.java
@@ -35,7 +35,6 @@ import software.amazon.awssdk.auth.credentials.AwsBasicCredentials;
 import software.amazon.awssdk.auth.credentials.StaticCredentialsProvider;
 import software.amazon.awssdk.regions.Region;
 import software.amazon.awssdk.services.s3.S3Client;
-import software.amazon.awssdk.services.s3.model.ListObjectsResponse;
 import software.amazon.awssdk.services.s3.model.S3Object;
 
 @Ignore("Must be manually tested. Provide your own accessKey and secretKey!")