Remove redundant 'testRuntimeOnly libs.junit.jupiter.engine'

This commit is contained in:
Alva Swanson 2023-05-10 09:40:29 +02:00
parent ec7755a09f
commit 796205c7a6
No known key found for this signature in database
GPG key ID: 004760E77F753090
3 changed files with 0 additions and 3 deletions

View file

@ -504,7 +504,6 @@ configure(project(':apitest')) {
testAnnotationProcessor libs.lombok
testCompileOnly libs.lombok
testRuntimeOnly libs.javax.annotation
testRuntimeOnly(libs.junit.jupiter.engine)
}
}

View file

@ -33,7 +33,6 @@ dependencies {
testImplementation libs.cowwoc.diff.match.patch
testRuntimeOnly libs.javax.annotation
testRuntimeOnly libs.junit.jupiter.engine
}
test {

View file

@ -48,5 +48,4 @@ dependencies {
}
testAnnotationProcessor libs.lombok
testCompileOnly libs.lombok
testRuntimeOnly(libs.junit.jupiter.engine)
}