This is an automated email from the ASF dual-hosted git repository.
exceptionfactory 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 d1015532d1 NIFI-15171 Fixed failures with NoClassDefFoundError in
ConsumeKinesisIT (#10488)
d1015532d1 is described below
commit d1015532d13dde974da9773f004c945ee271b83f
Author: Pierre Villard <[email protected]>
AuthorDate: Sat Nov 1 22:17:06 2025 +0100
NIFI-15171 Fixed failures with NoClassDefFoundError in ConsumeKinesisIT
(#10488)
Signed-off-by: David Handermann <[email protected]>
---
nifi-extension-bundles/nifi-aws-bundle/nifi-aws-kinesis/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-kinesis/pom.xml
b/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-kinesis/pom.xml
index 30173e880b..2ccdbc8e16 100644
--- a/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-kinesis/pom.xml
+++ b/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-kinesis/pom.xml
@@ -85,6 +85,11 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.nifi</groupId>
+ <artifactId>nifi-oauth2-provider-api</artifactId>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>