Repository: incubator-ranger
Updated Branches:
  refs/heads/master 624310dcf -> 766f100e3


Ranger-652: excluded org.apache.hadoop dependecy with ranger-util as well as 
removed credential builder dependency as it is not used

Signed-off-by: Velmurugan Periasamy <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/766f100e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/766f100e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/766f100e

Branch: refs/heads/master
Commit: 766f100e3457e42f59d35ede53d4c97488eb7398
Parents: 624310d
Author: Sailaja Polavarapu <[email protected]>
Authored: Fri Nov 20 10:50:01 2015 -0800
Committer: Velmurugan Periasamy <[email protected]>
Committed: Fri Nov 20 17:28:15 2015 -0500

----------------------------------------------------------------------
 ugsync/ldapconfigchecktool/ldapconfigcheck/pom.xml | 15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/766f100e/ugsync/ldapconfigchecktool/ldapconfigcheck/pom.xml
----------------------------------------------------------------------
diff --git a/ugsync/ldapconfigchecktool/ldapconfigcheck/pom.xml 
b/ugsync/ldapconfigchecktool/ldapconfigcheck/pom.xml
index 8d7a150..bc541a2 100644
--- a/ugsync/ldapconfigchecktool/ldapconfigcheck/pom.xml
+++ b/ugsync/ldapconfigchecktool/ldapconfigcheck/pom.xml
@@ -90,22 +90,15 @@
                    <version>${springframework.security.version}</version>
                </dependency>
       <dependency>
-        <groupId>org.apache.ranger</groupId>
-        <artifactId>credentialbuilder</artifactId>
-        <version>${project.version}</version>          
-                <exclusions>
-          <exclusion>
-            <groupId>com.microsoft.windowsazure</groupId>
-            <artifactId>*</artifactId>
-          </exclusion>
-                </exclusions>
-      </dependency>
-      <dependency>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger-util</artifactId>
         <version>${project.version}</version>
           <exclusions>
            <exclusion>
+             <groupId>org.apache.hadoop</groupId>
+             <artifactId>*</artifactId>
+           </exclusion>
+           <exclusion>
              <groupId>com.microsoft.windowsazure</groupId>
              <artifactId>*</artifactId>
            </exclusion>

Reply via email to