You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by se...@apache.org on 2016/09/12 20:24:42 UTC

[10/31] hive git commit: HIVE-14716: Duplicate pom.xml entries for mockito (Vihang Karajgaonkar, reviewed by Sergio Pena)

HIVE-14716: Duplicate pom.xml entries for mockito (Vihang Karajgaonkar, reviewed by Sergio Pena)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/4c543b17
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/4c543b17
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/4c543b17

Branch: refs/heads/hive-14535
Commit: 4c543b17d15763590d5d1619aeff8411c7aa6c73
Parents: 58d1bef
Author: Vihang Karajgaonkar <vi...@cloudera.com>
Authored: Thu Sep 8 09:50:33 2016 -0500
Committer: Sergio Pena <se...@cloudera.com>
Committed: Thu Sep 8 09:50:33 2016 -0500

----------------------------------------------------------------------
 beeline/pom.xml | 10 ----------
 1 file changed, 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/4c543b17/beeline/pom.xml
----------------------------------------------------------------------
diff --git a/beeline/pom.xml b/beeline/pom.xml
index d03f770..5503add 100644
--- a/beeline/pom.xml
+++ b/beeline/pom.xml
@@ -124,21 +124,11 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
       <groupId>postgresql</groupId>
       <artifactId>postgresql</artifactId>
       <version>9.1-901.jdbc4</version>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
 
   <profiles>