This is an automated email from the ASF dual-hosted git repository.
tallison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/main by this push:
new 263d22b TIKA-3317 -- small cleanups
263d22b is described below
commit 263d22bd290d5726e5300ad11483f97b8b3fbe86
Author: tallison <[email protected]>
AuthorDate: Mon May 17 14:06:24 2021 -0400
TIKA-3317 -- small cleanups
---
pom.xml | 2 +-
tika-parent/pom.xml | 1 +
tika-pipes/tika-pipes-integration-tests/pom.xml | 6 ++++++
3 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 33392bb..f8c6591 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,6 @@
<module>tika-parent</module>
<module>tika-core</module>
<module>tika-serialization</module>
- <module>tika-pipes</module>
<module>tika-parsers</module>
<module>tika-bundles</module>
<module>tika-xmp</module>
@@ -47,6 +46,7 @@
<module>tika-langdetect</module>
<module>tika-app</module>
<module>tika-server</module>
+ <module>tika-pipes</module>
<module>tika-eval</module>
<module>tika-fuzzing</module>
<module>tika-translate</module>
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 4c5e38c..d5c3bb1 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -320,6 +320,7 @@
<jempbox.version>1.8.16</jempbox.version>
<jetty.version>9.4.40.v20210413</jetty.version>
<jhighlight.version>1.0.3</jhighlight.version>
+ <jna.version>5.8.0</jna.version>
<joda.time.version>2.10.9</joda.time.version>
<json.simple.version>1.1.1</json.simple.version>
<juniversalchardet.version>1.0.3</juniversalchardet.version>
diff --git a/tika-pipes/tika-pipes-integration-tests/pom.xml
b/tika-pipes/tika-pipes-integration-tests/pom.xml
index caa6214..2309afc 100644
--- a/tika-pipes/tika-pipes-integration-tests/pom.xml
+++ b/tika-pipes/tika-pipes-integration-tests/pom.xml
@@ -88,6 +88,12 @@
</exclusions>
</dependency>
<dependency>
+ <groupId>net.java.dev.jna</groupId>
+ <artifactId>jna</artifactId>
+ <version>${jna.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>${project.groupId}</groupId>
<artifactId>tika-pipes-iterator-solr</artifactId>
<version>${project.version}</version>