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 c8f0feab1 TIKA-4435: remove explicit versions
c8f0feab1 is described below

commit c8f0feab1f0d5fcae6514eddd21149be2d228054
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sun Jun 8 17:58:40 2025 +0200

    TIKA-4435: remove explicit versions
---
 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 fca7d7403..780afae38 100644
--- a/tika-parsers/tika-parsers-ml/tika-transcribe-aws/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-transcribe-aws/pom.xml
@@ -38,22 +38,18 @@
     <dependency>
       <groupId>software.amazon.awssdk</groupId>
       <artifactId>transcribe</artifactId>
-      <version>${aws2.version}</version>
     </dependency>
     <dependency>
       <groupId>software.amazon.awssdk</groupId>
       <artifactId>s3</artifactId>
-      <version>${aws2.version}</version>
     </dependency>
     <dependency>
       <groupId>software.amazon.awssdk</groupId>
       <artifactId>sts</artifactId>
-      <version>${aws2.version}</version>
     </dependency>
     <dependency>
       <groupId>software.amazon.awssdk</groupId>
       <artifactId>swf</artifactId>
-      <version>${aws2.version}</version>
     </dependency>
     <dependency>
       <groupId>com.googlecode.json-simple</groupId>

Reply via email to