From 89139d9db0b793b52ed00a9bd14280808b6017ac Mon Sep 17 00:00:00 2001 From: Tuukka Lehtonen Date: Sun, 20 Nov 2016 10:20:36 +0200 Subject: [PATCH] Added org.apache.commons.collections4 as external component. This change also removes org.apache.poi.{,ooxml,ooxml-schemas} from the external components as preparation for including manually bundled org.apache.poi bundle version 3.15.0. org.apache.commons.collections4 was added because it is a dependency of this new version of POI. Due to org.apache.poi.{,ooxml,ooxml-schemas} containing split packages it is just easier to bundle the POI JARs into a single bundle to keep bundle class loading happy. refs #6813 Change-Id: Iefd4b52c0fafc4a0e7b6b9ed2bf6bac0e38a113e --- releng/org.simantics.sdk.build.p2.site/pom.xml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/releng/org.simantics.sdk.build.p2.site/pom.xml b/releng/org.simantics.sdk.build.p2.site/pom.xml index 0693c09b7..b4bdca36b 100644 --- a/releng/org.simantics.sdk.build.p2.site/pom.xml +++ b/releng/org.simantics.sdk.build.p2.site/pom.xml @@ -96,14 +96,6 @@ org.antlr:antlr-runtime:3.5.2 true - - org.apache.poi:poi:3.14 - true - - - org.apache.poi:poi-ooxml:3.14 - true - org.apache.lucene:lucene-core:${lucene.version} true @@ -197,6 +189,10 @@ commons-collections:commons-collections:3.2.2 true + + org.apache.commons:commons-collections4:4.1 + true + org.apache.commons:commons-compress:1.12 true -- 2.43.2