This is an automated email from the ASF dual-hosted git repository.
bbende pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new 363e798107 NIFI-10549: Remove group name wildcard from assembly for
nifi-ranger-resources (#6448)
363e798107 is described below
commit 363e7981079dd13eab9f15be48b3de15657db6fe
Author: Matt Burgess <[email protected]>
AuthorDate: Mon Sep 26 13:22:49 2022 -0400
NIFI-10549: Remove group name wildcard from assembly for
nifi-ranger-resources (#6448)
---
nifi-assembly/src/main/assembly/ranger.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nifi-assembly/src/main/assembly/ranger.xml
b/nifi-assembly/src/main/assembly/ranger.xml
index 2ab59b47a3..da3a3ce14d 100644
--- a/nifi-assembly/src/main/assembly/ranger.xml
+++ b/nifi-assembly/src/main/assembly/ranger.xml
@@ -43,7 +43,7 @@
<exclude>*:nifi-property-protection-factory</exclude>
<exclude>*:nifi-resources</exclude>
<exclude>*:nifi-docs</exclude>
- <exclude>*:org.apache.nifi:nifi-ranger-resources:jar</exclude>
+ <exclude>org.apache.nifi:nifi-ranger-resources:jar</exclude>
<!-- exclude jaxb/activation/annotation libs from lib, they'll
be included in the java11 subdir -->
<!-- TODO: remove these once minimum Java version is 11 -->