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

davsclaus 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 1c2318d  Remove Debezium MySQL dependencies from debezium parent 
(#3297)
1c2318d is described below

commit 1c2318dea81c3668c23fb6873cd46ab07b9f0590
Author: Omar Al-Safi <omars...@gmail.com>
AuthorDate: Wed Oct 30 16:00:48 2019 +0100

    Remove Debezium MySQL dependencies from debezium parent (#3297)
    
    Signed-off-by: Omar Al-Safi <omars...@gmail.com>
---
 .../camel-debezium-common-component/pom.xml         | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git 
a/components/camel-debezium-common/camel-debezium-common-component/pom.xml 
b/components/camel-debezium-common/camel-debezium-common-component/pom.xml
index 3b912e3..308fa6f 100644
--- a/components/camel-debezium-common/camel-debezium-common-component/pom.xml
+++ b/components/camel-debezium-common/camel-debezium-common-component/pom.xml
@@ -33,27 +33,6 @@
     <description>Camel Debezium Common support</description>
 
     <dependencies>
-
-        <!-- debezium connectors -->
-        <dependency>
-            <groupId>io.debezium</groupId>
-            <artifactId>debezium-connector-mysql</artifactId>
-            <version>${debezium-version}</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>mysql</groupId>
-                    <artifactId>mysql-connector-java</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-
-        <dependency>
-            <groupId>mysql</groupId>
-            <artifactId>mysql-connector-java</artifactId>
-            <version>${debezium-mysql-connector-version}</version>
-            <scope>provided</scope>
-        </dependency>
-
         <!-- test -->
         <dependency>
             <groupId>org.apache.camel</groupId>

Reply via email to