You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2022/08/09 08:44:29 UTC

[flink] 01/02: [hotfix][build][hbase] Remove unused property

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

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

commit 2c56c40e55e42309910816280db8847a95838a79
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Thu Aug 4 12:07:25 2022 +0200

    [hotfix][build][hbase] Remove unused property
---
 flink-connectors/flink-connector-hbase-2.2/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/flink-connectors/flink-connector-hbase-2.2/pom.xml b/flink-connectors/flink-connector-hbase-2.2/pom.xml
index 82817bbd3c6..eb28696d25c 100644
--- a/flink-connectors/flink-connector-hbase-2.2/pom.xml
+++ b/flink-connectors/flink-connector-hbase-2.2/pom.xml
@@ -34,7 +34,6 @@ under the License.
 
 	<properties>
 		<hbase.version>2.2.3</hbase.version>
-		<hbase.guava.version>28.1-jre</hbase.guava.version>
 	</properties>
 
 	<dependencies>