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:06 UTC

[camel] 21/32: Camel-Main: Added camel-core-languages dep explicitly

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 849256b8ec48e47dad6213c197eea84ac2d1b4cb
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 3 11:56:54 2020 +0100

    Camel-Main: Added camel-core-languages dep explicitly
---
 core/camel-main/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/core/camel-main/pom.xml b/core/camel-main/pom.xml
index 62e2c42..276374f 100644
--- a/core/camel-main/pom.xml
+++ b/core/camel-main/pom.xml
@@ -64,6 +64,10 @@
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-util</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.apache.camel</groupId>
+            <artifactId>camel-core-languages</artifactId>
+        </dependency>
         <!-- and use the caffeine lrucache which is the best LRU cache implementation -->
         <dependency>
             <groupId>org.apache.camel</groupId>