Repository: incubator-ranger
Updated Branches:
  refs/heads/master 3e462d15f -> ec3d1121d


Ranger-652: Excluding windows azure package dependency in Ldap Config check tool

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/ec3d1121
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/ec3d1121
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/ec3d1121

Branch: refs/heads/master
Commit: ec3d1121d8a7b6e6018f1d6c5330ccd902884025
Parents: 3e462d1
Author: Sailaja Polavarapu <[email protected]>
Authored: Tue Nov 3 10:01:25 2015 -0800
Committer: Velmurugan Periasamy <[email protected]>
Committed: Tue Nov 3 17:45:32 2015 -0500

----------------------------------------------------------------------
 .../ldapconfigchecktool/ldapconfigcheck/pom.xml | 20 +++++++++++++++-----
 1 file changed, 15 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/ec3d1121/ugsync/ldapconfigchecktool/ldapconfigcheck/pom.xml
----------------------------------------------------------------------
diff --git a/ugsync/ldapconfigchecktool/ldapconfigcheck/pom.xml 
b/ugsync/ldapconfigchecktool/ldapconfigcheck/pom.xml
index 4ac823f..8d7a150 100644
--- a/ugsync/ldapconfigchecktool/ldapconfigcheck/pom.xml
+++ b/ugsync/ldapconfigchecktool/ldapconfigcheck/pom.xml
@@ -90,17 +90,27 @@
                    <version>${springframework.security.version}</version>
                </dependency>
       <dependency>
-               <groupId>org.apache.ranger</groupId>
-       <artifactId>credentialbuilder</artifactId>
-       <version>${project.version}</version>   
+        <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>com.microsoft.windowsazure</groupId>
+             <artifactId>*</artifactId>
+           </exclusion>
+          </exclusions>
       </dependency>
-
     </dependencies>
   <build>
     <finalName>ldapconfigcheck</finalName>

Reply via email to