From 7b272dac31f84f9eee4ee8baa1ac39b575d40aab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20L=C3=A4ubrich?= Date: Thu, 23 Jan 2025 12:53:45 +0100 Subject: [PATCH] LOGGING-198 - add proper uses to export package Currently there are no use clauses on the export package header, this can lead to classloading problems. This now adds the appropriate use clause to the export header, due to a bug in commons-parent this currently can not be calculated automatically. --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 0a891b2a8..b02fda985 100644 --- a/pom.xml +++ b/pom.xml @@ -60,6 +60,11 @@ under the License. 1.3.14 2.0.16 1.13.0 + + + org.apache.commons.logging;-noimport:=true, + org.apache.commons.logging.impl;-noimport:=true;uses:="javax.servlet,org.apache.avalon.framework.logger,org.apache.commons.logging,org.apache.log,org.apache.log4j" + javax.servlet;version="[2.1.0, 5.0.0)";resolution:=optional, org.apache.avalon.framework.logger;version="[4.1.3, 4.1.5]";resolution:=optional,