This is an automated email from the ASF dual-hosted git repository. joewitt pushed a commit to branch support/nifi-1.16 in repository https://gitbox.apache.org/repos/asf/nifi.git
commit 99f5f96ed1e519b9fffa0da8eae20866d69f5b9f Author: Bryan Bende <[email protected]> AuthorDate: Thu Apr 21 12:36:07 2022 -0400 NIFI-9883 Updated Ranger assembly exclude property protection modules This closes #5987 Signed-off-by: David Handermann <[email protected]> --- nifi-assembly/src/main/assembly/ranger.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nifi-assembly/src/main/assembly/ranger.xml b/nifi-assembly/src/main/assembly/ranger.xml index 9e22688fa3..aaf2ace89d 100644 --- a/nifi-assembly/src/main/assembly/ranger.xml +++ b/nifi-assembly/src/main/assembly/ranger.xml @@ -39,6 +39,8 @@ <excludes> <exclude>nifi-bootstrap-utils</exclude> <exclude>nifi-bootstrap</exclude> + <exclude>nifi-property-protection-api</exclude> + <exclude>nifi-property-protection-factory</exclude> <exclude>nifi-resources</exclude> <exclude>nifi-docs</exclude> <exclude>org.apache.nifi:nifi-ranger-resources:jar</exclude>
