You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ri...@apache.org on 2021/07/19 09:23:16 UTC

[phoenix] branch 5.1 updated: PHOENIX-6515 Phoenix uses hbase-testing-util but does not list it as a dependency

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

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


The following commit(s) were added to refs/heads/5.1 by this push:
     new ad7e742  PHOENIX-6515 Phoenix uses hbase-testing-util but does not list it as a dependency
ad7e742 is described below

commit ad7e7426b59e63703c9035534fdfd72d6b494bc9
Author: Richard Antal <an...@gmail.com>
AuthorDate: Fri Jul 16 11:26:43 2021 +0200

    PHOENIX-6515 Phoenix uses hbase-testing-util but does not list it as a dependency
    
    Change-Id: I689c73266e8c955bf87046ded1c32380fd44e572
---
 phoenix-core/pom.xml  | 5 +++++
 phoenix-pherf/pom.xml | 8 ++++++++
 pom.xml               | 3 +++
 3 files changed, 16 insertions(+)

diff --git a/phoenix-core/pom.xml b/phoenix-core/pom.xml
index 03e701d..4e6c52d 100644
--- a/phoenix-core/pom.xml
+++ b/phoenix-core/pom.xml
@@ -346,6 +346,11 @@
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.hbase</groupId>
+      <artifactId>hbase-testing-util</artifactId>
+      <scope>test</scope>
+    </dependency>
 
     <!-- Transaction dependencies -->
     <!-- Omid dependencies -->
diff --git a/phoenix-pherf/pom.xml b/phoenix-pherf/pom.xml
index efee139..b42032f 100644
--- a/phoenix-pherf/pom.xml
+++ b/phoenix-pherf/pom.xml
@@ -217,6 +217,11 @@
       <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.hbase</groupId>
+      <artifactId>hbase-testing-util</artifactId>
+      <scope>test</scope>
+    </dependency>
     <!-- Java 11 -->
     <dependency>
       <groupId>javax.activation</groupId>
@@ -283,6 +288,9 @@
             <ignoredUnusedDeclaredDependency>
               org.apache.phoenix:phoenix-hbase-compat-${hbase.compat.version}
             </ignoredUnusedDeclaredDependency>
+            <ignoredUnusedDeclaredDependency>
+              org.apache.hbase:hbase-testing-util
+            </ignoredUnusedDeclaredDependency>
           </ignoredUnusedDeclaredDependencies>
           <ignoredUsedUndeclaredDependencies>
             <ignoredUsedUndeclaredDependency>
diff --git a/pom.xml b/pom.xml
index 9046261..60cf962 100644
--- a/pom.xml
+++ b/pom.xml
@@ -376,6 +376,9 @@
                 <ignoredUnusedDeclaredDependency>
                   org.slf4j:slf4j-log4j12
                 </ignoredUnusedDeclaredDependency>
+                <ignoredUnusedDeclaredDependency>
+                  org.apache.hbase:hbase-testing-util
+                </ignoredUnusedDeclaredDependency>
               </ignoredUnusedDeclaredDependencies>
               <ignoredUsedUndeclaredDependencies>
                 <ignoredUsedUndeclaredDependency>