You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "David Handermann (Jira)" <ji...@apache.org> on 2021/02/25 17:47:00 UTC

[jira] [Created] (NIFI-8264) Replace Framework Dependencies on commons-logging with jcl-over-slf4j

David Handermann created NIFI-8264:
--------------------------------------

             Summary: Replace Framework Dependencies on commons-logging with jcl-over-slf4j
                 Key: NIFI-8264
                 URL: https://issues.apache.org/jira/browse/NIFI-8264
             Project: Apache NiFi
          Issue Type: Bug
          Components: Core Framework
    Affects Versions: 1.13.0, 1.14.0
            Reporter: David Handermann
            Assignee: David Handermann


Several framework modules have transitive dependencies on Apache {{commons-logging}}, which results in the inclusion of the JAR in {{nifi-framework-nar}}.  Most the framework already excludes {{commons-logging}} in favor {{jcl-over-slf4j}} so that logging messages will be routed correctly to logback.  Remaining transitive dependencies in {{nifi-framework-nar}} should be excluded so that {{nifi-framework-nar}} no longer includes {{commons-logging}}.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)