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 0f817b0613ea75bca64012b25366315fd305ac42 Author: Guillaume Nodet <[email protected]> AuthorDate: Tue Mar 3 21:23:25 2020 +0100 Camel-test-junit5: Added camel-core-languages as dep --- 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..48e1a50 100644 --- a/components/camel-test-junit5/pom.xml +++ b/components/camel-test-junit5/pom.xml @@ -48,6 +48,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>
