]> gerrit.simantics Code Review - simantics/third-party.git/commitdiff
Lowered required bundle versions in org.apache.poi 3.15.0 55/155/1
authorTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Tue, 22 Nov 2016 05:20:43 +0000 (07:20 +0200)
committerTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Tue, 22 Nov 2016 05:20:43 +0000 (07:20 +0200)
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

index bd638ead8514c8a64c5e7e9bd147d5b5d266581d..8b15462661f3d37468ae3b4464eaf977155aece5 100644 (file)
@@ -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"