NIFI-9901 Removed provided scope from nifi-xml-processing registry-ranger

- The nifi-xml-processing library is not provided in the nifi-registry lib directory
- The nifi-xml-processing library must be available to the instance ClassLoader for the RangerAuthorizer

This closes #5994.

Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
This commit is contained in:
exceptionfactory 2022-04-23 16:38:50 -05:00 committed by Joe Witt
parent 4982690df9
commit 8efa361aef
No known key found for this signature in database
GPG Key ID: 9093BF854F811A1A

View File

@ -59,8 +59,6 @@
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-xml-processing</artifactId>
<version>1.16.1-SNAPSHOT</version>
<!-- The one in registry/lib can be used -->
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>