updated aws.sdk version and added sts

This commit is contained in:
Adam Decatur
2026-06-25 09:55:29 -05:00
parent 8f9377c633
commit 6fce8db9d1
+8 -1
View File
@@ -11,7 +11,7 @@
</parent>
<properties>
<aws.sdk.version>2.42.38</aws.sdk.version>
<aws.sdk.version>2.46.17</aws.sdk.version>
</properties>
<dependencies>
@@ -79,6 +79,13 @@
<artifactId>regions</artifactId>
<version>${aws.sdk.version}</version>
</dependency>
<!-- Required for IRSA / web identity (WebIdentityTokenFileCredentialsProvider) which calls STS AssumeRoleWithWebIdentity.
Without it the default credential chain silently skips web identity and falls back to the node instance role. -->
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>sts</artifactId>
<version>${aws.sdk.version}</version>
</dependency>
<dependency>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-text-gen</artifactId>