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 61ae511e8 TIKA-4435: remove dependency that is no longer needed
61ae511e8 is described below

commit 61ae511e8e35a637ede8c372f69359c3731f1eea
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon Jun 9 17:37:43 2025 +0200

    TIKA-4435: remove dependency that is no longer needed
---
 tika-parent/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 4534fb2d1..9730fe06e 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -583,11 +583,6 @@
         <artifactId>biz.aQute.bndlib</artifactId>
         <version>${biz.aqute.version}</version>
       </dependency>
-      <dependency>
-        <groupId>com.amazonaws</groupId>
-        <artifactId>aws-java-sdk-s3</artifactId>
-        <version>${aws.version}</version>
-      </dependency>
       <dependency>
         <groupId>com.amazonaws</groupId>
         <artifactId>aws-java-sdk-bom</artifactId>

Reply via email to