Skip to content

Commit

Permalink
JUnit is part of this library's API
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Coates committed Nov 21, 2024
1 parent 90c552e commit 7b195f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kafka-test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ val protobufVersion : String by extra
dependencies {
implementation(project(":parser"))
implementation(project(":kafka"))
implementation("org.junit.jupiter:junit-jupiter-api:$junitVersion")
api("org.junit.jupiter:junit-jupiter-api:$junitVersion")
implementation("org.testcontainers:testcontainers:$testcontainersVersion")
implementation("org.testcontainers:kafka:$testcontainersVersion")

Expand Down

0 comments on commit 7b195f7

Please sign in to comment.