Add component needed for testing
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/61887fa2 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/61887fa2 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/61887fa2 Branch: refs/heads/master Commit: 61887fa20481749897dd8e4d782c344ebdf3e972 Parents: 63b1699 Author: Claus Ibsen <davscl...@apache.org> Authored: Tue Jul 28 15:21:49 2015 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Tue Jul 28 15:21:49 2015 +0200 ---------------------------------------------------------------------- components/camel-ahc/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/61887fa2/components/camel-ahc/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-ahc/pom.xml b/components/camel-ahc/pom.xml index 578e397..1178cb4 100644 --- a/components/camel-ahc/pom.xml +++ b/components/camel-ahc/pom.xml @@ -65,6 +65,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-http</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-jetty8</artifactId> <scope>test</scope> </dependency>