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 2019/01/24 14:32:36 UTC

[camel] branch master updated: [CAMEL-13118] Fix camel-example-cdi-cassandraql

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 12cd11d  [CAMEL-13118] Fix camel-example-cdi-cassandraql
12cd11d is described below

commit 12cd11d68dbafe19f3bed385044e8b8f861b49c2
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jan 24 15:32:13 2019 +0100

    [CAMEL-13118] Fix camel-example-cdi-cassandraql
---
 examples/camel-example-cdi-cassandraql/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/examples/camel-example-cdi-cassandraql/pom.xml b/examples/camel-example-cdi-cassandraql/pom.xml
index 32322ee..4238f00 100644
--- a/examples/camel-example-cdi-cassandraql/pom.xml
+++ b/examples/camel-example-cdi-cassandraql/pom.xml
@@ -51,6 +51,10 @@
     <!-- Camel -->
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-cdi</artifactId>
     </dependency>
     <dependency>