This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a commit to branch camel-2.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-2.x by this push:
     new 1acff05  Fix camel-netty4-http build
1acff05 is described below

commit 1acff059ee74bf3cc8d4b8e6e78439bd819a98f9
Author: lburgazzoli <lburgazz...@gmail.com>
AuthorDate: Mon Mar 25 14:04:04 2019 +0100

    Fix camel-netty4-http build
---
 .../camel/component/netty4/http/NettyHttpBindingUseRelativePath.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpBindingUseRelativePath.java
 
b/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpBindingUseRelativePath.java
index 249d92f..1bd445d 100644
--- 
a/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpBindingUseRelativePath.java
+++ 
b/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpBindingUseRelativePath.java
@@ -20,7 +20,7 @@ import io.netty.handler.codec.http.FullHttpRequest;
 import org.apache.camel.Exchange;
 import org.apache.camel.Processor;
 import org.apache.camel.builder.RouteBuilder;
-import org.apache.camel.component.http4.HttpMethods;
+import org.apache.camel.component.http.HttpMethods;
 import org.junit.Test;
 
 

Reply via email to