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

tilman 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 30fd3cd93 TIKA-4525: restore aws v1
30fd3cd93 is described below

commit 30fd3cd9307e2731d4c95b8cd17213e8f1fd2618
Author: Tilman Hausherr <[email protected]>
AuthorDate: Tue Oct 21 05:35:47 2025 +0200

    TIKA-4525: restore aws v1
---
 tika-integration-tests/tika-pipes-s3-integration-tests/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tika-integration-tests/tika-pipes-s3-integration-tests/pom.xml 
b/tika-integration-tests/tika-pipes-s3-integration-tests/pom.xml
index 54c28ea5d..44d2cc4a7 100644
--- a/tika-integration-tests/tika-pipes-s3-integration-tests/pom.xml
+++ b/tika-integration-tests/tika-pipes-s3-integration-tests/pom.xml
@@ -79,6 +79,10 @@
       <artifactId>s3</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+        <groupId>com.amazonaws</groupId>
+        <artifactId>aws-java-sdk-s3</artifactId>
+    </dependency>
   </dependencies>
 
   <build>

Reply via email to