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 2af249166 TIKA-4435: remove dependency that is no longer needed
     new 4f52bd855 Merge branch 'main' of 
https://gitbox.apache.org/repos/asf/tika
2af249166 is described below

commit 2af249166a734f5e822cf480fdd70d223fadf763
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon Jun 9 15:02:16 2025 +0200

    TIKA-4435: remove dependency that is no longer needed
---
 tika-parent/pom.xml                                      | 5 -----
 tika-parsers/tika-parsers-ml/tika-transcribe-aws/pom.xml | 4 ----
 2 files changed, 9 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index d996ff15b..7efa88130 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -602,11 +602,6 @@
         <type>pom</type>
         <scope>import</scope>
       </dependency>
-      <dependency>
-        <groupId>com.amazonaws</groupId>
-        <artifactId>aws-java-sdk-swf-libraries</artifactId>
-        <version>2.0.0</version>
-      </dependency>
       <dependency>
         <groupId>com.azure</groupId>
         <artifactId>azure-storage-blob</artifactId>
diff --git a/tika-parsers/tika-parsers-ml/tika-transcribe-aws/pom.xml 
b/tika-parsers/tika-parsers-ml/tika-transcribe-aws/pom.xml
index 26e27f6aa..05588ed7e 100644
--- a/tika-parsers/tika-parsers-ml/tika-transcribe-aws/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-transcribe-aws/pom.xml
@@ -47,10 +47,6 @@
       <groupId>software.amazon.awssdk</groupId>
       <artifactId>sts</artifactId>
     </dependency>
-    <dependency>
-      <groupId>software.amazon.awssdk</groupId>
-      <artifactId>swf</artifactId>
-    </dependency>
     <dependency>
       <groupId>com.googlecode.json-simple</groupId>
       <artifactId>json-simple</artifactId>

Reply via email to