Skip to content

Commit cdf9513

Browse files
committed
Drop slf4j-test from webauthn-server-attestation test dependencies
This prevents the unit test XML reports from containing large stdout logs which are not used for anything but crash the default settings of EnricoMi/publish-unit-test-result-action@v2 .
1 parent c5a18af commit cdf9513

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

webauthn-server-attestation/build.gradle.kts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,8 @@ dependencies {
4747
testImplementation("org.scalatest:scalatest_2.13")
4848
testImplementation("org.scalatestplus:junit-4-13_2.13")
4949
testImplementation("org.scalatestplus:scalacheck-1-16_2.13")
50-
testImplementation("uk.org.lidalia:slf4j-test")
5150

52-
testImplementation("org.slf4j:slf4j-api") {
53-
version {
54-
strictly("[1.7.25,1.8-a)") // Pre-1.8 version required by slf4j-test
55-
}
56-
}
51+
testImplementation("org.slf4j:slf4j-api")
5752
}
5853

5954
val integrationTest = task<Test>("integrationTest") {

webauthn-server-attestation/src/test/resources/slf4jtest.properties

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)