Repository: camel Updated Branches: refs/heads/master 9ad78b8c1 -> 0437f7db6
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/0437f7db Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/0437f7db Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/0437f7db Branch: refs/heads/master Commit: 0437f7db6be6e259962185069e75313b2b54748b Parents: 9ad78b8 Author: David Gordon <davgo...@redhat.com> Authored: Tue Apr 5 14:28:36 2016 -0400 Committer: David Gordon <davgo...@redhat.com> Committed: Tue Apr 5 14:28:36 2016 -0400 ---------------------------------------------------------------------- components/camel-jetty8/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/0437f7db/components/camel-jetty8/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-jetty8/pom.xml b/components/camel-jetty8/pom.xml index bed1fa7..5d00db5 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>