From 84d5a93feeef43782577b4966865cf058e99cf6c Mon Sep 17 00:00:00 2001 From: Jose Carranza Date: Mon, 30 Oct 2023 13:32:17 +0100 Subject: [PATCH] add cbor library --- security/webauthn/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/security/webauthn/pom.xml b/security/webauthn/pom.xml index c7b84f171..7a4e894c0 100644 --- a/security/webauthn/pom.xml +++ b/security/webauthn/pom.xml @@ -37,5 +37,10 @@ quarkus-test-service-database test + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + 2.15.2 +