Skip to content

Commit

Permalink
Fix dependency convergence issue
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta committed Oct 23, 2023
1 parent d4ef6bb commit cd4ee1b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/integration/kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@
<groupId>org.apache.kafka</groupId>
<artifactId>kafka_2.12</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.zookeeper</groupId>
Expand Down

0 comments on commit cd4ee1b

Please sign in to comment.