Skip to content

Commit

Permalink
Add junit-jupiter-api runtime dependency (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwannheden authored Mar 13, 2024
1 parent 92a1cf0 commit 5403989
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ dependencies {
runtimeOnly("tech.picnic.error-prone-support:error-prone-contrib:latest.release")

// error-prone-contrib only has provided dependencies, whereas the platform needs these on the classpath at runtime
runtimeOnly("org.junit.jupiter:junit-jupiter-api:latest.release")
runtimeOnly("org.assertj:assertj-core:latest.release")
runtimeOnly("org.springframework:spring-context:5.3.32")
runtimeOnly("org.springframework:spring-test:5.3.32")
Expand Down

0 comments on commit 5403989

Please sign in to comment.