-
Notifications
You must be signed in to change notification settings - Fork 159
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Maven Enforcer will flag the yubico:webauthn package because of conflicting versions of its dependencies. This will make many pipelines out there fail without a patchwork fix.
[WARNING]
Dependency convergence error for com.github.peteroupc:numbers:0.2.1 paths to dependency are:
+-com.yubico:webauthn-server-core:1.3.0
+-com.augustcellars.cose:cose-java:0.9.4
+-com.upokecenter:cbor:2.4.1
+-com.github.peteroupc:numbers:0.2.1
and
+-com.yubico:webauthn-server-core:1.3.0
+-com.augustcellars.cose:cose-java:0.9.4
+-com.github.peteroupc:numbers:0.3.0
A potential fix would be excluding the peteroupc:numbers package from one of the modules, but I don't know much about maven, so maybe there's a better solution?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working