Repository: any23 Updated Branches: refs/heads/master 53c13945a -> db9d2263d
Update Tika/POI versions Signed-off-by: Peter Ansell <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/any23/repo Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/db9d2263 Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/db9d2263 Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/db9d2263 Branch: refs/heads/master Commit: db9d2263db91705a027106340eca24fbe31255e9 Parents: 53c1394 Author: Peter Ansell <[email protected]> Authored: Mon Jul 10 10:23:13 2017 +1000 Committer: Peter Ansell <[email protected]> Committed: Mon Jul 10 10:23:13 2017 +1000 ---------------------------------------------------------------------- pom.xml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/any23/blob/db9d2263/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 89d95d9..8f12e3a 100644 --- a/pom.xml +++ b/pom.xml @@ -241,9 +241,11 @@ <httpclient.version>4.5.3</httpclient.version> <httpcore.version>4.4.6</httpcore.version> - <slf4j.logger.version>1.7.25</slf4j.logger.version> + <poi.version>3.16</poi.version> <rdf4j.version>2.2.2</rdf4j.version> <semargl.version>0.7</semargl.version> + <slf4j.logger.version>1.7.25</slf4j.logger.version> + <tika.version>1.15</tika.version> <!-- Overridden in profiles to add JDK specific arguments to surefire --> <surefire-extra-args></surefire-extra-args> @@ -365,32 +367,32 @@ <dependency> <groupId>org.apache.tika</groupId> <artifactId>tika-core</artifactId> - <version>1.14</version> + <version>${tika.version}</version> </dependency> <dependency> <groupId>org.apache.tika</groupId> <artifactId>tika-parsers</artifactId> - <version>1.14</version> + <version>${tika.version}</version> </dependency> <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> - <version>3.8</version> + <version>${poi.version}</version> </dependency> <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi-ooxml</artifactId> - <version>3.8</version> + <version>${poi.version}</version> </dependency> <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi-ooxml-schemas</artifactId> - <version>3.8</version> + <version>${poi.version}</version> </dependency> <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi-scratchpad</artifactId> - <version>3.8</version> + <version>${poi.version}</version> </dependency> <!-- END: Tika -->
