build: vul-webapp failed with junit5

This commit is contained in:
ReaJason
2025-08-13 23:53:40 +08:00
parent f9dce4f84b
commit a330f6fe29
-2
View File
@@ -14,8 +14,6 @@ dependencies {
implementation("commons-fileupload:commons-fileupload:1.3.3")
implementation("commons-beanutils:commons-beanutils:1.9.2")
providedCompile("javax.servlet:servlet-api:2.5")
testImplementation(libs.junit.jupiter)
testRuntimeOnly(libs.junit.platform.launcher)
}
tasks.test {