File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,6 @@ dependencies {
55
55
api(' com.google.guava:guava:[24.1.1,32)' )
56
56
api(' com.upokecenter:cbor:[4.5.1,5)' )
57
57
api(' org.apache.httpcomponents:httpclient:[4.5.2,5)' )
58
- api(' org.bouncycastle:bcpkix-jdk18on:[1.62,2)' )
59
- api(' org.bouncycastle:bcprov-jdk18on:[1.62,2)' )
60
58
api(' org.slf4j:slf4j-api:[1.7.25,3)' )
61
59
}
62
60
}
Original file line number Diff line number Diff line change @@ -13,5 +13,7 @@ dependencies {
13
13
api(" org.scalatestplus:junit-4-13_2.13:3.2.13.0" )
14
14
api(" org.scalatestplus:scalacheck-1-16_2.13:3.2.13.0" )
15
15
api(" uk.org.lidalia:slf4j-test:1.2.0" )
16
+ api(" org.bouncycastle:bcpkix-jdk18on:[1.62,2)" )
17
+ api(" org.bouncycastle:bcprov-jdk18on:[1.62,2)" )
16
18
}
17
19
}
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ val coreTestsOutput = project(":webauthn-server-core").extensions.getByType(Sour
14
14
15
15
dependencies {
16
16
implementation(platform(rootProject))
17
+ implementation(platform(project(" :test-platform" )))
17
18
18
19
implementation(project(" :webauthn-server-attestation" ))
19
20
implementation(project(" :webauthn-server-core" ))
@@ -33,7 +34,6 @@ dependencies {
33
34
runtimeOnly(" org.glassfish.jersey.containers:jersey-container-servlet:2.36" )
34
35
runtimeOnly(" org.glassfish.jersey.inject:jersey-hk2:2.36" )
35
36
36
- testImplementation(platform(project(" :test-platform" )))
37
37
testImplementation(coreTestsOutput)
38
38
testImplementation(project(" :yubico-util-scala" ))
39
39
You can’t perform that action at this time.
0 commit comments