Fix jvm module junit dependency error

This commit is contained in:
Steve Myers 2022-02-28 21:11:25 -08:00
parent 95ef8eb3de
commit 933af8c706
No known key found for this signature in database
GPG Key ID: 8105A46B22C2D051

View File

@ -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")
}