You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Lars Hofhansl (Jira)" <ji...@apache.org> on 2021/12/21 17:53:00 UTC

[jira] [Created] (TEPHRA-319) HBase 2.4 is missing from Tephra-Distribution

Lars Hofhansl created TEPHRA-319:
------------------------------------

             Summary: HBase 2.4 is missing from Tephra-Distribution
                 Key: TEPHRA-319
                 URL: https://issues.apache.org/jira/browse/TEPHRA-319
             Project: Phoenix Tephra
          Issue Type: Bug
    Affects Versions: 0.16.1
            Reporter: Lars Hofhansl
            Assignee: Poorna Chandra


Just needs this:

diff --git a/tephra-distribution/pom.xml b/tephra-distribution/pom.xml
index 6a9494e2..1f192c3d 100644
--- a/tephra-distribution/pom.xml
+++ b/tephra-distribution/pom.xml
@@ -97,6 +97,11 @@
<artifactId>tephra-hbase-compat-2.3</artifactId>
<version>${project.version}</version>
</dependency>
+    <dependency>
+      <groupId>org.apache.tephra</groupId>
+      <artifactId>tephra-hbase-compat-2.4</artifactId>
+      <version>${project.version}</version>
+    </dependency>
</dependencies>

<build>



--
This message was sent by Atlassian Jira
(v8.20.1#820001)