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 Peter Turcsanyi
parent 83a9e965d2
commit ac08d3311e
1 changed files with 0 additions and 2 deletions

View File

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