Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.17.0
-
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
-
Patch Available
-
Novice
-
Unit Test Broken
-
Patch
Description
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:
<configuration> <target> <copy todir="target/generated/src/test/java"> <fileset dir="../camel-jetty9/src/test/java" /> </copy> </target> </configuration>
My attempted build failed at HttpBridgeBigFormPostRouteTest.java