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/02/05 04:57:42 UTC

[camel] branch master updated: CAMEL-13131: Removed duplicated dependencies (#2747)

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 3b86562  CAMEL-13131: Removed duplicated dependencies (#2747)
3b86562 is described below

commit 3b86562fb71aa9521a67c35b6a265db73971b5cc
Author: bwesterfield <bw...@gmail.com>
AuthorDate: Mon Feb 4 23:57:35 2019 -0500

    CAMEL-13131: Removed duplicated dependencies (#2747)
---
 examples/camel-example-cdi-cassandraql/pom.xml | 4 ----
 examples/camel-example-cdi/pom.xml             | 5 -----
 2 files changed, 9 deletions(-)

diff --git a/examples/camel-example-cdi-cassandraql/pom.xml b/examples/camel-example-cdi-cassandraql/pom.xml
index 2c630c0..4238f00 100644
--- a/examples/camel-example-cdi-cassandraql/pom.xml
+++ b/examples/camel-example-cdi-cassandraql/pom.xml
@@ -61,10 +61,6 @@
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-cassandraql</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.apache.camel</groupId>
-      <artifactId>camel-core</artifactId>
-    </dependency>
 
     <!-- DeltaSpike -->
     <dependency>
diff --git a/examples/camel-example-cdi/pom.xml b/examples/camel-example-cdi/pom.xml
index e6b0111..62961a6 100644
--- a/examples/camel-example-cdi/pom.xml
+++ b/examples/camel-example-cdi/pom.xml
@@ -39,11 +39,6 @@
 
   <dependencies>
 
-    <dependency>
-      <groupId>org.apache.camel</groupId>
-      <artifactId>camel-core</artifactId>
-    </dependency>
-
     <!-- CDI API -->
     <dependency>
       <groupId>javax.enterprise</groupId>