This is an automated email from the ASF dual-hosted git repository. lburgazzoli pushed a commit to branch camel-2.23.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-2.23.x by this push: new fa38d7c Fix camel-netty4-http build fa38d7c is described below commit fa38d7c2d344211b92f8b582532fba48d7e470ee 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;