Skip to content

Commit

Permalink
NIFI-11288 Add AWS STS dependency for AssumeRoleWithWebIdentity method
Browse files Browse the repository at this point in the history
This closes apache#7974

Signed-off-by: David Handermann <[email protected]>
  • Loading branch information
juldrixx authored and exceptionfactory committed Jan 15, 2024
1 parent e8783f3 commit 281a28c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nifi-nar-bundles/nifi-aws-bundle/nifi-aws-service-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-s3</artifactId>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-sts</artifactId>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
<groupId>software.amazon.awssdk</groupId>
<artifactId>s3</artifactId>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>sts</artifactId>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>apache-client</artifactId>
Expand Down

0 comments on commit 281a28c

Please sign in to comment.