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 a89556946e19169618e663e33d387bf658c3bb31 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Jun 18 14:53:59 2021 +0200 MariaDB Sink Kamelet: Fixed description --- mariadb-sink.kamelet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mariadb-sink.kamelet.yaml b/mariadb-sink.kamelet.yaml index c1fc0a6..a20a46d 100644 --- a/mariadb-sink.kamelet.yaml +++ b/mariadb-sink.kamelet.yaml @@ -16,7 +16,7 @@ spec: description: |- 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>"
