This is an automated email from the ASF dual-hosted git repository.
mattyb149 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new 34c24f759a NIFI-13342 restored sts dependency in aws service api
34c24f759a is described below
commit 34c24f759ac5478b4f335d6df5ff46e01dfc132d
Author: Joseph Witt <[email protected]>
AuthorDate: Mon Jun 3 11:02:36 2024 -0700
NIFI-13342 restored sts dependency in aws service api
Signed-off-by: Matt Burgess <[email protected]>
This closes #8910
---
nifi-extension-bundles/nifi-aws-bundle/nifi-aws-service-api/pom.xml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git
a/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-service-api/pom.xml
b/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-service-api/pom.xml
index 8dbbe1af95..ff7ddaa39d 100644
--- a/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-service-api/pom.xml
+++ b/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-service-api/pom.xml
@@ -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>