You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (Jira)" <ji...@apache.org> on 2022/04/19 14:44:00 UTC

[jira] [Closed] (FLINK-27229) Cassandra overrides netty version in tests

     [ https://issues.apache.org/jira/browse/FLINK-27229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chesnay Schepler closed FLINK-27229.
------------------------------------
    Fix Version/s: 1.16.0
                   1.15.1
       Resolution: Fixed

master: 8fa46076e7cb29d8c36e7b81d547793191ea5b8e
1.15: b62a39e14db6dab5823704fa348c5b2ffa74ab4d 

> 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
>            Assignee: Chesnay Schepler
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 1.16.0, 1.15.1
>
>
> {{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.7#820007)