You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/03/14 06:24:39 UTC

[GitHub] [incubator-seatunnel] kalencaya commented on a change in pull request #1464: [Bug] [flink-connector-jdbc] change jdbc related dependency scope from provided to default scope

kalencaya commented on a change in pull request #1464:
URL: https://github.com/apache/incubator-seatunnel/pull/1464#discussion_r825622723



##########
File path: docs/en/flink/configuration/sink-plugins/Jdbc.md
##########
@@ -22,7 +22,9 @@ Write data through jdbc
 
 ### driver [string]
 
-Driver name, such as `com.mysql.jdbc.Driver`
+Driver name, such as `com.mysql.cj.jdbc.Driver`.
+
+Warn: for license compliance, you have to provide MySQL JDBC driver yourself.

Review comment:
       Good advise, I'll add more guiding info.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org