From bd694e28b9dd5325d3e050a13832fbe0483bc6da Mon Sep 17 00:00:00 2001 From: Sven-Torben Janus Date: Sat, 11 Dec 2021 11:52:37 +0100 Subject: [PATCH] chore(deps): Add JBoss Public Maven Repository Used to always fetch the latest Keycloak dependencies when not yet available on Maven Central. --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index bcfc1ea..7193051 100644 --- a/pom.xml +++ b/pom.xml @@ -44,6 +44,14 @@ + + + jboss-public-repository-group + JBoss Public Maven Repository Group + https://repository.jboss.org/nexus/content/groups/public/ + + + UTF-8 13