[
https://issues.apache.org/jira/browse/NIFI-9524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zoltán Kornél Török updated NIFI-9524:
--------------------------------------
Description:
If you use the following profiles to build, than the build is failing because
banned commons-logging dependency is included for some profiles:
{code:java}
mvn install -DskipTests
-Pinclude-ranger,include-atlas,include-hive3,include-rules,include-sql-reporting,include-hadoop-aws,include-hadoop-azure,include-hadoop-cloud-storage,include-hadoop-gcp,include-graph,include-grpc,include-accumulo,include-hadoop-ozone,include-asn1,include-aws{code}
was:
If you use the following profiles to build, than the build is failing because
banned commons-logging dependency is included:
{code:java}
mvn install -DskipTests
-Pinclude-ranger,include-atlas,include-hive3,include-rules,include-sql-reporting,include-hadoop-aws,include-hadoop-azure,include-hadoop-cloud-storage,include-hadoop-gcp,include-graph,include-grpc,include-accumulo,include-hadoop-ozone,include-asn1,include-aws{code}
It is needed to be excluded from some other places too.
> Build is failing because missing commons-logging excludes
> ---------------------------------------------------------
>
> Key: NIFI-9524
> URL: https://issues.apache.org/jira/browse/NIFI-9524
> Project: Apache NiFi
> Issue Type: Bug
> Affects Versions: 1.16.0, 1.15.2
> Reporter: Zoltán Kornél Török
> Assignee: Zoltán Kornél Török
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> If you use the following profiles to build, than the build is failing because
> banned commons-logging dependency is included for some profiles:
> {code:java}
> mvn install -DskipTests
> -Pinclude-ranger,include-atlas,include-hive3,include-rules,include-sql-reporting,include-hadoop-aws,include-hadoop-azure,include-hadoop-cloud-storage,include-hadoop-gcp,include-graph,include-grpc,include-accumulo,include-hadoop-ozone,include-asn1,include-aws{code}
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)