Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
Fix jvm module junit dependency error
Browse files Browse the repository at this point in the history
  • Loading branch information
notmandatory committed Mar 1, 2022
1 parent 95ef8eb commit 933af8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jvm/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ dependencies {
implementation("net.java.dev.jna:jna:5.8.0")
api("org.slf4j:slf4j-api:1.7.30")
testImplementation("junit:junit:4.13.2")
testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.8.2")
testImplementation("ch.qos.logback:logback-classic:1.2.3")
testImplementation("ch.qos.logback:logback-core:1.2.3")
}
Expand Down

0 comments on commit 933af8c

Please sign in to comment.