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 bdda716 Camel-Connector is still part of Camel
bdda716 is described below
commit bdda71611a44d043c9bddeefa020e6260e24de94
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Jan 10 11:03:28 2019 +0100
Camel-Connector is still part of Camel
---
parent/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/parent/pom.xml b/parent/pom.xml
index e1a2694..a7f135d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1024,6 +1024,11 @@
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
+ <artifactId>camel-connector</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
<artifactId>camel-consul</artifactId>
<version>${project.version}</version>
</dependency>