mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2026-09-16 18:13:17 +00:00
updated aws.sdk version and added sts
This commit is contained in:
+8
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user