This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 299cb4ef59dc38618468a3586cc2dda78eb203d5 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Jun 18 14:55:06 2021 +0200 MariaDB Sink Kamelet: Fixed description --- docs/modules/ROOT/pages/mariadb-sink.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/mariadb-sink.adoc b/docs/modules/ROOT/pages/mariadb-sink.adoc index 6731e8b..44fb18b 100644 --- a/docs/modules/ROOT/pages/mariadb-sink.adoc +++ b/docs/modules/ROOT/pages/mariadb-sink.adoc @@ -7,7 +7,7 @@ Send data to a MariaDB Database. -In you KameletBinding file you'll need to explicitly declare the SQL Server driver dependency in spec->integration->dependencies +In you KameletBinding file you'll need to explicitly declare the MariaDB Server driver dependency in spec->integration->dependencies - "mvn:org.mariadb.jdbc:mariadb-java-client:<version>"
