From: Tuukka Lehtonen Date: Sun, 20 Nov 2016 08:20:36 +0000 (+0200) Subject: Added org.apache.commons.collections4 as external component. X-Git-Tag: v1.25.0~48 X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=commitdiff_plain;h=89139d9db0b793b52ed00a9bd14280808b6017ac 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 --- 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