You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ri...@apache.org on 2021/07/19 07:42:35 UTC

[phoenix-connectors] branch master updated: PHOENIX-6516 Phoenix-connectors uses hbase-testing-util but does not list it as a dependency

This is an automated email from the ASF dual-hosted git repository.

richardantal pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-connectors.git


The following commit(s) were added to refs/heads/master by this push:
     new 993ee5a  PHOENIX-6516 Phoenix-connectors uses hbase-testing-util but does not list it as a dependency
993ee5a is described below

commit 993ee5af3ce95fe81e12131e6e26f039ff44be84
Author: Richard Antal <an...@gmail.com>
AuthorDate: Fri Jul 16 12:12:00 2021 +0200

    PHOENIX-6516 Phoenix-connectors uses hbase-testing-util but does not list it as a dependency
    
    Change-Id: I223171606540ef0d8b8d60e5de22f9173534fca5
---
 phoenix-hive-base/phoenix5-hive/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/phoenix-hive-base/phoenix5-hive/pom.xml b/phoenix-hive-base/phoenix5-hive/pom.xml
index 9a3a8cd..b20184d 100644
--- a/phoenix-hive-base/phoenix5-hive/pom.xml
+++ b/phoenix-hive-base/phoenix5-hive/pom.xml
@@ -155,6 +155,12 @@
       <version>${zookeeper.version}</version>
       <scope>provided</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.hbase</groupId>
+      <artifactId>hbase-testing-util</artifactId>
+      <version>${hbase.version}</version>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
   <build>
     <plugins>