[
https://issues.apache.org/jira/browse/NIFI-10691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17623454#comment-17623454
]
ASF subversion and git services commented on NIFI-10691:
--------------------------------------------------------
Commit c92a30734fd1f5edab19d84db1c832be5fb4efa5 in nifi's branch
refs/heads/main from Joe Witt
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=c92a30734f ]
NIFI-10680 Corrected Bouncy Castle references in optional profiles
NIFI-10691 Removed duplicate Bouncy Castle dependencies from
nifi-standard-processors
This closes #6571
Signed-off-by: David Handermann <[email protected]>
> 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
>
> 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)