Skip to content

Commit 3b2826e

Browse files
committed
De-duplicate SLF4J runtimes from test classpaths
1 parent 16a39df commit 3b2826e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,6 @@ subprojects {
9797
[group: 'org.mockito', name: 'mockito-core', version:'2.8.47'],
9898
)
9999

100-
testRuntime(
101-
'org.slf4j:slf4j-simple:1.7.25',
102-
)
103-
104100
}
105101

106102
if (publishEnabled) {

webauthn-server-core/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ dependencies {
2626
'org.scalacheck:scalacheck_2.11:1.13.5',
2727
)
2828

29+
testRuntime(
30+
'org.slf4j:slf4j-simple:1.7.25',
31+
)
32+
2933
scalaRepl(
3034
'org.scala-lang:scala-compiler:2.11.3',
3135
jar.outputs.files,

0 commit comments

Comments
 (0)