Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.17.0
-
Component/s: camel-jetty
-
Labels:
-
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
-
Patch Info:Patch Available
-
Estimated Complexity:Novice
-
Regression:Unit Test Broken
-
Flags: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