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 2ddcb0e5b TIKA-4525: remove aws v1
2ddcb0e5b is described below

commit 2ddcb0e5b3c26a19a712dd8d1cca694c424ea73b
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon Oct 20 20:36:27 2025 +0200

    TIKA-4525: remove aws v1
---
 tika-pipes/tika-fetchers/tika-fetcher-s3/pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/tika-pipes/tika-fetchers/tika-fetcher-s3/pom.xml 
b/tika-pipes/tika-fetchers/tika-fetcher-s3/pom.xml
index 30289744b..78ca8523c 100644
--- a/tika-pipes/tika-fetchers/tika-fetcher-s3/pom.xml
+++ b/tika-pipes/tika-fetchers/tika-fetcher-s3/pom.xml
@@ -29,10 +29,6 @@
     <name>Apache Tika S3 fetcher</name>
 
     <dependencies>
-        <dependency>
-            <groupId>com.amazonaws</groupId>
-            <artifactId>aws-java-sdk-s3</artifactId>
-        </dependency>
         <dependency>
             <groupId>org.apache.logging.log4j</groupId>
             <artifactId>log4j-slf4j2-impl</artifactId>

Reply via email to