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 06:30:46 UTC

[phoenix] branch 4.x updated: PHOENIX-6360 phoenix-core has compile dependency on phoenix-hbase-compat (addendum: fix phoenix-pherf 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 616c447  PHOENIX-6360 phoenix-core has compile dependency on phoenix-hbase-compat (addendum: fix phoenix-pherf tests)
616c447 is described below

commit 616c44725ee6f6026287f6b64dcf0822546e2812
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 e067a17..28ee6fa 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>