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 42f702f Removed unused import in Camel-Slack
42f702f is described below
commit 42f702f96700b44f4aa727fbb7627ab62916d5b9
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Jul 8 16:51:57 2019 +0200
Removed unused import in Camel-Slack
---
.../test/java/org/apache/camel/component/slack/SlackConsumerTest.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/components/camel-slack/src/test/java/org/apache/camel/component/slack/SlackConsumerTest.java
b/components/camel-slack/src/test/java/org/apache/camel/component/slack/SlackConsumerTest.java
index db29797..43d16e1 100644
---
a/components/camel-slack/src/test/java/org/apache/camel/component/slack/SlackConsumerTest.java
+++
b/components/camel-slack/src/test/java/org/apache/camel/component/slack/SlackConsumerTest.java
@@ -20,7 +20,6 @@ import java.io.IOException;
import org.apache.camel.builder.RouteBuilder;
import org.apache.camel.component.mock.MockEndpoint;
-import org.apache.camel.component.slack.helper.SlackMessage;
import org.apache.camel.test.junit4.CamelTestSupport;
import org.apache.http.HttpResponse;
import org.apache.http.HttpStatus;