NIFI-13342 restored sts dependency in aws service api

Signed-off-by: Matt Burgess <mattyb149@apache.org>

This closes #8910
This commit is contained in:
Joseph Witt 2024-06-03 11:02:36 -07:00 committed by Matt Burgess
parent 48edbeed90
commit 34c24f759a

View File

@ -50,6 +50,10 @@
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-s3</artifactId>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-sts</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>