PJ Fanning
a7968aa5a0
update commons-codec dependency in pom.xml to 1.11 (to match compile time)
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1841246 13f79535-47bb-0310-9956-ffa450edef68
2018-09-18 18:00:53 +00:00
PJ Fanning
bd17a09494
move commons-math3 dependency to poi pom.xml
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1841245 13f79535-47bb-0310-9956-ffa450edef68
2018-09-18 17:53:30 +00:00
PJ Fanning
a326b6c350
[bug-62690] change poi-ooxml pom.xml to have explicit dependency on commons-math3 3.6.1
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1841244 13f79535-47bb-0310-9956-ffa450edef68
2018-09-18 17:39:23 +00:00
PJ Fanning
6bbaf0813b
[bug-62735] change poi-ooxml pom.xml to have dependency on curvesapi 1.05
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1841243 13f79535-47bb-0310-9956-ffa450edef68
2018-09-18 17:36:28 +00:00
PJ Fanning
b6d837c8ce
uptake xmlbeans 3.0.1 (staging version, pre-release)
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1838366 13f79535-47bb-0310-9956-ffa450edef68
2018-08-19 09:08:00 +00:00
Tim Allison
7a59d0441b
62630 -- upgrad commons-compress
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1838214 13f79535-47bb-0310-9956-ffa450edef68
2018-08-16 18:36:47 +00:00
PJ Fanning
1aa5124c7f
upgrade commons-collections4 to 4.2
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1835913 13f79535-47bb-0310-9956-ffa450edef68
2018-07-14 15:49:49 +00:00
Andreas Beeker
d193426a1d
#59268 - Work on providing an updated version of XMLBeans
...
(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
2018-06-22 21:25:00 +00:00
Andreas Beeker
8cabdb476c
#62187 - Compiling with Java 10 fails with ClassCastException / use commons-compress for zipbomb detection
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1832789 13f79535-47bb-0310-9956-ffa450edef68
2018-06-03 22:09:11 +00:00
PJ Fanning
c15a35b4c7
Remove use of xmlbeans 2.3.0 in build to simplify our build dependencies
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1820869 13f79535-47bb-0310-9956-ffa450edef68
2018-01-11 12:25:12 +00:00
Javen O'Neal
c43ca904b3
roll back to hamcrest-core
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791570 13f79535-47bb-0310-9956-ffa450edef68
2017-04-16 06:10:23 +00:00
Javen O'Neal
3bf6445aa4
change from hamcrest-core-1.3 to hamcrest-all-1.3
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791567 13f79535-47bb-0310-9956-ffa450edef68
2017-04-16 05:02:07 +00:00
David North
753699e48a
As Nick suspected, the dependency is actually from HSSF too so commons 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
2016-07-29 18:48:07 +00:00
David North
aa17ae0b1e
Introduce name-based methods for access to named ranges in a workbook, and 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
2016-07-29 13:24:00 +00:00
Dustin Spicuzza
3c10475002
Update curvesapi to 1.04
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746168 13f79535-47bb-0310-9956-ffa450edef68
2016-05-30 19:21:49 +00:00
David North
c92b3956e9
Multisign update to allow gpg2 usage
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1718483 13f79535-47bb-0310-9956-ffa450edef68
2015-12-07 22:21:05 +00:00
Dustin Spicuzza
5d571fe387
XDGF: fix the fix
...
- 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
2015-10-19 18:36:45 +00:00
Dustin Spicuzza
66b0322e38
poi-import: fix build dependencies
...
- Compilation + tests work now
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1709356 13f79535-47bb-0310-9956-ffa450edef68
2015-10-19 05:59:42 +00:00
Dominik Stadler
f678783d46
Update to latest commons-codec-1.10 and commons-logging-1.2, use the 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
2015-10-13 16:37:22 +00:00
Dominik Stadler
55275b1e67
Update to junit-4.12, the jar file is downloaded, so not required on 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
2015-01-03 09:35:21 +00:00
Nick Burch
eff53accdd
Typo fix
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647231 13f79535-47bb-0310-9956-ffa450edef68
2014-12-22 00:51:21 +00:00
Nick Burch
73bd034c79
Start on a Text Extractor for the pre-OLE2 Excel formats like Excel 4, for TIKA-1490
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1642490 13f79535-47bb-0310-9956-ffa450edef68
2014-11-30 00:16:23 +00:00
Nick Burch
284e328f11
Fix the maven deployment script to use repository.apache.org instead of the people ibiblio sync
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1640337 13f79535-47bb-0310-9956-ffa450edef68
2014-11-18 13:21:39 +00:00
Nick Burch
6b34a21a35
I think this is the right maven magic to deploy a javadoc jar, but we may have to see...
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637831 13f79535-47bb-0310-9956-ffa450edef68
2014-11-10 12:34:01 +00:00
Andreas Beeker
1499778fdd
added ooxml-security-1.0 to the maven artifacts
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1634247 13f79535-47bb-0310-9956-ffa450edef68
2014-10-25 19:34:42 +00:00
Uwe Schindler
fed01cb1ad
Fix bug #56814 - Switch from dom4j to JAXP
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1617428 13f79535-47bb-0310-9956-ffa450edef68
2014-08-12 07:19:51 +00:00
Nick Burch
fc60883a7d
Change the default XMLBeans version used for running to be 2.6, leave 2.3 for compiling the schemas (for maximum compatibility)
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1615780 13f79535-47bb-0310-9956-ffa450edef68
2014-08-04 20:40:45 +00:00
Dominik Stadler
193d615895
Revert upgrade to XMLBeans 2.6.0 to properly discuss on the mailinglist first
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1602075 13f79535-47bb-0310-9956-ffa450edef68
2014-06-12 07:08:21 +00:00
Dominik Stadler
267d70569a
Update XMLBeans to version 2.6.0
...
Conflicts:
.classpath
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1602006 13f79535-47bb-0310-9956-ffa450edef68
2014-06-11 20:32:52 +00:00
Dominik Stadler
47070c5060
Update commons-logging to 1.1.3 and set scope to test for hamcrest lib in pom
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563997 13f79535-47bb-0310-9956-ffa450edef68
2014-02-03 18:54:44 +00:00
Nick Burch
3c40a957bc
Sync the Maven POM defined dependencies with the Ant build ones
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563448 13f79535-47bb-0310-9956-ffa450edef68
2014-02-01 17:36:10 +00:00
Nick Burch
9eb644c546
Remove the executable flag from a number of files that aren't executables so shouldn't have it set
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1496656 13f79535-47bb-0310-9956-ffa450edef68
2013-06-25 22:12:48 +00:00
Maxim Valyanskiy
66cb858ae5
add commons-codec to maven-pom
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1102603 13f79535-47bb-0310-9956-ffa450edef68
2011-05-13 08:29:27 +00:00
Yegor Kozlov
42d8eb4826
include poi-excelant
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1078760 13f79535-47bb-0310-9956-ffa450edef68
2011-03-07 12:33:22 +00:00
Yegor Kozlov
cb712c3d61
merged with excelant branch
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1073707 13f79535-47bb-0310-9956-ffa450edef68
2011-02-23 11:52:28 +00:00
Yegor Kozlov
4c5d1a1aa8
Use stax:stax-api instead of org.apache.geronimo.specs:geronimo-stax-api_1.0_spec, see Bugzilla 50581
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1073683 13f79535-47bb-0310-9956-ffa450edef68
2011-02-23 10:37:03 +00:00
Yegor Kozlov
b6aaf36b5c
initial import of ExcelAnt tasks, see Bugzilla 50610
...
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/excelant@1072119 13f79535-47bb-0310-9956-ffa450edef68
2011-02-18 20:04:50 +00:00
Yegor Kozlov
c232f7e208
removed log4 and commons-logging from poi-scratchpad.pom
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1021408 13f79535-47bb-0310-9956-ffa450edef68
2010-10-11 16:23:38 +00:00
Yegor Kozlov
8ac5434914
marked commons-logging and log4j as optional dependencies in POI poms, see Bugzilla 50067
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1021326 13f79535-47bb-0310-9956-ffa450edef68
2010-10-11 12:44:22 +00:00
Yegor Kozlov
733cf81a3b
repackaged poi-contrib to poi-main and poi-examples, excluded contrib from build artifacts
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1004919 13f79535-47bb-0310-9956-ffa450edef68
2010-10-06 07:58:51 +00:00
Nick Burch
53488f06e9
Generate SHA1 hashes as well as MD5 ones. Also, use md5sum/sha1sum in preference to openssl (if found), as the former include the filenames in the hashes which is helpful when verifying
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1000901 13f79535-47bb-0310-9956-ffa450edef68
2010-09-24 15:11:16 +00:00
Yegor Kozlov
5984c5d57c
updated current version on status.xml, also some misc post-release improvements in mvn-deploy.sh and build.xml
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@887930 13f79535-47bb-0310-9956-ffa450edef68
2009-12-07 14:20:10 +00:00
Yegor Kozlov
7878ecbd1a
poi-ooxml-schemas depends on geronimo-stax-api
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@883637 13f79535-47bb-0310-9956-ffa450edef68
2009-11-24 09:39:37 +00:00
Yegor Kozlov
03443502f5
more cleanup of build.xml, improved release procedure, added a script to create .md5 and .asc
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@883629 13f79535-47bb-0310-9956-ffa450edef68
2009-11-24 09:10:49 +00:00
Yegor Kozlov
b7aa4bea9a
more improvements in build.xml: moved ooxml-lite targets out of normal 'compile' and 'test', added compile-all and test-all
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@883278 13f79535-47bb-0310-9956-ffa450edef68
2009-11-23 08:43:04 +00:00
Yegor Kozlov
437182aa72
included poi-ooxml-schemas and poi-examples in the release cycle, also misc improvements in build.xml: merged scratchpad and main examples, improved cross-module classpath dependencies, removed obsolete targets
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@882927 13f79535-47bb-0310-9956-ffa450edef68
2009-11-21 15:30:54 +00:00
Josh Micich
32eb9ada7c
deleted 'svn:executable' property
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@826045 13f79535-47bb-0310-9956-ffa450edef68
2009-10-16 19:17:12 +00:00
Yegor Kozlov
29a6cf21e8
improved script for deploying maven artefacts
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@819487 13f79535-47bb-0310-9956-ffa450edef68
2009-09-28 09:52:34 +00:00
Yegor Kozlov
7e32bc9562
improved the script for uploading maven artefacts, use gpg:sign-and-deploy-file instead of deploy:deploy-file
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@764198 13f79535-47bb-0310-9956-ffa450edef68
2009-04-11 13:11:39 +00:00
Yegor Kozlov
7ee091d4d0
added a script to upload digital signatures in the Maven repo to the 'dist' ant task
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@746240 13f79535-47bb-0310-9956-ffa450edef68
2009-02-20 13:51:35 +00:00