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 <[email protected]> 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>
