Skip to content

Commit 49a8bc7

Browse files
committed
TIKA-4327: update aws, remove httpcore5 dependency that is no longer needed
1 parent 21cf116 commit 49a8bc7

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

tika-parent/pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@
316316
<!-- dependency versions -->
317317
<!-- change threetenbp exclusion version -->
318318
<google.cloud.version>2.70.0</google.cloud.version>
319-
<aws2.version>2.49.3</aws2.version>
319+
<aws2.version>2.49.5</aws2.version>
320320
<!-- WARNING: when you upgrade asm make sure that you update the
321321
OpCode in the initializer in org.apache.tika.parser.asm.XHTMLClassVisitor
322322
See TIKA-2992.
@@ -1232,12 +1232,6 @@
12321232
<artifactId>jakarta.inject-api</artifactId>
12331233
<version>2.0.1.MR</version>
12341234
</dependency>
1235-
<!-- TODO try removing after updating aws2, last tested with 2.46.17, trouble with transcribe -->
1236-
<dependency>
1237-
<groupId>org.apache.httpcomponents.core5</groupId>
1238-
<artifactId>httpcore5</artifactId>
1239-
<version>5.4.3</version>
1240-
</dependency>
12411235
</dependencies>
12421236
</dependencyManagement>
12431237

0 commit comments

Comments
 (0)