From 2942a030a603678b2bf57d0b1660db989435d5ff Mon Sep 17 00:00:00 2001 From: Marc Baloup Date: Wed, 17 Apr 2024 22:55:18 +0200 Subject: [PATCH] pandalib-db do not relocate commons-logging classes --- pandalib-db/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pandalib-db/pom.xml b/pandalib-db/pom.xml index 769e53b..47bbdf6 100644 --- a/pandalib-db/pom.xml +++ b/pandalib-db/pom.xml @@ -73,12 +73,12 @@ - org.apache.commons - fr.pandacube.lib.db.shaded.commons + org.apache.commons.dbcp2 + fr.pandacube.lib.db.shaded.commons.dbcp2 - org.apache.commons - fr.pandacube.lib.db.shaded.commons + org.apache.commons.pool2 + fr.pandacube.lib.db.shaded.commons.pool2