You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2019/02/26 04:16:59 UTC

[camel] branch master updated: CAMEL-13249 Fixed the build of camel-http4

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

ningjiang 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 8b16b96  CAMEL-13249 Fixed the build of camel-http4
8b16b96 is described below

commit 8b16b960670d9abc2a1b755f502db6afcf03ac52
Author: Willem Jiang <ji...@huawei.com>
AuthorDate: Tue Feb 26 12:13:43 2019 +0800

    CAMEL-13249 Fixed the build of camel-http4
---
 .../java/org/apache/camel/component/http4/HeaderFilteringTest.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-http4/src/test/java/org/apache/camel/component/http4/HeaderFilteringTest.java b/components/camel-http4/src/test/java/org/apache/camel/component/http4/HeaderFilteringTest.java
index 3815a25..8772952 100644
--- a/components/camel-http4/src/test/java/org/apache/camel/component/http4/HeaderFilteringTest.java
+++ b/components/camel-http4/src/test/java/org/apache/camel/component/http4/HeaderFilteringTest.java
@@ -32,8 +32,8 @@ import com.sun.net.httpserver.HttpServer;
 import org.apache.camel.Producer;
 import org.apache.camel.http.common.HttpOperationFailedException;
 import org.apache.camel.impl.DefaultCamelContext;
-import org.apache.camel.impl.DefaultExchange;
-import org.apache.camel.impl.DefaultMessage;
+import org.apache.camel.support.DefaultExchange;
+import org.apache.camel.support.DefaultMessage;
 import org.apache.camel.spi.RestConfiguration;
 import org.junit.After;
 import org.junit.Before;