You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ch...@apache.org on 2022/08/30 02:14:03 UTC

[incubator-kyuubi] branch master updated: [KYUUBI #3370] [MINOR] Remove authZ-module from the profile tag

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

chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new e7c081c97 [KYUUBI #3370] [MINOR] Remove authZ-module from the profile tag
e7c081c97 is described below

commit e7c081c97592e380ec4efe1f87f66f568719959c
Author: yikf <yi...@gmail.com>
AuthorDate: Tue Aug 30 10:13:52 2022 +0800

    [KYUUBI #3370] [MINOR] Remove authZ-module from the profile tag
    
    ### _Why are the changes needed?_
    
    This is a minor change, aims to remove authZ-module from the profile tag, this is due to authz supports all Spark versions currently supported by Kyuubi, and authz-module is defined in the common Module
    
    ### _How was this patch tested?_
    - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible
    
    - [ ] Add screenshots for manual tests if appropriate
    
    - [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #3370 from Yikf/authz-pom-minor.
    
    Closes #3370
    
    3c58a095 [yikf] remove authz-module for profile
    
    Authored-by: yikf <yi...@gmail.com>
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index b6a109167..b63499da6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2156,7 +2156,6 @@
             <modules>
                 <module>extensions/spark/kyuubi-extension-spark-common</module>
                 <module>extensions/spark/kyuubi-extension-spark-3-1</module>
-                <module>extensions/spark/kyuubi-spark-authz</module>
             </modules>
         </profile>
 
@@ -2170,7 +2169,6 @@
             </properties>
             <modules>
                 <module>extensions/spark/kyuubi-extension-spark-common</module>
-                <module>extensions/spark/kyuubi-spark-authz</module>
                 <module>extensions/spark/kyuubi-extension-spark-3-2</module>
             </modules>
         </profile>