Skip to content

Commit

Permalink
Remove unused imports from CamelRoute in netty4-http integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga authored and lburgazzoli committed Jul 25, 2019
1 parent 4408f99 commit a655fe4
Showing 1 changed file with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a655fe4

Please sign in to comment.