Skip to content

Commit 26ab532

Browse files
committed
[FLINK-33234][Connector/Kafka] Exclude bundled Guava versions from Kafka AVRO serializer and Kafka Schema Registry Client
1 parent 89343bb commit 26ab532

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

flink-connector-kafka-e2e-tests/flink-end-to-end-tests-common-kafka/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,12 @@ under the License.
106106
<artifactId>kafka-avro-serializer</artifactId>
107107
<version>${confluent.version}</version>
108108
<scope>test</scope>
109+
<exclusions>
110+
<exclusion>
111+
<groupId>com.google.guava</groupId>
112+
<artifactId>guava</artifactId>
113+
</exclusion>
114+
</exclusions>
109115
</dependency>
110116

111117
<dependency>
@@ -118,6 +124,10 @@ under the License.
118124
<groupId>org.apache.kafka</groupId>
119125
<artifactId>kafka-clients</artifactId>
120126
</exclusion>
127+
<exclusion>
128+
<groupId>com.google.guava</groupId>
129+
<artifactId>guava</artifactId>
130+
</exclusion>
121131
</exclusions>
122132
</dependency>
123133

0 commit comments

Comments
 (0)