Skip to content

Maven dependency convergence issue #36

@FlattestGuitar

Description

@FlattestGuitar

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 working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions