You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ya...@apache.org on 2021/02/04 23:08:23 UTC

[phoenix] branch 4.16 updated (5f68c55 -> 93829e5)

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

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


    from 5f68c55  PHOENIX-6360 phoenix-core has compile dependency on phoenix-hbase-compat
     new ad598b1  PHOENIX-6360 phoenix-core has compile dependency on phoenix-hbase-compat (addendum: fix phoenix-pherf tests)
     new 93829e5  PHOENIX-6360 phoenix-core has compile dependency on phoenix-hbase-compat (addendum: fix phoenix-tools tests)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 phoenix-pherf/pom.xml | 6 ++++++
 phoenix-tools/pom.xml | 6 ++++++
 2 files changed, 12 insertions(+)


[phoenix] 02/02: PHOENIX-6360 phoenix-core has compile dependency on phoenix-hbase-compat (addendum: fix phoenix-tools tests)

Posted by ya...@apache.org.
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 93829e5c85038a08e37a68bfd5f9bf336df5380b
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 | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/phoenix-tools/pom.xml b/phoenix-tools/pom.xml
index cc8ba90..fc2ee7e 100644
--- a/phoenix-tools/pom.xml
+++ b/phoenix-tools/pom.xml
@@ -64,6 +64,12 @@
             <version>${project.version}</version>
         </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>


[phoenix] 01/02: PHOENIX-6360 phoenix-core has compile dependency on phoenix-hbase-compat (addendum: fix phoenix-pherf tests)

Posted by ya...@apache.org.
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>