This is an automated email from the ASF dual-hosted git repository. stoty pushed a commit to branch 5.1 in repository https://gitbox.apache.org/repos/asf/phoenix.git
commit 1e98bc261e29d98c429102b3e814f2410ff830e4 Author: Istvan Toth <st...@apache.org> AuthorDate: Thu Oct 19 07:40:10 2023 +0200 PHOENIX-7078 java.lang.NoSuchMethodError in CreateTableIT with HBase 2.1 --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 7cc069de54..a29e1e64a6 100644 --- a/pom.xml +++ b/pom.xml @@ -1611,6 +1611,7 @@ <hbase.compat.version>2.1.6</hbase.compat.version> <hbase.version>${hbase-2.1.runtime.version}</hbase.version> <hadoop.version>3.0.3</hadoop.version> + <guice.version>4.0</guice.version> <tephra.hbase.compat.version>2.1</tephra.hbase.compat.version> </properties> </profile>