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 54105bb  Regen docs
54105bb is described below

commit 54105bb3e3dead86f2e8bb7c8ce82f32c5f0e666
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed Sep 25 12:57:16 2019 +0200

    Regen docs
---
 docs/components/modules/ROOT/pages/debezium-component.adoc | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/docs/components/modules/ROOT/pages/debezium-component.adoc 
b/docs/components/modules/ROOT/pages/debezium-component.adoc
index 078624d..72ad6c9 100644
--- a/docs/components/modules/ROOT/pages/debezium-component.adoc
+++ b/docs/components/modules/ROOT/pages/debezium-component.adoc
@@ -37,6 +37,17 @@ debezium:connector-type[?options]
 *Note:* Other Debezium connectors are _not_ supported at the moment.
 
 
+*Note:* Due to licensing issues, you will need to add the dependency for 
`mysql-conenctor-java` if you are using MySQL connector, just add the following 
to your POM file:
+[source,xml]
+------------------------------------------------------------
+<dependency>
+    <groupId>mysql</groupId>
+    <artifactId>mysql-connector-java</artifactId>
+    <version>8.0.15</version>
+</dependency>
+------------------------------------------------------------
+
+
 == Options
 
 

Reply via email to