[
https://issues.apache.org/jira/browse/NIFI-10691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17623884#comment-17623884
]
David Handermann commented on NIFI-10691:
-----------------------------------------
[~dstiegli1] agreed, I will follow up on the PR for that issue as it would be
helpful to have included.
> Duplicated dependencies in nifi-standard-processors pom.xml
> -----------------------------------------------------------
>
> Key: NIFI-10691
> URL: https://issues.apache.org/jira/browse/NIFI-10691
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Reporter: Daniel Stieglitz
> Assignee: Daniel Stieglitz
> Priority: Minor
> Fix For: 1.19.0
>
>
> There are two dependencies duplicated in
> nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml.
> # <dependency>
> <groupId>org.bouncycastle</groupId>
> <artifactId>bcprov-jdk18on</artifactId>
> </dependency> (defined on both lines 148-151 and lines 193-196)
> # <dependency>
> <groupId>org.bouncycastle</groupId>
> <artifactId>bcpkix-jdk18on</artifactId>
> </dependency> (defined on both lines 156-159 and lines 197-200)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)