MartijnVisser commented on code in PR #22546:
URL: https://github.com/apache/flink/pull/22546#discussion_r1245123145
##########
flink-end-to-end-tests/flink-confluent-schema-registry/pom.xml:
##########
@@ -53,6 +53,11 @@ under the License.
<artifactId>flink-connector-kafka</artifactId>
<version>3.0.0-1.17</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.flink</groupId>
+ <artifactId>flink-shaded-guava</artifactId>
+ <version>30.1.1-jre-16.1</version>
Review Comment:
From @zentol
```I guess what happens is that in the flink-confluent-schema-registry
module we end up pulling in a different version of flink-shaded-guava, since
the dependencyManagement entry in the root pom overrules the transitive
dependency from Kafka.```
```so, downgrade flink-shaded-guava to whatever kafka needs in that module```
--
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]