You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by ma...@apache.org on 2015/12/03 00:19:23 UTC

[07/26] incubator-ranger git commit: Ranger-652: excluded org.apache.hadoop dependecy with ranger-util as well as removed credential builder dependency as it is not used

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 <ve...@apache.org>


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/tag-policy
Commit: 766f100e3457e42f59d35ede53d4c97488eb7398
Parents: 624310d
Author: Sailaja Polavarapu <sp...@hortonworks.com>
Authored: Fri Nov 20 10:50:01 2015 -0800
Committer: Velmurugan Periasamy <ve...@apache.org>
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>