NIFI-10549: Remove group name wildcard from assembly for nifi-ranger-resources (#6448)

This commit is contained in:
Matt Burgess 2022-09-26 13:22:49 -04:00 committed by GitHub
parent 94fdc794b0
commit 363e798107
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 -->