zentol commented on code in PR #19586: URL: https://github.com/apache/flink/pull/19586#discussion_r897582880
########## flink-connectors/flink-connector-cassandra/src/main/resources/META-INF/NOTICE: ########## @@ -6,9 +6,9 @@ The Apache Software Foundation (http://www.apache.org/). This project bundles the following dependencies under the Apache Software License 2.0. (http://www.apache.org/licenses/LICENSE-2.0.txt) -- com.datastax.cassandra:cassandra-driver-core:3.0.0 -- com.datastax.cassandra:cassandra-driver-mapping:3.0.0 -- com.google.guava:guava:18.0 +- com.datastax.cassandra:cassandra-driver-core:3.11.2 +- com.datastax.cassandra:cassandra-driver-mapping:3.11.2 +- com.google.guava:guava:19.0 - io.netty:netty-buffer:4.1.70.Final Review Comment: eeeeeeeeeeeeeeeeeeeeeeeeeh license check now complains that netty isn't being bundled, because the shade-plugin doesn't see it. So I guess we'll just remove these entries. -- 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]
