Skip to content

Commit 0480608

Browse files
committed
Add missing dependencyManagement declaration to webauthn-server-core
1 parent bbc224c commit 0480608

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

NEWS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
== Version 1.9.1 (unreleased) ==
2+
3+
webauthn-server-core:
4+
5+
* Added missing `<dependencyManagement>` declaration to `webauthn-server-core` POM.
6+
7+
18
== Version 1.9.0 ==
29

310
webauthn-server-attestation:

webauthn-server-core-bundle/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ sourceCompatibility = 1.8
1010
targetCompatibility = 1.8
1111

1212
dependencies {
13+
api(platform(rootProject))
14+
1315
api(
1416
project(':webauthn-server-core-minimal'),
1517
)

0 commit comments

Comments
 (0)