Skip to content

Commit

Permalink
Remove schema registry support from core module
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Jul 26, 2024
1 parent 9529938 commit 030985e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions streams-bootstrap-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ dependencies {
testImplementation(group = "net.mguenther.kafka", name = "kafka-junit", version = kafkaJunitVersion) {
exclude(group = "org.slf4j", module = "slf4j-log4j12")
}
val confluentVersion: String by project
testImplementation(group = "io.confluent", name = "kafka-streams-avro-serde", version = confluentVersion)
val log4jVersion: String by project
testImplementation(group = "org.apache.logging.log4j", name = "log4j-slf4j2-impl", version = log4jVersion)
}
Expand Down

0 comments on commit 030985e

Please sign in to comment.