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 7cd1a84 Camel-AWS-S3: Cleanup
7cd1a84 is described below
commit 7cd1a84b64ffc87fb3825f57dc1f2e7ac3464131
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Apr 8 16:12:24 2019 +0200
Camel-AWS-S3: Cleanup
---
.../org/apache/camel/component/aws/s3/S3ComponentClientRegistryTest.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/components/camel-aws-s3/src/test/java/org/apache/camel/component/aws/s3/S3ComponentClientRegistryTest.java
b/components/camel-aws-s3/src/test/java/org/apache/camel/component/aws/s3/S3ComponentClientRegistryTest.java
index 629b681..54f4b63 100644
---
a/components/camel-aws-s3/src/test/java/org/apache/camel/component/aws/s3/S3ComponentClientRegistryTest.java
+++
b/components/camel-aws-s3/src/test/java/org/apache/camel/component/aws/s3/S3ComponentClientRegistryTest.java
@@ -16,7 +16,6 @@
*/
package org.apache.camel.component.aws.s3;
-import org.apache.camel.BindToRegistry;
import org.apache.camel.test.junit4.CamelTestSupport;
import org.junit.Test;