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 87529b1 commit 1463483Copy full SHA for 1463483
NEWS
@@ -8,6 +8,8 @@ Changes:
8
Fixes:
9
10
* Fixed various typos and mistakes in JavaDocs.
11
+* Moved version constraints for test dependencies from meta-module
12
+ `webauthn-server-parent` to unpublished test meta-module.
13
14
15
== Version 2.0.0 ==
yubico-util/build.gradle
@@ -16,7 +16,6 @@ targetCompatibility = 1.8
16
17
dependencies {
18
api(platform(rootProject))
19
- api(platform(project(":test-platform")))
20
21
api(
22
'com.fasterxml.jackson.core:jackson-databind',
@@ -32,6 +31,7 @@ dependencies {
32
31
)
33
34
testImplementation(
+ platform(project(":test-platform")),
35
project(':yubico-util-scala'),
36
'junit:junit',
37
'org.scala-lang:scala-library',
0 commit comments