This is an automated email from the ASF dual-hosted git repository.
tallison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/master by this push:
new 474122b TIKA-2598 -- unbreak the build (sorry, again!), fix missing
javacpp dependency.
474122b is described below
commit 474122bef3d906f81b91729a970a6ad7b5639a5c
Author: tballison <[email protected]>
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 729b0ac..d90000b 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
[email protected].