Daniel Stieglitz created NIFI-10691:
---------------------------------------
Summary: 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
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)