summaryrefslogtreecommitdiffstats
path: root/maven
Commit message (Collapse)AuthorAgeFilesLines
* try to remove seemingly unused log4j 1.x dependencyPJ Fanning2020-12-161-7/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884519 13f79535-47bb-0310-9956-ffa450edef68
* #64981 - Upgrade OOXML schema to 5th edition (transitional)Andreas Beeker2020-12-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884386 13f79535-47bb-0310-9956-ffa450edef68
* #64979 - Change artifact names of poi-/ooxml-schemasAndreas Beeker2020-12-135-124/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884381 13f79535-47bb-0310-9956-ffa450edef68
* upgrade to pdfbox-graphics2d 0.29Andreas Beeker2020-11-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1883907 13f79535-47bb-0310-9956-ffa450edef68
* update dependencies - make optional dependencies mandatoryAndreas Beeker2020-11-112-60/+82
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1883325 13f79535-47bb-0310-9956-ffa450edef68
* update commons-codecPJ Fanning2020-10-221-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882771 13f79535-47bb-0310-9956-ffa450edef68
* Handle errors from GraalVM native mode runs - UnsupportedFeature on setting ↵Andreas Beeker2020-10-201-79/+0
| | | | | | Sax features together with missing ErrorMessages from the java.xml module git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882714 13f79535-47bb-0310-9956-ffa450edef68
* Bug 57857 POI OSGi bundleYegor Kozlov2020-09-162-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1881771 13f79535-47bb-0310-9956-ffa450edef68
* Try to use https for poi.apache.org everywhereDominik Stadler2020-03-088-11/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1874981 13f79535-47bb-0310-9956-ffa450edef68
* commons-codec 1.14PJ Fanning2020-02-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1874038 13f79535-47bb-0310-9956-ffa450edef68
* commons-compress 1.20PJ Fanning2020-02-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1874036 13f79535-47bb-0310-9956-ffa450edef68
* update junit to 4.13 and mockito to 3.2.4PJ Fanning2020-02-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1874019 13f79535-47bb-0310-9956-ffa450edef68
* BUG 64015 -- swap out java.util.BitSet for zaxxer's SparseBitSetTim Allison2020-01-071-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1872445 13f79535-47bb-0310-9956-ffa450edef68
* [bug-63725] commons-compress 1.19PJ Fanning2019-09-041-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1866402 13f79535-47bb-0310-9956-ffa450edef68
* upgrade to commons-collections4 4.4PJ Fanning2019-08-311-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1866212 13f79535-47bb-0310-9956-ffa450edef68
* upgrade commons-codec and mockitoPJ Fanning2019-08-291-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1866106 13f79535-47bb-0310-9956-ffa450edef68
* [github-148] update license text in pom file. Thanks to Vincent Privat. This ↵PJ Fanning2019-05-148-8/+8
| | | | | | close #148 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1859202 13f79535-47bb-0310-9956-ffa450edef68
* use released version of xmlbeans 3.1.0PJ Fanning2019-03-261-5/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1856354 13f79535-47bb-0310-9956-ffa450edef68
* xmlbeans 3.1.0PJ Fanning2019-03-221-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1856093 13f79535-47bb-0310-9956-ffa450edef68
* upgrade bouncycastle and curvesapiPJ Fanning2019-03-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1855978 13f79535-47bb-0310-9956-ffa450edef68
* commons-codec - 1.12PJ Fanning2019-03-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1855975 13f79535-47bb-0310-9956-ffa450edef68
* commons-collections4 - 4.3PJ Fanning2019-03-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1855973 13f79535-47bb-0310-9956-ffa450edef68
* use xmlbeans-3.0.3 rc versionPJ Fanning2019-03-201-1/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1855952 13f79535-47bb-0310-9956-ffa450edef68
* update xmlbeans to 3.0.2PJ Fanning2018-10-271-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1844955 13f79535-47bb-0310-9956-ffa450edef68
* update commons-codec dependency in pom.xml to 1.11 (to match compile time)PJ Fanning2018-09-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1841246 13f79535-47bb-0310-9956-ffa450edef68
* move commons-math3 dependency to poi pom.xmlPJ Fanning2018-09-182-10/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1841245 13f79535-47bb-0310-9956-ffa450edef68
* [bug-62690] change poi-ooxml pom.xml to have explicit dependency on ↵PJ Fanning2018-09-181-0/+5
| | | | | | commons-math3 3.6.1 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1841244 13f79535-47bb-0310-9956-ffa450edef68
* [bug-62735] change poi-ooxml pom.xml to have dependency on curvesapi 1.05PJ Fanning2018-09-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1841243 13f79535-47bb-0310-9956-ffa450edef68
* uptake xmlbeans 3.0.1 (staging version, pre-release)PJ Fanning2018-08-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1838366 13f79535-47bb-0310-9956-ffa450edef68
* 62630 -- upgrad commons-compressTim Allison2018-08-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1838214 13f79535-47bb-0310-9956-ffa450edef68
* upgrade commons-collections4 to 4.2PJ Fanning2018-07-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1835913 13f79535-47bb-0310-9956-ffa450edef68
* #59268 - Work on providing an updated version of XMLBeansAndreas Beeker2018-06-221-1/+1
| | | | | | (imported from https://github.com/apache/poi/pull/113) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1834165 13f79535-47bb-0310-9956-ffa450edef68
* #62187 - Compiling with Java 10 fails with ClassCastException / use ↵Andreas Beeker2018-06-031-3/+8
| | | | | | commons-compress for zipbomb detection git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1832789 13f79535-47bb-0310-9956-ffa450edef68
* Remove use of xmlbeans 2.3.0 in build to simplify our build dependenciesPJ Fanning2018-01-112-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1820869 13f79535-47bb-0310-9956-ffa450edef68
* roll back to hamcrest-coreJaven O'Neal2017-04-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791570 13f79535-47bb-0310-9956-ffa450edef68
* change from hamcrest-core-1.3 to hamcrest-all-1.3Javen O'Neal2017-04-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791567 13f79535-47bb-0310-9956-ffa450edef68
* As Nick suspected, the dependency is actually from HSSF too so commons ↵David North2016-07-292-5/+5
| | | | | | | | | collections 4 needs adding to the main POM https://bz.apache.org/bugzilla/show_bug.cgi?id=59734 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754563 13f79535-47bb-0310-9956-ffa450edef68
* Introduce name-based methods for access to named ranges in a workbook, and ↵David North2016-07-291-0/+5
| | | | | | | | | | | | deprecate the old index-based methods. Re-organise internally to use a map so that lookup is O(1) rather than O(n ranges). Add a dependency on commons collections 4, also ASL licensed so no problem. https://bz.apache.org/bugzilla/show_bug.cgi?id=59734 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754521 13f79535-47bb-0310-9956-ffa450edef68
* Update curvesapi to 1.04Dustin Spicuzza2016-05-301-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746168 13f79535-47bb-0310-9956-ffa450edef68
* Multisign update to allow gpg2 usageDavid North2015-12-071-2/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1718483 13f79535-47bb-0310-9956-ffa450edef68
* XDGF: fix the fixDustin Spicuzza2015-10-191-1/+1
| | | | | | | - Use Collections.emptySet() for an iterator instead - Bump curvesapi to 1.03, which is compiled for JDK 1.5 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1709463 13f79535-47bb-0310-9956-ffa450edef68
* poi-import: fix build dependenciesDustin Spicuzza2015-10-191-0/+5
| | | | | | - Compilation + tests work now git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1709356 13f79535-47bb-0310-9956-ffa450edef68
* Update to latest commons-codec-1.10 and commons-logging-1.2, use the ↵Dominik Stadler2015-10-131-2/+2
| | | | | | properties for these libs everywhere in build.xml git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1708464 13f79535-47bb-0310-9956-ffa450edef68
* Update to junit-4.12, the jar file is downloaded, so not required on ↵Dominik Stadler2015-01-031-1/+1
| | | | | | | | | classpath anymore. Also adjust version in pom.xml for Sonar. Conflicts: .classpath git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1649178 13f79535-47bb-0310-9956-ffa450edef68
* Typo fixNick Burch2014-12-221-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647231 13f79535-47bb-0310-9956-ffa450edef68
* Start on a Text Extractor for the pre-OLE2 Excel formats like Excel 4, for ↵Nick Burch2014-11-301-1/+1
| | | | | | TIKA-1490 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1642490 13f79535-47bb-0310-9956-ffa450edef68
* Fix the maven deployment script to use repository.apache.org instead of the ↵Nick Burch2014-11-181-19/+11
| | | | | | people ibiblio sync git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1640337 13f79535-47bb-0310-9956-ffa450edef68
* I think this is the right maven magic to deploy a javadoc jar, but we may ↵Nick Burch2014-11-101-0/+7
| | | | | | have to see... git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637831 13f79535-47bb-0310-9956-ffa450edef68
* added ooxml-security-1.0 to the maven artifactsAndreas Beeker2014-10-251-0/+79
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1634247 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #56814 - Switch from dom4j to JAXPUwe Schindler2014-08-121-5/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1617428 13f79535-47bb-0310-9956-ffa450edef68