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 2019/12/21 07:26:39 UTC

[camel] branch master updated: camel-directvm: Remove unused camel-direct dependency. (#3434)

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 e694b13  camel-directvm: Remove unused camel-direct dependency. (#3434)
e694b13 is described below

commit e694b1365908e770ca0bc5d1220b28a1f82fea4b
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Sat Dec 21 08:26:28 2019 +0100

    camel-directvm: Remove unused camel-direct dependency. (#3434)
---
 components/camel-directvm/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/components/camel-directvm/pom.xml b/components/camel-directvm/pom.xml
index d35051e..dda43c9d 100644
--- a/components/camel-directvm/pom.xml
+++ b/components/camel-directvm/pom.xml
@@ -39,10 +39,5 @@
             <artifactId>camel-support</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>org.apache.camel</groupId>
-            <artifactId>camel-direct</artifactId>
-        </dependency>
-
     </dependencies>
 </project>