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


The following commit(s) were added to refs/heads/branch_1x by this push:
     new 8163b59  TIKA-2598 -- unbreak the build (sorry, again!), fix missing 
javacpp dependency.
8163b59 is described below

commit 8163b598a73733554a8a87bde10a562291e4ec79
Author: tballison <talli...@mitre.org>
AuthorDate: Wed Mar 7 08:26:46 2018 -0500

    TIKA-2598 -- unbreak the build (sorry, again!), fix missing javacpp 
dependency.
---
 tika-dl/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tika-dl/pom.xml b/tika-dl/pom.xml
index 29f8542..a7b40c7 100644
--- a/tika-dl/pom.xml
+++ b/tika-dl/pom.xml
@@ -151,6 +151,11 @@
       </exclusions>
     </dependency>
     <dependency>
+      <groupId>org.bytedeco</groupId>
+      <artifactId>javacpp</artifactId>
+      <version>1.3.2</version>
+    </dependency>
+    <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-compress</artifactId>
         <version>${commons.compress.version}</version>

-- 
To stop receiving notification emails like this one, please contact
talli...@apache.org.

Reply via email to