You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by am...@apache.org on 2017/09/18 17:46:57 UTC

atlas git commit: ATLAS-2145: Addressed build failure in dashboardv2 module. Removed unneeded imports.

Repository: atlas
Updated Branches:
  refs/heads/master dc358fab2 -> 9acdf6807


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/9acdf680
Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/9acdf680
Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/9acdf680

Branch: refs/heads/master
Commit: 9acdf68071ceae0d9babb9a270c87affbffa635c
Parents: dc358fa
Author: ashutoshm <am...@hortonworks.com>
Authored: Mon Sep 18 10:46:51 2017 -0700
Committer: ashutoshm <am...@hortonworks.com>
Committed: Mon Sep 18 10:46:51 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/9acdf680/client/pom.xml
----------------------------------------------------------------------
diff --git a/client/pom.xml b/client/pom.xml
index 2d8c01f..3afba79 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/9acdf680/intg/pom.xml
----------------------------------------------------------------------
diff --git a/intg/pom.xml b/intg/pom.xml
index a3d0e27..ffc468f 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>