This is an automated email from the ASF dual-hosted git repository.

turcsanyi 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 ac08d3311e NIFI-9901 Removed provided scope from nifi-xml-processing 
registry-ranger
ac08d3311e is described below

commit ac08d3311e62b64e52c772cbd7742f69be8957fb
Author: exceptionfactory <[email protected]>
AuthorDate: Sat Apr 23 16:38:50 2022 -0500

    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 <[email protected]>
---
 .../nifi-registry-ranger/nifi-registry-ranger-plugin/pom.xml            | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-plugin/pom.xml
 
b/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-plugin/pom.xml
index 38b219cc02..7ff6964d98 100644
--- 
a/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-plugin/pom.xml
+++ 
b/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-plugin/pom.xml
@@ -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>

Reply via email to