Skip to content

Commit

Permalink
Merge pull request #100 from aiven/ivanyu/kafka-client-exclude
Browse files Browse the repository at this point in the history
Exclude transitive kafka-clients

#100
  • Loading branch information
Augusto Hack authored Mar 29, 2022
2 parents 8426190 + 066e77e commit a1e50cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,9 @@ dependencies {
compileOnly "org.apache.kafka:connect-runtime:$kafkaVersion"
compileOnly "org.apache.kafka:connect-json:$kafkaVersion"

implementation "io.confluent:kafka-connect-avro-converter:$confluentPlatformVersion"
implementation("io.confluent:kafka-connect-avro-converter:$confluentPlatformVersion") {
exclude group: "org.apache.kafka", module: "kafka-clients"
}

implementation "org.xerial.snappy:snappy-java:1.1.8.4"
implementation "com.github.luben:zstd-jni:1.5.2-2"
Expand Down

0 comments on commit a1e50cf

Please sign in to comment.