awelless commented on code in PR #10964:
URL: https://github.com/apache/nifi/pull/10964#discussion_r2931090837
##########
nifi-extension-bundles/nifi-aws-bundle/nifi-aws-kinesis-nar/pom.xml:
##########
@@ -98,7 +98,7 @@
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
- <artifactId>apache-client</artifactId>
+ <artifactId>apache5-client</artifactId>
Review Comment:
Currently `nifi-aws-service-api-nar` doesn't bring `apache5-client` as a
dependency. We should either add it to that nar or remove it from this list.
Before adding it into `nifi-aws-service-api` I was getting
`ClassNotFoundException` for Apache 5 http client.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]