From 6da6783d63486bb1f988508984abb141f012f48f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martti=20K=C3=A4=C3=A4rik?= Date: Fri, 11 Apr 2025 11:51:12 +0300 Subject: [PATCH] This is the version of Log4j plugin that still contains the core. --- .../org.etsi.mts.tdl.tools.to.docx.poi/META-INF/MANIFEST.MF | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/org.etsi.mts.tdl.tools.to.docx.poi/META-INF/MANIFEST.MF b/plugins/org.etsi.mts.tdl.tools.to.docx.poi/META-INF/MANIFEST.MF index 05827653..98fc2937 100644 --- a/plugins/org.etsi.mts.tdl.tools.to.docx.poi/META-INF/MANIFEST.MF +++ b/plugins/org.etsi.mts.tdl.tools.to.docx.poi/META-INF/MANIFEST.MF @@ -18,7 +18,8 @@ Require-Bundle: org.eclipse.core.runtime, org.apache.poi.ooxml, org.apache.poi.ooxml.schemas, org.apache.xmlbeans, - org.apache.commons.compress + org.apache.commons.compress, + org.apache.logging.log4j;bundle-version="2.17.1" Bundle-RequiredExecutionEnvironment: JavaSE-11 Automatic-Module-Name: org.etsi.mts.tdl.tools.to.docx.poi Bundle-ActivationPolicy: lazy -- GitLab