Skip to content

Commit

Permalink
add dependencies lost after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo committed Feb 4, 2025
1 parent ad25ddc commit fed1678
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions context/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ dependencies {
testImplementation(projects.micronautCoreReactive)
testImplementation(projects.micronautInjectJavaTest)
testImplementation(libs.logback.classic)
testImplementation(libs.micronaut.test.junit5) {
exclude(group = "io.micronaut")
}
testImplementation(libs.junit.jupiter.api)

}

Expand Down

0 comments on commit fed1678

Please sign in to comment.