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 <[email protected]> Authored: Thu Apr 30 10:50:39 2015 -0400 Committer: sneethiraj <[email protected]> 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>
