mirror of https://github.com/apache/nifi.git
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:
parent
83a9e965d2
commit
ac08d3311e
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue