This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 1b2a52c67d82cfac743feb5586d952c9022f6267 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Aug 1 12:27:24 2019 +0200 Camel-Http: Adding camel-mock as test dependency --- components/camel-http/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/components/camel-http/pom.xml b/components/camel-http/pom.xml index e04f80d..484df4b 100644 --- a/components/camel-http/pom.xml +++ b/components/camel-http/pom.xml @@ -72,6 +72,11 @@ <scope>test</scope> </dependency> <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-mock</artifactId> + <scope>test</scope> + </dependency> + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope>