mirror of
https://github.com/keycloak/keycloak.git
synced 2025-12-16 20:15:46 -06:00
Exclude WebAuthn4J from Quarkus managed versions (#36387)
Signed-off-by: Václav Muzikář <vmuzikar@redhat.com>
This commit is contained in:
@@ -39,6 +39,7 @@ QUARKUS_BRANCH="$QUARKUS_VERSION"
|
||||
EXCLUDED_DEPENDENCIES=(
|
||||
"infinispan"
|
||||
"jakarta.mail"
|
||||
"webauthn4j" # https://github.com/keycloak/keycloak/issues/36385
|
||||
)
|
||||
|
||||
if [ "$QUARKUS_BRANCH" == "$DEFAULT_QUARKUS_VERSION" ]; then
|
||||
|
||||
Reference in New Issue
Block a user