From 831292e975d195c862b4110062885725eec60891 Mon Sep 17 00:00:00 2001 From: Robbie Gemmell Date: Mon, 4 Jul 2022 14:51:07 +0100 Subject: [PATCH] ARTEMIS-3883: use common config property to ensure already-aligned httpclient version remains so --- examples/features/standard/security-keycloak/pom.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/examples/features/standard/security-keycloak/pom.xml b/examples/features/standard/security-keycloak/pom.xml index a2a2060682..0458108a45 100644 --- a/examples/features/standard/security-keycloak/pom.xml +++ b/examples/features/standard/security-keycloak/pom.xml @@ -34,7 +34,6 @@ under the License. ${project.basedir}/../../../.. 12.0.3 - 4.5.13 @@ -86,7 +85,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:${version.org.apache.httpcomponents} + org.apache.httpcomponents:httpclient:jar:${apache.httpclient.version} @@ -145,14 +144,13 @@ under the License. org.apache.httpcomponents httpclient - ${version.org.apache.httpcomponents} + ${apache.httpclient.version} org.codehaus.mojo exec-maven-plugin - 3.0.0 run-keycloak