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 966484638 TIKA-4435: add aws-java-sdk-swf-libraries dependency
966484638 is described below
commit 966484638115668d7791673e02601539bc345fda
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sun Jun 8 17:09:56 2025 +0200
TIKA-4435: add aws-java-sdk-swf-libraries dependency
---
tika-parent/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index b158cd9f4..70e219a5b 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -576,6 +576,11 @@
<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>