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 0306efb3e2a19330b2acdb705ee66e4f80332155
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed Jul 31 09:24:02 2019 +0200

    Camel-Servlet: Added camel-mock as dependency test
---
 components/camel-servlet/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/components/camel-servlet/pom.xml b/components/camel-servlet/pom.xml
index 2f030aa..b82d1a5 100644
--- a/components/camel-servlet/pom.xml
+++ b/components/camel-servlet/pom.xml
@@ -88,6 +88,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>

Reply via email to