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

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


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

commit d2be16d01cbaf967c8632ce1029ac771769407e1
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 | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/phoenix-tools/pom.xml b/phoenix-tools/pom.xml
index 4697d72..a81ed73 100644
--- a/phoenix-tools/pom.xml
+++ b/phoenix-tools/pom.xml
@@ -67,6 +67,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>org.apache.hbase</groupId>
             <artifactId>hbase-it</artifactId>
             <type>test-jar</type>
@@ -99,6 +105,9 @@
                         <ignoredUnusedDeclaredDependency>
                             org.apache.hbase:hbase-it
                         </ignoredUnusedDeclaredDependency>
+                        <ignoredUnusedDeclaredDependency>
+                            
org.apache.phoenix:phoenix-hbase-compat-${hbase.compat.version}
+                        </ignoredUnusedDeclaredDependency>
                     </ignoredUnusedDeclaredDependencies>
                 </configuration>
             </plugin>

Reply via email to