This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch branch_3x
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/branch_3x by this push:
new c1c4e4e88 TIKA-4435: remove dependency that is no longer needed
c1c4e4e88 is described below
commit c1c4e4e88564db9b77da60b8c132040131d964ef
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon Jun 9 10:56:46 2025 +0200
TIKA-4435: remove dependency that is no longer needed
---
tika-parsers/tika-parsers-ml/tika-transcribe-aws/pom.xml | 4 ----
1 file changed, 4 deletions(-)
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 780afae38..7b994d7d3 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>