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
commit 1bb9a144e891d4164f2dbeb54e0d654f47b34358 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Jul 29 09:01:21 2019 +0200 Removed unused imports --- .../test/java/org/apache/camel/component/scp/ScpSimpleProduceTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/components/camel-jsch/src/test/java/org/apache/camel/component/scp/ScpSimpleProduceTest.java b/components/camel-jsch/src/test/java/org/apache/camel/component/scp/ScpSimpleProduceTest.java index 9caca8c..cbc8855 100644 --- a/components/camel-jsch/src/test/java/org/apache/camel/component/scp/ScpSimpleProduceTest.java +++ b/components/camel-jsch/src/test/java/org/apache/camel/component/scp/ScpSimpleProduceTest.java @@ -22,7 +22,6 @@ import java.nio.file.Files; import org.apache.camel.BindToRegistry; import org.apache.camel.Exchange; import org.apache.camel.builder.RouteBuilder; -import org.apache.camel.impl.JndiRegistry; import org.junit.Assume; import org.junit.Ignore; import org.junit.Test;