This is an automated email from the ASF dual-hosted git repository.

valdar 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 a9d6041  Moved from camel-core to camel-core-engine as a dependecnies. 
Removed unused dependencies.
a9d6041 is described below

commit a9d60411eb57edeaad6c72dee47bfc31cacb722f
Author: Andrea Tarocchi <andrea.taroc...@gmail.com>
AuthorDate: Wed Apr 22 23:45:50 2020 +0200

    Moved from camel-core to camel-core-engine as a dependecnies.
    Removed unused dependencies.
---
 core/pom.xml  | 19 ++++++++++++++++++-
 tests/pom.xml |  4 ----
 2 files changed, 18 insertions(+), 5 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index 52574b2..e357192 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -37,12 +37,29 @@
         <!--  Camel -->
         <dependency>
             <groupId>org.apache.camel</groupId>
-            <artifactId>camel-core</artifactId>
+            <artifactId>camel-core-engine</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-main</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.apache.camel</groupId>
+            <artifactId>camel-seda</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.camel</groupId>
+            <artifactId>camel-direct</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.camel</groupId>
+            <artifactId>camel-timer</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.camel</groupId>
+            <artifactId>camel-log</artifactId>
+        </dependency>
+
 
         <!-- Kafka -->
         <dependency>
diff --git a/tests/pom.xml b/tests/pom.xml
index 407f440..1068da2 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -54,10 +54,6 @@
 
         <dependency>
             <groupId>org.apache.camel</groupId>
-            <artifactId>camel-telegram</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.camel</groupId>
             <artifactId>camel-cassandraql</artifactId>
             <exclusions>
                 <exclusion>

Reply via email to