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-kafka-connector.git
The following commit(s) were added to refs/heads/master by this push:
new 2c78a0d Camel-elasticsearch-rest must be provided.
2c78a0d is described below
commit 2c78a0de1c69b9be2babed74132042d81e21947f
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Apr 20 15:43:25 2020 +0200
Camel-elasticsearch-rest must be provided.
---
core/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/core/pom.xml b/core/pom.xml
index ecf9158..ac4e2cd 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -94,6 +94,7 @@
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-elasticsearch-rest</artifactId>
+ <scope>provided</scope>
</dependency>
<!-- Kafka -->