[ 
https://issues.apache.org/jira/browse/NIFI-16249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18108045#comment-18108045
 ] 

ASF subversion and git services commented on NIFI-16249:
--------------------------------------------------------

Commit 6e87771401774c8add10c6a8d41b99f8154c0a6a in nifi's branch 
refs/heads/main from dan-s1
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=6e877714017 ]

NIFI-16249 Removed duplicated dependencies mockito-core and junit-jupiter-api 
from modules (#11588)

Signed-off-by: David Handermann <[email protected]>

> Remove duplicated Maven dependencies junit-jupiter-api and mockito-core
> -----------------------------------------------------------------------
>
>                 Key: NIFI-16249
>                 URL: https://issues.apache.org/jira/browse/NIFI-16249
>             Project: Apache NiFi
>          Issue Type: Improvement
>            Reporter: Daniel Stieglitz
>            Assignee: Daniel Stieglitz
>            Priority: Minor
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Per Intellij on top level pom.xml, 
> {code:java}
> <dependency>
>             <groupId>org.junit.jupiter</groupId>
>             <artifactId>junit-jupiter-api</artifactId>
>             <scope>test</scope>
> </dependency>{code}
> is duplicated in module nifi-network-processors and 
> {code:java}
> <dependency>
>             <groupId>org.mockito</groupId>
>             <artifactId>mockito-core</artifactId>
>             <scope>test</scope>
>  </dependency>{code}
> is duplicated in module nifi-aws-kinesis.
> The point of this ticket is to remove the duplicated dependencies from those 
> modules.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to