Repository: camel Updated Branches: refs/heads/camel-2.17.x 1e756e227 -> 3f800d68d
CAMEL-9819: add httpclient from org.apache.httpcomponents to test dependencies for camel-jetty9 Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/3f800d68 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/3f800d68 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/3f800d68 Branch: refs/heads/camel-2.17.x Commit: 3f800d68db81ffdf098991d29c4954a22b3da289 Parents: 1e756e2 Author: David Gordon <davgo...@redhat.com> Authored: Tue Apr 5 14:28:36 2016 -0400 Committer: Andrea Cosentino <anco...@gmail.com> Committed: Tue Apr 5 20:48:59 2016 +0200 ---------------------------------------------------------------------- components/camel-jetty8/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/3f800d68/components/camel-jetty8/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-jetty8/pom.xml b/components/camel-jetty8/pom.xml index 3f420e4..015a1f4 100644 --- a/components/camel-jetty8/pom.xml +++ b/components/camel-jetty8/pom.xml @@ -146,6 +146,13 @@ <artifactId>slf4j-log4j12</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient</artifactId> + <version>${httpclient4-version}</version> + <scope>test</scope> + </dependency> + </dependencies> <build>