Repository: atlas Updated Branches: refs/heads/branch-0.8 bad66bc66 -> 6c2bddf78
ATLAS-2145: Addressed build failure in dashboardv2 module. Removed unneeded imports. Project: http://git-wip-us.apache.org/repos/asf/atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/6c2bddf7 Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/6c2bddf7 Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/6c2bddf7 Branch: refs/heads/branch-0.8 Commit: 6c2bddf78f295a47a51fcabe0221414210b688c0 Parents: bad66bc Author: ashutoshm <[email protected]> Authored: Mon Sep 18 10:46:51 2017 -0700 Committer: ashutoshm <[email protected]> Committed: Mon Sep 18 10:47:58 2017 -0700 ---------------------------------------------------------------------- client/pom.xml | 5 ----- intg/pom.xml | 11 ----------- 2 files changed, 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/atlas/blob/6c2bddf7/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index 7da9196..45cdd96 100755 --- a/client/pom.xml +++ b/client/pom.xml @@ -86,10 +86,5 @@ <groupId>commons-cli</groupId> <artifactId>commons-cli</artifactId> </dependency> - <dependency> - <groupId>org.apache.hadoop</groupId> - <artifactId>hadoop-auth</artifactId> - <version>${hadoop.version}</version> - </dependency> </dependencies> </project> http://git-wip-us.apache.org/repos/asf/atlas/blob/6c2bddf7/intg/pom.xml ---------------------------------------------------------------------- diff --git a/intg/pom.xml b/intg/pom.xml index d53cf85..e676485 100644 --- a/intg/pom.xml +++ b/intg/pom.xml @@ -72,17 +72,6 @@ <artifactId>spring-context</artifactId> <version>${spring.version}</version> </dependency> - <dependency> - <groupId>com.sun.jersey</groupId> - <artifactId>jersey-core</artifactId> - <version>${jersey.version}</version> - </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - <version>${commons-lang.version}</version> - </dependency> - </dependencies> <build>
