David Gordon created CAMEL-9819:
-----------------------------------
Summary: camel-jetty8 test missing dependency
Key: CAMEL-9819
URL: https://issues.apache.org/jira/browse/CAMEL-9819
Project: Camel
Issue Type: Bug
Components: camel-jetty
Affects Versions: 2.17.0
Environment: java version "1.7.0_91"
OpenJDK Runtime Environment (rhel-2.6.2.1.el7_1-x86_64 u91-b00)
OpenJDK 64-Bit Server VM (build 24.91-b01, mixed mode)
Maven 3.3.9
Reporter: David Gordon
Priority: Minor
Attachments: patchfile.txt
When performing a clean build after a fresh clone of camel, the camel-jetty8
component fails to compile due to a missing
org.apache.httpcomponents.httpclient dependency.
The camel-jetty8 component relies on camel-jetty9 tests:
{code:xml}
<configuration>
<target>
<copy todir="target/generated/src/test/java">
<fileset dir="../camel-jetty9/src/test/java" />
</copy>
</target>
</configuration>
{code}
My attempted build failed at HttpBridgeBigFormPostRouteTest.java
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)