Yubico / java-webauthn-server

Server-side Web Authentication library for Java https://www.w3.org/TR/webauthn/#rp-operations
Other
479 stars 144 forks source link

Package com.yubico:webauthn-server-core:2.5.0 import failed #370

Closed cosekw closed 3 months ago

cosekw commented 3 months ago

We failed import package com.yubico:webauthn-server-core:2.5.0, because of missing the dependency cbor-4.5.4, is there any problem with the following repository? 企业微信截图_17223987357648

By the way, we got 500 response when we try to access cbor-4.5.4 image

emlun commented 3 months ago

Yes, that would be a problem with the Cloudera repository. I would say to make sure the repository contains the com.upokecenter:cbor module, but the 500 response suggests that the service may be broken in some other way than simply not finding it. I'm afraid we can't help you much with this.

cosekw commented 3 months ago

Ok, thanks, we mistakely thought the dependency repository is specified by your side