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 <[email protected]>
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>