Repository: incubator-ranger
Updated Branches:
  refs/heads/master 1db9a5590 -> 1e3e53f4c


RANGER-804 : Delete groups associated with User causes Exception in UserSync


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

Branch: refs/heads/master
Commit: 1e3e53f4cb61a01f666f224ff559d00aa5830570
Parents: 1db9a55
Author: Gautam Borad <[email protected]>
Authored: Mon Dec 28 15:58:39 2015 +0530
Committer: Gautam Borad <[email protected]>
Committed: Tue Jan 12 14:28:21 2016 +0530

----------------------------------------------------------------------
 src/main/assembly/usersync.xml |  2 ++
 ugsync/pom.xml                 | 10 ++++++++++
 2 files changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/1e3e53f4/src/main/assembly/usersync.xml
----------------------------------------------------------------------
diff --git a/src/main/assembly/usersync.xml b/src/main/assembly/usersync.xml
index 211db7c..cbbc2cf 100644
--- a/src/main/assembly/usersync.xml
+++ b/src/main/assembly/usersync.xml
@@ -51,6 +51,8 @@
                                        
<include>org.apache.ranger:ranger-util</include>
                                        
<include>commons-io:commons-io:jar:${commons.io.version}</include>
                                        
<include>org.apache.htrace:htrace-core</include>
+                                       
<include>commons-httpclient:commons-httpclient</include>
+                                       
<include>commons-codec:commons-codec</include>
                                </includes>
                                <unpack>false</unpack>
                        </dependencySet>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/1e3e53f4/ugsync/pom.xml
----------------------------------------------------------------------
diff --git a/ugsync/pom.xml b/ugsync/pom.xml
index d0ecb2f..8a1b8ea 100644
--- a/ugsync/pom.xml
+++ b/ugsync/pom.xml
@@ -110,6 +110,16 @@
                <artifactId>junit</artifactId>
                <scope>test</scope>
          </dependency>
+        <dependency>
+                   <groupId>commons-httpclient</groupId>
+                   <artifactId>commons-httpclient</artifactId>
+                   <version>${commons.httpclient.version}</version>
+         </dependency>
+          <dependency>
+                   <groupId>commons-codec</groupId>
+                   <artifactId>commons-codec</artifactId>
+                   <version>${commons.codec.version}</version>
+         </dependency>
 
     </dependencies>
 

Reply via email to