Repository: any23 Updated Branches: refs/heads/master d80bb5ab2 -> a9435d78c
ANY23-401 update to Tika 1.19.1 Project: http://git-wip-us.apache.org/repos/asf/any23/repo Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/a9435d78 Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/a9435d78 Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/a9435d78 Branch: refs/heads/master Commit: a9435d78cd260d53e9b6e93bda4c3ea8ffd38b68 Parents: d80bb5a Author: Hans <[email protected]> Authored: Fri Oct 26 20:32:45 2018 -0500 Committer: Hans <[email protected]> Committed: Fri Oct 26 20:32:45 2018 -0500 ---------------------------------------------------------------------- cli/pom.xml | 10 ---------- core/pom.xml | 15 --------------- encoding/pom.xml | 10 ---------- mime/pom.xml | 10 ---------- .../any23/plugin/officescraper/ExcelExtractor.java | 2 +- pom.xml | 11 +++-------- 6 files changed, 4 insertions(+), 54 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/any23/blob/a9435d78/cli/pom.xml ---------------------------------------------------------------------- diff --git a/cli/pom.xml b/cli/pom.xml index fdd7dea..2a0cb92 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -128,16 +128,6 @@ <dependency> <groupId>org.apache.tika</groupId> <artifactId>tika-parsers</artifactId> - <exclusions> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging-api</artifactId> - </exclusion> - </exclusions> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> http://git-wip-us.apache.org/repos/asf/any23/blob/a9435d78/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 5746478..9b66c90 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -106,16 +106,6 @@ <dependency> <groupId>org.apache.tika</groupId> <artifactId>tika-parsers</artifactId> - <exclusions> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging-api</artifactId> - </exclusion> - </exclusions> </dependency> <dependency> <!-- used by Tika --> <groupId>org.apache.commons</groupId> @@ -291,11 +281,6 @@ <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> </dependency> - - <dependency> - <groupId>javax.xml.bind</groupId> - <artifactId>jaxb-api</artifactId> - </dependency> <!-- END: Misc --> <!-- BEGIN: slf4j --> http://git-wip-us.apache.org/repos/asf/any23/blob/a9435d78/encoding/pom.xml ---------------------------------------------------------------------- diff --git a/encoding/pom.xml b/encoding/pom.xml index 7916ebc..8740ded 100644 --- a/encoding/pom.xml +++ b/encoding/pom.xml @@ -51,16 +51,6 @@ <dependency> <groupId>org.apache.tika</groupId> <artifactId>tika-parsers</artifactId> - <exclusions> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging-api</artifactId> - </exclusion> - </exclusions> </dependency> <!-- ensure dependencies of tika-parsers match versions specified in dependencyManagement section of parent pom --> http://git-wip-us.apache.org/repos/asf/any23/blob/a9435d78/mime/pom.xml ---------------------------------------------------------------------- diff --git a/mime/pom.xml b/mime/pom.xml index c833def..812c43f 100644 --- a/mime/pom.xml +++ b/mime/pom.xml @@ -88,16 +88,6 @@ <dependency> <groupId>org.apache.tika</groupId> <artifactId>tika-parsers</artifactId> - <exclusions> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging-api</artifactId> - </exclusion> - </exclusions> </dependency> <!-- ensure dependencies of tika-parsers match versions specified in dependencyManagement section of parent pom --> http://git-wip-us.apache.org/repos/asf/any23/blob/a9435d78/plugins/office-scraper/src/main/java/org/apache/any23/plugin/officescraper/ExcelExtractor.java ---------------------------------------------------------------------- diff --git a/plugins/office-scraper/src/main/java/org/apache/any23/plugin/officescraper/ExcelExtractor.java b/plugins/office-scraper/src/main/java/org/apache/any23/plugin/officescraper/ExcelExtractor.java index d4e7918..b879641 100644 --- a/plugins/office-scraper/src/main/java/org/apache/any23/plugin/officescraper/ExcelExtractor.java +++ b/plugins/office-scraper/src/main/java/org/apache/any23/plugin/officescraper/ExcelExtractor.java @@ -133,7 +133,7 @@ public class ExcelExtractor implements Extractor.ContentExtractor { } private void writeCell(IRI rowIRI, Cell cell, ExtractionResult er) { - final IRI cellType = cellTypeToType(cell.getCellTypeEnum()); + final IRI cellType = cellTypeToType(cell.getCellType()); if (cellType == null) return; // Skip unsupported cells. final IRI cellIRI = getCellIRI(rowIRI, cell); http://git-wip-us.apache.org/repos/asf/any23/blob/a9435d78/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b5470ac..3d4766d 100644 --- a/pom.xml +++ b/pom.xml @@ -273,11 +273,11 @@ <httpclient.version>4.5.6</httpclient.version> <httpcore.version>4.4.10</httpcore.version> <owlapi.version>5.1.6</owlapi.version> - <poi.version>3.17</poi.version> + <poi.version>4.0.0</poi.version> <rdf4j.version>2.4.0</rdf4j.version> <semargl.version>0.7</semargl.version> <slf4j.logger.version>1.7.25</slf4j.logger.version> - <tika.version>1.18</tika.version> + <tika.version>1.19.1</tika.version> <openie_2.11.version>4.2.6</openie_2.11.version> <openregex.version>1.1.1</openregex.version> <jackson.version>2.9.6</jackson.version> @@ -361,7 +361,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> - <version>1.17</version> + <version>1.18</version> </dependency> <dependency> <groupId>xerces</groupId> @@ -374,11 +374,6 @@ <version>1.11.3</version> </dependency> <dependency> - <groupId>javax.xml.bind</groupId> - <artifactId>jaxb-api</artifactId> - <version>2.4.0-b180725.0427</version> - </dependency> - <dependency> <groupId>net.sf.biweekly</groupId> <artifactId>biweekly</artifactId> <version>0.6.2</version>
