[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile (default-compile) on project camel-jetty-common: Compilation failure: Compilation failure:
[ERROR] /Users/tdiesler/git/camel/components/camel-jetty-common/src/main/java/org/apache/camel/component/jetty/JettyHttpComponent.java:[66,31] error: cannot find symbol
[ERROR] symbol: class HttpClientTransport
[ERROR] location: package org.eclipse.jetty.client
[ERROR] /Users/tdiesler/git/camel/components/camel-jetty-common/src/main/java/org/apache/camel/component/jetty/JettyHttpComponent.java:[67,36] error: package org.eclipse.jetty.client.http does not exist
[ERROR] /Users/tdiesler/git/camel/components/camel-jetty-common/src/main/java/org/apache/camel/component/jetty/CamelHttpClient.java:[25,31] error: cannot find symbol
[ERROR] symbol: class HttpClientTransport
[ERROR] location: package org.eclipse.jetty.client
[ERROR] /Users/tdiesler/git/camel/components/camel-jetty-common/src/main/java/org/apache/camel/component/jetty/JettyHttpComponent.java:[708,12] error: cannot find symbol
[ERROR] symbol: class HttpClientTransport
[ERROR] location: class JettyHttpComponent
[ERROR] /Users/tdiesler/git/camel/components/camel-jetty-common/src/main/java/org/apache/camel/component/jetty/JettyHttpComponent.java:[722,61] error: cannot find symbol
[ERROR] symbol: class HttpClientTransport
[ERROR] location: class JettyHttpComponent
[ERROR] /Users/tdiesler/git/camel/components/camel-jetty-common/src/main/java/org/apache/camel/component/jetty/CamelHttpClient.java:[37,27] error: cannot find symbol
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http:[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :camel-jetty-common