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]> (cherry picked from commit 766f100e3457e42f59d35ede53d4c97488eb7398) Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/dec992e0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/dec992e0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/dec992e0 Branch: refs/heads/tag-policy Commit: dec992e067fda745e99d93c78ded6991b350d378 Parents: 2118b03 Author: Sailaja Polavarapu <[email protected]> Authored: Fri Nov 20 10:50:01 2015 -0800 Committer: Madhan Neethiraj <[email protected]> Committed: Sat Nov 21 09:42:23 2015 -0800 ---------------------------------------------------------------------- ugsync/ldapconfigchecktool/ldapconfigcheck/pom.xml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/dec992e0/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>
