From 49cc8ba1c89bb61628afa5b21376cf01ffb67b1e Mon Sep 17 00:00:00 2001 From: Justin Bertram Date: Mon, 13 Feb 2023 15:14:45 -0600 Subject: [PATCH] ARTEMIS-4168 fix Keycloak example deps --- examples/features/standard/security-keycloak/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/examples/features/standard/security-keycloak/pom.xml b/examples/features/standard/security-keycloak/pom.xml index 80d8125761..034991dcb0 100644 --- a/examples/features/standard/security-keycloak/pom.xml +++ b/examples/features/standard/security-keycloak/pom.xml @@ -34,6 +34,7 @@ under the License. ${project.basedir}/../../../.. 19.0.2 + 3.5.0.Final @@ -86,6 +87,7 @@ under the License. org.keycloak:keycloak-adapter-core:jar:${version.org.keycloak} org.keycloak:keycloak-core:jar:${version.org.keycloak} org.apache.httpcomponents:httpclient:jar:${apache.httpclient.version} + org.jboss.logging:jboss-logging:jar:${version.jboss.logging} @@ -146,6 +148,11 @@ under the License. httpclient ${apache.httpclient.version} + + org.jboss.logging + jboss-logging + ${version.jboss.logging} +