Skip to content

Commit

Permalink
fix: Add aws-sts dependency in java sdk so that S3 client acquires IR…
Browse files Browse the repository at this point in the history
…SA role (feast-dev#3696)

Add aws-sts dependency in java sdk

Signed-off-by: harmeet-singh-discovery <harmeet_singh@discovery.com>
  • Loading branch information
harmeet-singh-discovery authored Aug 1, 2023
1 parent 76270f6 commit c75a01f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions java/serving/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,12 @@
<version>1.12.261</version>
</dependency>

<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-sts</artifactId>
<version>1.12.476</version>
</dependency>

<dependency>
<groupId>com.adobe.testing</groupId>
<artifactId>s3mock-testcontainers</artifactId>
Expand Down

0 comments on commit c75a01f

Please sign in to comment.