You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2022/04/25 14:38:45 UTC

[nifi] 03/05: NIFI-9901 Removed provided scope from nifi-xml-processing registry-ranger

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

joewitt pushed a commit to branch support/nifi-1.16
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit 8efa361aefda0329f4cb5145686099f677b2dc98
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 9b7f80a946..1c32f33264 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.16.1-SNAPSHOT</version>
-            <!-- The one in registry/lib can be used -->
-            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.nifi.registry</groupId>