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/10 16:35:03 UTC

[camel] branch master updated: Camel-core-languages is not needed as explicit dependency in camel-test-junit5

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


The following commit(s) were added to refs/heads/master by this push:
     new 6037290  Camel-core-languages is not needed as explicit dependency in camel-test-junit5
6037290 is described below

commit 60372902445668e7a3ee84ef62d4a5099191c6c3
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 10 17:01:13 2020 +0100

    Camel-core-languages is not needed as explicit dependency in camel-test-junit5
---
 components/camel-test-junit5/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/components/camel-test-junit5/pom.xml b/components/camel-test-junit5/pom.xml
index 7010a36..2e6f802 100644
--- a/components/camel-test-junit5/pom.xml
+++ b/components/camel-test-junit5/pom.xml
@@ -39,15 +39,10 @@
 	</properties>
 
 	<dependencies>
-
 		<dependency>
 			<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>