You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lens.apache.org by am...@apache.org on 2015/05/12 07:17:52 UTC

incubator-lens git commit: LENS-545 : Remove duplicate declaration of guava dependency in lens-cube pom ( Yash Sharma via amareshwari)

Repository: incubator-lens
Updated Branches:
  refs/heads/master 2f3cfe97b -> 13b08366f


LENS-545 : Remove duplicate declaration of guava dependency in lens-cube pom ( Yash Sharma via amareshwari)


Project: http://git-wip-us.apache.org/repos/asf/incubator-lens/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-lens/commit/13b08366
Tree: http://git-wip-us.apache.org/repos/asf/incubator-lens/tree/13b08366
Diff: http://git-wip-us.apache.org/repos/asf/incubator-lens/diff/13b08366

Branch: refs/heads/master
Commit: 13b08366f40037e2e9045799d558f915bdfe18fc
Parents: 2f3cfe9
Author: Yash Sharma <ya...@gmail.com>
Authored: Tue May 12 10:47:38 2015 +0530
Committer: Amareshwari Sriramadasu <am...@apache.org>
Committed: Tue May 12 10:47:38 2015 +0530

----------------------------------------------------------------------
 lens-cube/pom.xml | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/13b08366/lens-cube/pom.xml
----------------------------------------------------------------------
diff --git a/lens-cube/pom.xml b/lens-cube/pom.xml
index 1d5adf5..47601c1 100644
--- a/lens-cube/pom.xml
+++ b/lens-cube/pom.xml
@@ -92,10 +92,6 @@
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>
     </dependency>
-    <dependency>
-      <groupId>com.google.guava</groupId>
-      <artifactId>guava</artifactId>
-    </dependency>
   </dependencies>
 
   <build>