You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/08/02 08:12:19 UTC

[camel] 04/04: Camel-Undertow: Added camel-mock as test dependency

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 22fd657281ddf12b1d51c1a671de4ecd4ec040df
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Aug 2 10:11:43 2019 +0200

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

diff --git a/components/camel-undertow/pom.xml b/components/camel-undertow/pom.xml
index adf7c10..7b6c959 100644
--- a/components/camel-undertow/pom.xml
+++ b/components/camel-undertow/pom.xml
@@ -91,6 +91,11 @@
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
+            <artifactId>camel-mock</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.camel</groupId>
             <artifactId>camel-swagger-java</artifactId>
             <scope>test</scope>
         </dependency>