From 25a06a49b4f8e492e8cc1dd74ccee4a9be4fb351 Mon Sep 17 00:00:00 2001 From: Manfred Moser Date: Mon, 29 Jan 2024 10:40:42 -0800 Subject: [PATCH] Correct commons pool dependency --- gateway-ha/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gateway-ha/pom.xml b/gateway-ha/pom.xml index 5ee4b5150..b3a1e8179 100644 --- a/gateway-ha/pom.xml +++ b/gateway-ha/pom.xml @@ -20,6 +20,7 @@ + com.auth0 java-jwt @@ -175,6 +176,12 @@ ${dep.mysqlconnector.version} + + org.apache.commons + commons-pool2 + 2.11.1 + + org.apache.directory.api api-all