You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2018/07/27 14:16:35 UTC

[tika] 01/30: Depend on Parso for SAS7BDAT support

This is an automated email from the ASF dual-hosted git repository.

tallison pushed a commit to branch branch_1x
in repository https://gitbox.apache.org/repos/asf/tika.git

commit 6afdf198d33beb12553957fcbc3f47830a45a942
Author: Nick Burch <ni...@gagravarr.org>
AuthorDate: Thu Apr 26 22:24:10 2018 +0100

    Depend on Parso for SAS7BDAT support
---
 tika-parsers/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tika-parsers/pom.xml b/tika-parsers/pom.xml
index 6b51f30..e9e5b83 100644
--- a/tika-parsers/pom.xml
+++ b/tika-parsers/pom.xml
@@ -176,6 +176,11 @@
       <version>${tukaani.version}</version>
     </dependency>
     <dependency>
+      <groupId>com.epam</groupId>
+      <artifactId>parso</artifactId>
+      <version>${parso.version}</version>
+    </dependency>
+    <dependency>
       <groupId>org.brotli</groupId>
       <artifactId>dec</artifactId>
       <version>${brotli.version}</version>