MartijnVisser commented on code in PR #20170: URL: https://github.com/apache/flink/pull/20170#discussion_r989430227
########## flink-end-to-end-tests/flink-end-to-end-tests-common-kafka/pom.xml: ########## @@ -156,6 +156,11 @@ under the License. <version>${project.version}</version> <type>test-jar</type> </dependency> + <dependency> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> + <version>30.1.1-jre</version> + </dependency> Review Comment: The Schema Registry service ########## flink-end-to-end-tests/flink-end-to-end-tests-common-kafka/src/test/java/org/apache/flink/tests/util/kafka/SQLClientSchemaRegistryITCase.java: ########## @@ -71,6 +71,8 @@ public class SQLClientSchemaRegistryITCase { private static final Path sqlToolBoxJar = ResourceTestUtils.getResource(".*SqlToolbox.jar"); private final Path sqlConnectorKafkaJar = ResourceTestUtils.getResource(".*kafka.jar"); + private final Path sqlGuavaJar = ResourceTestUtils.getResource(".*guava.jar"); Review Comment: Done -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org