Skip to content

Commit 1463483

Browse files
committed
Don't depend on test platform in yubico-util API
1 parent 87529b1 commit 1463483

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Changes:
88
Fixes:
99

1010
* 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.
1113

1214

1315
== Version 2.0.0 ==

yubico-util/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ targetCompatibility = 1.8
1616

1717
dependencies {
1818
api(platform(rootProject))
19-
api(platform(project(":test-platform")))
2019

2120
api(
2221
'com.fasterxml.jackson.core:jackson-databind',
@@ -32,6 +31,7 @@ dependencies {
3231
)
3332

3433
testImplementation(
34+
platform(project(":test-platform")),
3535
project(':yubico-util-scala'),
3636
'junit:junit',
3737
'org.scala-lang:scala-library',

0 commit comments

Comments
 (0)