This is an automated email from the ASF dual-hosted git repository. lburgazzoli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/master by this push: new a655fe4 Remove unused imports from CamelRoute in netty4-http integration test a655fe4 is described below commit a655fe44841bb7fc1794b43105b8a38de78705b1 Author: Peter Palaga <ppal...@redhat.com> AuthorDate: Wed Jul 24 11:16:01 2019 +0200 Remove unused imports from CamelRoute in netty4-http integration test --- .../java/io/quarkus/it/camel/netty4http/CamelRoute.java | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/integration-tests/netty4-http/src/main/java/io/quarkus/it/camel/netty4http/CamelRoute.java b/integration-tests/netty4-http/src/main/java/io/quarkus/it/camel/netty4http/CamelRoute.java index 33fbd02..6b48d77 100644 --- a/integration-tests/netty4-http/src/main/java/io/quarkus/it/camel/netty4http/CamelRoute.java +++ b/integration-tests/netty4-http/src/main/java/io/quarkus/it/camel/netty4http/CamelRoute.java @@ -16,21 +16,7 @@ */ package io.quarkus.it.camel.netty4http; -import java.util.ArrayList; -import java.util.LinkedHashMap; -import java.util.List; -import java.util.Map; -import java.util.concurrent.CompletableFuture; - -import org.apache.camel.AsyncCallback; -import org.apache.camel.AsyncProcessor; -import org.apache.camel.Exchange; -import org.apache.camel.Processor; import org.apache.camel.builder.RouteBuilder; -import org.apache.camel.component.bean.BeanProcessor; -import org.apache.camel.support.DefaultExchange; - -import io.quarkus.runtime.annotations.RegisterForReflection; public class CamelRoute extends RouteBuilder { @Override