You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by sn...@apache.org on 2015/04/30 17:09:46 UTC

[1/2] incubator-ranger git commit: RANGER-441: added ranger-util module to be part all platform

Repository: incubator-ranger
Updated Branches:
  refs/heads/master 36a6b961d -> 218d05ba8


RANGER-441: added ranger-util module to be part all platform


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

Branch: refs/heads/master
Commit: dd1ca6f34bb4b316fa6ee97a464c121a541c662d
Parents: e57a548
Author: sneethiraj <sn...@apache.org>
Authored: Thu Apr 30 10:50:39 2015 -0400
Committer: sneethiraj <sn...@apache.org>
Committed: Thu Apr 30 10:54:48 2015 -0400

----------------------------------------------------------------------
 pom.xml                | 1 -
 security-admin/pom.xml | 4 ++--
 ugsync/pom.xml         | 4 ++--
 3 files changed, 4 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/dd1ca6f3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2a993d7..ff6c055 100644
--- a/pom.xml
+++ b/pom.xml
@@ -216,7 +216,6 @@
           </activation>
          <modules>
             <module>unixauthnative</module>
-            <module>ranger-util</module>
           </modules>
       </profile>
   </profiles>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/dd1ca6f3/security-admin/pom.xml
----------------------------------------------------------------------
diff --git a/security-admin/pom.xml b/security-admin/pom.xml
index 286740c..9783d1f 100644
--- a/security-admin/pom.xml
+++ b/security-admin/pom.xml
@@ -330,13 +330,13 @@
     		<artifactId>jackson-mapper-asl</artifactId>
     		<version>${codehaus.jackson.version}</version>
 		</dependency>
-		<!--  
+
 		<dependency>
 		<groupId>org.apache.ranger</groupId>
 			<artifactId>ranger-util</artifactId>
 			<version>${project.version}</version>
 		</dependency>
-		 -->
+
 		<dependency>
         	<groupId>org.apache.hadoop</groupId>
         	<artifactId>hadoop-common</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/dd1ca6f3/ugsync/pom.xml
----------------------------------------------------------------------
diff --git a/ugsync/pom.xml b/ugsync/pom.xml
index 55bc4c3..c72eeee 100644
--- a/ugsync/pom.xml
+++ b/ugsync/pom.xml
@@ -98,13 +98,13 @@
     	<artifactId>credentialbuilder</artifactId>
     	<version>${project.version}</version>  	
       </dependency>
-      <!-- 
+
       <dependency>
         <groupId>org.apache.ranger</groupId>
         <artifactId>ranger-util</artifactId>
         <version>${project.version}</version>
       </dependency>
-       -->  
+
 
     </dependencies>
 


[2/2] incubator-ranger git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-ranger

Posted by sn...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-ranger


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

Branch: refs/heads/master
Commit: 218d05ba82351d366081ef1bca4c2a630dbfd3e5
Parents: dd1ca6f 36a6b96
Author: sneethiraj <sn...@apache.org>
Authored: Thu Apr 30 11:09:31 2015 -0400
Committer: sneethiraj <sn...@apache.org>
Committed: Thu Apr 30 11:09:31 2015 -0400

----------------------------------------------------------------------
 unixauthservice/scripts/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------