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 a108830 Camel-IPFS: Polished a108830 is described below commit a108830f0decd900e043c5c053b040bbbafca8d1 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Apr 5 11:51:14 2019 +0200 Camel-IPFS: Polished --- .../src/test/java/org/apache/camel/component/ipfs/SimpleIPFSTest.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/components/camel-ipfs/src/test/java/org/apache/camel/component/ipfs/SimpleIPFSTest.java b/components/camel-ipfs/src/test/java/org/apache/camel/component/ipfs/SimpleIPFSTest.java index 0e4153d..dfe5875 100644 --- a/components/camel-ipfs/src/test/java/org/apache/camel/component/ipfs/SimpleIPFSTest.java +++ b/components/camel-ipfs/src/test/java/org/apache/camel/component/ipfs/SimpleIPFSTest.java @@ -25,9 +25,6 @@ import java.nio.file.Paths; import java.util.Arrays; import java.util.List; -import io.nessus.ipfs.client.DefaultIPFSClient; -import io.nessus.ipfs.client.IPFSClient; -import io.nessus.ipfs.client.IPFSException; import io.nessus.utils.StreamUtils; import org.apache.camel.CamelContext;