Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-1.2 93e284647 -> 56d1031f8
  refs/heads/4.x-HBase-1.3 1813af615 -> 1f022cbfc
  refs/heads/4.x-HBase-1.4 d0a115ce0 -> 644ab0e6e
  refs/heads/master 70d5cd9e3 -> 7217568ea


PHOENIX-5036 Removes the duplicate junit dependency from phoenix-pherf

Signed-off-by: Josh Elser <els...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/8cf6fd2a
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/8cf6fd2a
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/8cf6fd2a

Branch: refs/heads/master
Commit: 8cf6fd2a0499b135d42b2bf39926ca1141699508
Parents: 70d5cd9
Author: Artem Ervits <artemerv...@gmail.com>
Authored: Wed Nov 28 11:00:20 2018 -0500
Committer: Josh Elser <els...@apache.org>
Committed: Wed Nov 28 11:01:28 2018 -0500

----------------------------------------------------------------------
 phoenix-pherf/pom.xml | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/8cf6fd2a/phoenix-pherf/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-pherf/pom.xml b/phoenix-pherf/pom.xml
index b5880f1..6456ace 100644
--- a/phoenix-pherf/pom.xml
+++ b/phoenix-pherf/pom.xml
@@ -111,11 +111,6 @@
                        <scope>test</scope>
                </dependency>
     <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-all</artifactId>
       <scope>test</scope>

Reply via email to