davidradl commented on code in PR #72:
URL:
https://github.com/apache/flink-connector-jdbc/pull/72#discussion_r1409587288
##########
flink-connector-jdbc/pom.xml:
##########
@@ -110,6 +110,13 @@ under the License.
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>com.oceanbase</groupId>
+ <artifactId>oceanbase-client</artifactId>
Review Comment:
The Java client here https://github.com/oceanbase/obconnector-j seems to
have a LGPL License. This is not a permissive licence - so it seems we should
not ship this until there is an acceptable license - such as Apache 2.0.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]