Repository: incubator-ranger Updated Branches: refs/heads/ranger-0.5 41166a537 -> a2075c3b3
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 <[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/a2075c3b Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/a2075c3b Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/a2075c3b Branch: refs/heads/ranger-0.5 Commit: a2075c3b38c4cc7856b63dcbd6eb02feec30113c Parents: 41166a5 Author: Sailaja Polavarapu <[email protected]> Authored: Fri Nov 20 10:50:01 2015 -0800 Committer: Velmurugan Periasamy <[email protected]> Committed: Fri Nov 20 17:37:52 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/a2075c3b/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>
