We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb6e64f commit cdb11d7Copy full SHA for cdb11d7
webauthn-server-demo/build.gradle
@@ -8,10 +8,6 @@ plugins {
8
9
description = 'WebAuthn demo'
10
11
-configurations {
12
- forJdk10
13
-}
14
-
15
dependencies {
16
implementation(platform(rootProject))
17
@@ -30,14 +26,7 @@ dependencies {
30
26
'org.slf4j:slf4j-api',
31
27
)
32
28
33
- forJdk10(
34
- 'javax.activation:activation',
35
- 'javax.xml.bind:jaxb-api',
36
- )
37
38
29
runtimeOnly(
39
- configurations.forJdk10,
40
41
'ch.qos.logback:logback-classic',
42
'org.glassfish.jersey.containers:jersey-container-servlet',
43
'org.glassfish.jersey.inject:jersey-hk2',
0 commit comments