Skip to content

Commit cdb11d7

Browse files
committed
Drop unneeded demo dependencies
1 parent eb6e64f commit cdb11d7

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

webauthn-server-demo/build.gradle

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ plugins {
88

99
description = 'WebAuthn demo'
1010

11-
configurations {
12-
forJdk10
13-
}
14-
1511
dependencies {
1612
implementation(platform(rootProject))
1713

@@ -30,14 +26,7 @@ dependencies {
3026
'org.slf4j:slf4j-api',
3127
)
3228

33-
forJdk10(
34-
'javax.activation:activation',
35-
'javax.xml.bind:jaxb-api',
36-
)
37-
3829
runtimeOnly(
39-
configurations.forJdk10,
40-
4130
'ch.qos.logback:logback-classic',
4231
'org.glassfish.jersey.containers:jersey-container-servlet',
4332
'org.glassfish.jersey.inject:jersey-hk2',

0 commit comments

Comments
 (0)