You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Daniel Stieglitz (Jira)" <ji...@apache.org> on 2022/10/24 22:02:00 UTC

[jira] [Created] (NIFI-10691) Duplicated dependencies in nifi-standard-processors pom.xml

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)