From: Tuukka Lehtonen Date: Tue, 22 Nov 2016 05:20:43 +0000 (+0200) Subject: Lowered required bundle versions in org.apache.poi 3.15.0 X-Git-Tag: v1.25.0~4 X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F55%2F155%2F1;p=simantics%2Fthird-party.git 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 --- 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"