From 980ce0f6366f38f75370b7c2aad27e10a24d1d64 Mon Sep 17 00:00:00 2001 From: Tuukka Lehtonen Date: Tue, 22 Nov 2016 07:20:43 +0200 Subject: [PATCH] Lowered required bundle versions in org.apache.poi 3.15.0 This is an attempt to get products working since nattable 1.4.0 already provides org.apache.poi 3.9.0, commons.codec 1.6 and commons.logging 1.1 for the target platform which confuses the launched product configurations. refs #6813 Change-Id: I1a7c01211433d43e346745c115238714d5244e89 --- plugins/org.apache.poi/META-INF/MANIFEST.MF | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/org.apache.poi/META-INF/MANIFEST.MF b/plugins/org.apache.poi/META-INF/MANIFEST.MF index bd638ea..8b15462 100644 --- a/plugins/org.apache.poi/META-INF/MANIFEST.MF +++ b/plugins/org.apache.poi/META-INF/MANIFEST.MF @@ -84,9 +84,9 @@ Export-Package: org.apache.poi, org.apache.poi.xwpf.extractor, org.apache.poi.xwpf.model, org.apache.poi.xwpf.usermodel -Require-Bundle: org.apache.commons.codec;bundle-version="1.10.0", +Require-Bundle: org.apache.commons.codec;bundle-version="1.6.0", org.apache.commons.collections4;bundle-version="4.1.0", org.apache.commons.logging;bundle-version="1.2.0", org.apache.log4j;bundle-version="1.2.17", com.github.virtuald.curvesapi;bundle-version="1.3.0", - org.apache.xmlbeans;bundle-version="2.6.0" + org.apache.xmlbeans;bundle-version="2.3.0" -- 2.45.2