camel-http-common - as a common module
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/63927192 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/63927192 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/63927192 Branch: refs/heads/master Commit: 6392719274fdb07eaf776c6f3d3a5f2b3fd69760 Parents: 05019f6 Author: Claus Ibsen <[email protected]> Authored: Thu Jul 23 11:33:23 2015 +0200 Committer: Claus Ibsen <[email protected]> Committed: Thu Jul 23 15:04:34 2015 +0200 ---------------------------------------------------------------------- .../org/apache/camel/component/sparkrest/CamelSparkAcceptTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/63927192/components/camel-spark-rest/src/test/java/org/apache/camel/component/sparkrest/CamelSparkAcceptTest.java ---------------------------------------------------------------------- diff --git a/components/camel-spark-rest/src/test/java/org/apache/camel/component/sparkrest/CamelSparkAcceptTest.java b/components/camel-spark-rest/src/test/java/org/apache/camel/component/sparkrest/CamelSparkAcceptTest.java index c5b3727..13c17be 100644 --- a/components/camel-spark-rest/src/test/java/org/apache/camel/component/sparkrest/CamelSparkAcceptTest.java +++ b/components/camel-spark-rest/src/test/java/org/apache/camel/component/sparkrest/CamelSparkAcceptTest.java @@ -18,7 +18,7 @@ package org.apache.camel.component.sparkrest; import org.apache.camel.CamelExecutionException; import org.apache.camel.builder.RouteBuilder; -import org.apache.camel.component.http.HttpOperationFailedException; +import org.apache.camel.http.common.HttpOperationFailedException; import org.junit.Test; public class CamelSparkAcceptTest extends BaseSparkTest {
