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 9d30530d3 TIKA-4525: restore aws v1
9d30530d3 is described below
commit 9d30530d3c2721a81eaaaf6c34d7069466082539
Author: Tilman Hausherr <[email protected]>
AuthorDate: Tue Oct 21 06:39:37 2025 +0200
TIKA-4525: restore aws v1
---
tika-integration-tests/tika-pipes-s3-integration-tests/pom.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
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 44d2cc4a7..db6bb518f 100644
--- a/tika-integration-tests/tika-pipes-s3-integration-tests/pom.xml
+++ b/tika-integration-tests/tika-pipes-s3-integration-tests/pom.xml
@@ -80,8 +80,9 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>com.amazonaws</groupId>
- <artifactId>aws-java-sdk-s3</artifactId>
+ <groupId>com.amazonaws</groupId>
+ <artifactId>aws-java-sdk-s3</artifactId>
+ <scope>test</scope>
</dependency>
</dependencies>