You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gn...@apache.org on 2020/03/04 08:58:04 UTC

[camel] 19/32: Camel-test: Added camel-core-languages as dep

This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 611bc99624697dd6409f590c1a04bb6868f21616
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 3 11:45:25 2020 +0100

    Camel-test: Added camel-core-languages as dep
---
 components/camel-test/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/components/camel-test/pom.xml b/components/camel-test/pom.xml
index 39bb3eb..93aa39f 100644
--- a/components/camel-test/pom.xml
+++ b/components/camel-test/pom.xml
@@ -47,6 +47,10 @@
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-management</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.apache.camel</groupId>
+            <artifactId>camel-core-languages</artifactId>
+        </dependency>
 
         <!-- common deps used in tests -->
         <dependency>