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 6e877714017 NIFI-16249 Removed duplicated dependencies mockito-core
and junit-jupiter-api from modules (#11588)
6e877714017 is described below
commit 6e87771401774c8add10c6a8d41b99f8154c0a6a
Author: dan-s1 <[email protected]>
AuthorDate: Tue Aug 25 14:15:25 2026 -0400
NIFI-16249 Removed duplicated dependencies mockito-core and
junit-jupiter-api from modules (#11588)
Signed-off-by: David Handermann <[email protected]>
---
nifi-extension-bundles/nifi-aws-bundle/nifi-aws-kinesis/pom.xml | 5 -----
.../nifi-network-bundle/nifi-network-processors/pom.xml | 5 -----
2 files changed, 10 deletions(-)
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 f77cef42419..52fedfbf498 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
@@ -139,11 +139,6 @@
<artifactId>nifi-ssl-context-service-api</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.mockito</groupId>
- <artifactId>mockito-core</artifactId>
- <scope>test</scope>
- </dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-junit-jupiter</artifactId>
diff --git
a/nifi-extension-bundles/nifi-network-bundle/nifi-network-processors/pom.xml
b/nifi-extension-bundles/nifi-network-bundle/nifi-network-processors/pom.xml
index 887ad8678b5..9814072e4ba 100644
--- a/nifi-extension-bundles/nifi-network-bundle/nifi-network-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-network-bundle/nifi-network-processors/pom.xml
@@ -44,10 +44,5 @@
<artifactId>nifi-mock</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.junit.jupiter</groupId>
- <artifactId>junit-jupiter-api</artifactId>
- <scope>test</scope>
- </dependency>
</dependencies>
</project>