joewitt commented on a change in pull request #5195:
URL: https://github.com/apache/nifi/pull/5195#discussion_r682049134
##########
File path: nifi-assembly/src/main/assembly/common.xml
##########
@@ -25,6 +25,8 @@
<useTransitiveFiltering>true</useTransitiveFiltering>
<includes>
<include>nifi-bootstrap-utils</include>
+ <include>nifi-properties</include>
+ <include>nifi-property-utils</include>
Review comment:
By including nifi-properties and nifi-property-utils here at this level
aren't we making nifi-properties available/accessible in many places?
Including beyond the scope we want? If it was restricted why are we sure we
can expand it?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]