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

[camel] branch master updated: Add core languages to junit5 test

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0c2716e  Add core languages to junit5 test
0c2716e is described below

commit 0c2716efad0f09691b36a9368febe97f37ca544b
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Mar 4 07:06:21 2020 +0100

    Add core languages to junit5 test
---
 components/camel-test-junit5/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/components/camel-test-junit5/pom.xml b/components/camel-test-junit5/pom.xml
index d8aacad..bf4f7db 100644
--- a/components/camel-test-junit5/pom.xml
+++ b/components/camel-test-junit5/pom.xml
@@ -44,6 +44,10 @@
 			<groupId>org.apache.camel</groupId>
 			<artifactId>camel-core-engine</artifactId>
 		</dependency>		
+        <dependency>
+            <groupId>org.apache.camel</groupId>
+            <artifactId>camel-core-languages</artifactId>
+        </dependency>
 		<dependency>
 			<groupId>org.apache.camel</groupId>
 			<artifactId>camel-management</artifactId>