Skip to content

Commit 84d4740

Browse files
author
Erin
committed
Added kafka-schema-registry-client because in OneStop when using the MockSchemaRegistrySerde getting an error of ClassNotFoundException: io.confluent.kafka.schemaregistry.ParsedSchema.
1 parent dad6001 commit 84d4740

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

schemas-core/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ dependencies {
3030
testImplementation("org.apache.kafka:kafka-clients:${Versions.KAFKA}:test")
3131
testImplementation("org.apache.kafka:kafka_2.12:${Versions.KAFKA}")
3232
testImplementation("org.apache.kafka:kafka_2.12:${Versions.KAFKA}:test")
33+
testImplementation("io.confluent:kafka-schema-registry-client:${Versions.CONFLUENT}")
3334
testImplementation("io.confluent:kafka-schema-registry:${Versions.CONFLUENT}")
3435
testImplementation("io.confluent:kafka-schema-registry:${Versions.CONFLUENT}:tests")
3536
testImplementation("io.confluent:kafka-streams-avro-serde:${Versions.CONFLUENT}")

0 commit comments

Comments
 (0)