ANY23-263 : Upgrade to Tika-1.14 Also required managing the httpclient/httpcore versions that otherwise clash with those required by JSONLD-Java.
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/8efc5553 Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/8efc5553 Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/8efc5553 Branch: refs/heads/master Commit: 8efc55537719c8eca939787f1d7a17553126c059 Parents: 4d2ae55 Author: Peter Ansell <[email protected]> Authored: Thu Jan 12 11:10:25 2017 +1100 Committer: Peter Ansell <[email protected]> Committed: Thu Jan 12 11:10:25 2017 +1100 ---------------------------------------------------------------------- pom.xml | 46 +++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 43 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/any23/blob/8efc5553/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index db0448b..5549eb3 100644 --- a/pom.xml +++ b/pom.xml @@ -288,6 +288,46 @@ <version>3.1</version> </dependency> <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient</artifactId> + <version>4.5.2</version> + </dependency> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient-cache</artifactId> + <version>4.5.2</version> + </dependency> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>fluent-hc</artifactId> + <version>4.5.2</version> + </dependency> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient-osgi</artifactId> + <version>4.5.2</version> + </dependency> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpmime</artifactId> + <version>4.5.2</version> + </dependency> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpcore-osgi</artifactId> + <version>4.4.5</version> + </dependency> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpcore</artifactId> + <version>4.4.5</version> + </dependency> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpcore-nio</artifactId> + <version>4.4.5</version> + </dependency> + <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <version>1.10</version> @@ -300,7 +340,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> - <version>1.9</version> + <version>1.13</version> </dependency> <dependency> <groupId>net.sourceforge.nekohtml</groupId> @@ -312,12 +352,12 @@ <dependency> <groupId>org.apache.tika</groupId> <artifactId>tika-core</artifactId> - <version>1.7</version> + <version>1.14</version> </dependency> <dependency> <groupId>org.apache.tika</groupId> <artifactId>tika-parsers</artifactId> - <version>1.7</version> + <version>1.14</version> </dependency> <dependency> <groupId>org.apache.poi</groupId>
