]> gerrit.simantics Code Review - simantics/platform.git/commitdiff
Added org.apache.commons.collections4 as external component. 42/142/2
authorTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Sun, 20 Nov 2016 08:20:36 +0000 (10:20 +0200)
committerTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Sun, 20 Nov 2016 08:22:28 +0000 (10:22 +0200)
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

index 0693c09b734897c0e0ad4705e15b24df835146b8..b4bdca36b70e869abed96349551aa63e265e3a03 100644 (file)
                                     <id>org.antlr:antlr-runtime:3.5.2</id>
                                     <source>true</source>
                                 </artifact>
-                                <artifact>
-                                    <id>org.apache.poi:poi:3.14</id>
-                                    <source>true</source>
-                                </artifact>
-                                <artifact>
-                                    <id>org.apache.poi:poi-ooxml:3.14</id>
-                                    <source>true</source>
-                                </artifact>
                                 <artifact>
                                     <id>org.apache.lucene:lucene-core:${lucene.version}</id>
                                     <source>true</source>
                                     <id>commons-collections:commons-collections:3.2.2</id>
                                     <source>true</source>
                                 </artifact>
+                                <artifact>
+                                    <id>org.apache.commons:commons-collections4:4.1</id>
+                                    <source>true</source>
+                                </artifact>
                                 <artifact>
                                     <id>org.apache.commons:commons-compress:1.12</id>
                                     <source>true</source>