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 b9bd8a92b TIKA-4435: add aws-java-sdk-swf-libraries dependency
b9bd8a92b is described below

commit b9bd8a92b02bcc14b018a7598a9d8320933aee07
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sun Jun 8 17:09:44 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 03e539e1d..c5e29bd30 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -602,6 +602,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>

Reply via email to