Skip to content

Commit

Permalink
Add guava to the dependency list as the Confluent's ServerId class ne…
Browse files Browse the repository at this point in the history
…eds it.
  • Loading branch information
cescoffier authored and gsmet committed Oct 14, 2020
1 parent d1d0086 commit dc4f95f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions integration-tests/kafka-avro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,19 @@
</exclusion>
</exclusions>
</dependency>
<!-- required by io.confluent.kafka.schemaregistry.client.rest.entities.ServerClusterId -->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>29.0-jre</version>
<exclusions>
<exclusion>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
</exclusion>
</exclusions>
</dependency>


<!-- test dependencies -->
<dependency>
Expand Down

0 comments on commit dc4f95f

Please sign in to comment.