You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Joe Witt (Jira)" <ji...@apache.org> on 2022/11/08 21:40:00 UTC

[jira] [Commented] (NIFI-10652) Correct Dependency Scopes for Iceberg Processors

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

Joe Witt commented on NIFI-10652:
---------------------------------

[~mattyb149] [~exceptionfactory] The build now fails due to 

[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ nifi-system-test-extensions-nar ---
[ERROR] Rule 4: org.apache.maven.plugins.enforcer.BannedDependencies failed with message:
Found Banned Dependency: org.bouncycastle:bcprov-jdk15on:jar:1.67
Found Banned Dependency: org.bouncycastle:bcpkix-jdk15on:jar:1.67
Use 'mvn dependency:tree' to locate the source of the banned dependencies.

Need to update this to exclude the proper BC libs as it was before then include the desired libs.

> Correct Dependency Scopes for Iceberg Processors
> ------------------------------------------------
>
>                 Key: NIFI-10652
>                 URL: https://issues.apache.org/jira/browse/NIFI-10652
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Extensions
>            Reporter: David Handermann
>            Assignee: David Handermann
>            Priority: Major
>             Fix For: 1.19.0
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> The {{nifi-iceberg-processors-nar}} is over 110 MB due to the inclusion of many transitive dependencies from Iceberg, Hadoop, and Hive libraries. The majority of these libraries are bundled in {{nifi-iceberg-services-api-nar}}, which is also over 110 MB.
> The {{nifi-iceberg-services-api}} library should be marked as provided in {{nifi-iceberg-processors}} and additional dependencies available in {{nifi-iceberg-services-api-nar}} should be marked as provided to avoid unnecessary duplication.



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