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 2022/05/11 20:43:02 UTC

[tika] branch main updated: add resource loading tests back(?)

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 bf2d904e9 add resource loading tests back(?)
bf2d904e9 is described below

commit bf2d904e9d78ac0d7c6ac533be34d7f2ecb274c8
Author: tallison <ta...@apache.org>
AuthorDate: Wed May 11 16:42:55 2022 -0400

    add resource loading tests back(?)
---
 tika-integration-tests/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tika-integration-tests/pom.xml b/tika-integration-tests/pom.xml
index a082c3efa..d8ff01278 100644
--- a/tika-integration-tests/pom.xml
+++ b/tika-integration-tests/pom.xml
@@ -35,6 +35,7 @@
     <module>tika-pipes-solr-integration-tests</module>
     <module>tika-pipes-opensearch-integration-tests</module>
     <module>tika-pipes-s3-integration-tests</module>
+    <module>tika-resource-loading-tests</module>
   </modules>
 
   <dependencies>