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
<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>