This is an automated email from the ASF dual-hosted git repository. lburgazzoli pushed a commit to branch sandbox/camel-3.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/sandbox/camel-3.x by this push: new 00dd32d Fix camel-http4 00dd32d is described below commit 00dd32d2cca184e4bf9b6c4f2f1611d74ab65051 Author: lburgazzoli <lburgazz...@gmail.com> AuthorDate: Sat Nov 10 16:19:22 2018 +0100 Fix camel-http4 --- .../src/main/java/org/apache/camel/component/http4/HttpEndpoint.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-http4/src/main/java/org/apache/camel/component/http4/HttpEndpoint.java b/components/camel-http4/src/main/java/org/apache/camel/component/http4/HttpEndpoint.java index 70b8eef..845929b 100644 --- a/components/camel-http4/src/main/java/org/apache/camel/component/http4/HttpEndpoint.java +++ b/components/camel-http4/src/main/java/org/apache/camel/component/http4/HttpEndpoint.java @@ -34,9 +34,9 @@ import org.apache.camel.http.common.cookie.CookieHandler; import org.apache.camel.spi.Metadata; import org.apache.camel.spi.UriEndpoint; import org.apache.camel.spi.UriParam; +import org.apache.camel.support.jsse.SSLContextParameters; import org.apache.camel.util.IOHelper; import org.apache.camel.util.ObjectHelper; -import org.apache.camel.util.jsse.SSLContextParameters; import org.apache.http.HttpHost; import org.apache.http.client.CookieStore; import org.apache.http.client.HttpClient;