You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ma...@apache.org on 2017/10/12 17:58:14 UTC

[50/50] [abbrv] oodt git commit: - use Tika 1.13 - 1.16 isn't compat with the commons-compress we are referencing

- use Tika 1.13 - 1.16 isn't compat with the commons-compress we are
referencing

Project: http://git-wip-us.apache.org/repos/asf/oodt/repo
Commit: http://git-wip-us.apache.org/repos/asf/oodt/commit/8a3d5194
Tree: http://git-wip-us.apache.org/repos/asf/oodt/tree/8a3d5194
Diff: http://git-wip-us.apache.org/repos/asf/oodt/diff/8a3d5194

Branch: refs/heads/master
Commit: 8a3d5194424d8327e8b3ffc4a2d45f18b56e3371
Parents: c7b8c98
Author: Chris Mattmann <ch...@jpl.nasa.gov>
Authored: Thu Oct 12 10:42:04 2017 -0700
Committer: Chris Mattmann <ch...@jpl.nasa.gov>
Committed: Thu Oct 12 10:42:04 2017 -0700

----------------------------------------------------------------------
 core/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oodt/blob/8a3d5194/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 8c9a41f..63d2d1d 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -444,12 +444,12 @@ the License.
       <dependency>
         <groupId>org.apache.tika</groupId>
         <artifactId>tika-core</artifactId>
-        <version>1.16</version>
+        <version>1.13</version>
       </dependency>
       <dependency>
         <groupId>org.apache.tika</groupId>
         <artifactId>tika-parsers</artifactId>
-        <version>1.16</version>
+        <version>1.13</version>
       </dependency>
       <dependency>
         <groupId>org.apache.velocity</groupId>