Skip to content

Commit

Permalink
Configure Serdes from TestTopology
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Apr 9, 2024
1 parent dd0fa58 commit 5c1747f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion schema-registry-mock/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ dependencies {
"api"(group = "io.confluent", name = "kafka-schema-registry-client", version = confluentVersion)
"api"(group = "io.confluent", name = "kafka-streams-avro-serde", version = confluentVersion)

api(group = "org.wiremock", name = "wiremock", version = "3.4.2")
implementation(group = "org.wiremock", name = "wiremock", version = "3.4.2")
// required because other dependencies use different Jackson versions if this library is used in test scope
api(group = "com.fasterxml.jackson.core", name = "jackson-databind", version = "2.15.3")

val junit5Version: String by project
testImplementation(group = "org.junit.jupiter", name = "junit-jupiter-api", version = junit5Version)
Expand Down

0 comments on commit 5c1747f

Please sign in to comment.