You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by tu...@apache.org on 2022/04/24 06:58:06 UTC

[nifi] branch main updated: NIFI-9901 Removed provided scope from nifi-xml-processing registry-ranger

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 <ex...@apache.org>
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 <tu...@apache.org>
---
 .../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>