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 2020/03/03 10:48:54 UTC

[camel] 01/03: Camel-test: Added camel-core-languages as dep

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 5b8929c5d723e5489d437940aea46f53b8cdbc9a
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>