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

yanxinyi pushed a commit to branch 4.16
in repository https://gitbox.apache.org/repos/asf/phoenix.git

commit ad598b17a2493f602157ed2eee7082b8a5073df4
Author: Istvan Toth <st...@apache.org>
AuthorDate: Thu Feb 4 07:08:52 2021 +0100

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

diff --git a/phoenix-pherf/pom.xml b/phoenix-pherf/pom.xml
index 65a923c..8b7983c 100644
--- a/phoenix-pherf/pom.xml
+++ b/phoenix-pherf/pom.xml
@@ -48,6 +48,12 @@
                        <scope>test</scope>
                </dependency>
                <dependency>
+                       <groupId>org.apache.phoenix</groupId>
+                       
<artifactId>phoenix-hbase-compat-${hbase.compat.version}</artifactId>
+                       <optional>false</optional>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
                        <groupId>com.googlecode.java-diff-utils</groupId>
                        <artifactId>diffutils</artifactId>
                        <version>1.2.1</version>

Reply via email to