[
https://issues.apache.org/jira/browse/CAMEL-9819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrea Cosentino resolved CAMEL-9819.
-------------------------------------
Resolution: Fixed
Fix Version/s: 2.18.0
2.17.1
> 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
> Assignee: Andrea Cosentino
> Priority: Minor
> Labels: test
> Fix For: 2.17.1, 2.18.0
>
> 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)