Skip to content

Commit

Permalink
Exclude kafka-schema-registry-client from flink-avro-confluent-regist…
Browse files Browse the repository at this point in the history
…ry in psc-flink oss
  • Loading branch information
jeffxiang committed Oct 23, 2024
1 parent 3621561 commit 548b3f6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions psc-flink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,12 @@
<artifactId>flink-avro-confluent-registry</artifactId>
<version>${flink.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>io.confluent</groupId>
<artifactId>kafka-schema-registry-client</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.flink</groupId>
Expand Down

0 comments on commit 548b3f6

Please sign in to comment.