Skip to content

Commit

Permalink
[FLINK-33234][Connector/Kafka] Exclude bundled Guava versions from Ka…
Browse files Browse the repository at this point in the history
…fka AVRO serializer and Kafka Schema Registry Client
  • Loading branch information
MartijnVisser committed Oct 11, 2023
1 parent 20f48e5 commit 87ad014
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,12 @@ under the License.
<artifactId>kafka-avro-serializer</artifactId>
<version>${confluent.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand All @@ -118,6 +124,10 @@ under the License.
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down

0 comments on commit 87ad014

Please sign in to comment.