You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by st...@apache.org on 2021/02/04 09:25:47 UTC

[phoenix] branch 4.x updated: PHOENIX-6360 phoenix-core has compile dependency on phoenix-hbase-compat (addendum: fix phoenix-tools tests)

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

stoty pushed a commit to branch 4.x
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/4.x by this push:
     new 83f8f73  PHOENIX-6360 phoenix-core has compile dependency on phoenix-hbase-compat (addendum: fix phoenix-tools tests)
83f8f73 is described below

commit 83f8f73b63e8c7df4f552873af844a48a6436fae
Author: Istvan Toth <st...@apache.org>
AuthorDate: Thu Feb 4 10:16:21 2021 +0100

    PHOENIX-6360 phoenix-core has compile dependency on phoenix-hbase-compat (addendum: fix phoenix-tools tests)
---
 phoenix-tools/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/phoenix-tools/pom.xml b/phoenix-tools/pom.xml
index 847abc0..1bc3efc 100644
--- a/phoenix-tools/pom.xml
+++ b/phoenix-tools/pom.xml
@@ -64,6 +64,12 @@
             <version>${project.version}</version>
         </dependency>
         <dependency>
+            <groupId>org.apache.phoenix</groupId>
+            <artifactId>phoenix-hbase-compat-${hbase.compat.version}</artifactId>
+            <optional>false</optional>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
             <groupId>org.apache.hbase</groupId>
             <artifactId>hbase-it</artifactId>
             <type>test-jar</type>