[
https://issues.apache.org/jira/browse/FLINK-27229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17522120#comment-17522120
]
Dawid Wysakowicz commented on FLINK-27229:
------------------------------------------
I think it is not an ideal situation that we run tests against a different
version of netty than the one which is used in production.
> Cassandra overrides netty version in tests
> ------------------------------------------
>
> Key: FLINK-27229
> URL: https://issues.apache.org/jira/browse/FLINK-27229
> Project: Flink
> Issue Type: Bug
> Components: Connectors / Cassandra
> Affects Versions: 1.15.0
> Reporter: Dawid Wysakowicz
> Priority: Major
>
> {{flink-connector-cassandra}} declares:
> {code}
> <dependency>
> <!-- Bump cassandra netty dependency -->
> <groupId>io.netty</groupId>
> <artifactId>netty-all</artifactId>
> <version>4.1.46.Final</version>
> <scope>test</scope>
> </dependency>
> {code}
> which overrides the project wide version of netty just for tests.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)