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

chesnay pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-hbase.git

commit e26aec895c33cccccca8915e36fd493ed9628f6b
Author: Chesnay Schepler <ches...@apache.org>
AuthorDate: Tue Jun 21 11:23:30 2022 +0200

    [FLINK-28196][build] Rename hadoop.version property
    
    Prevent conflicts with the hadoop.version property in the Hadoop parent 
pom, when using Maven 3.8.5+.
---
 flink-connector-hbase-e2e-tests/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/flink-connector-hbase-e2e-tests/pom.xml 
b/flink-connector-hbase-e2e-tests/pom.xml
index f768740..3baa667 100644
--- a/flink-connector-hbase-e2e-tests/pom.xml
+++ b/flink-connector-hbase-e2e-tests/pom.xml
@@ -71,7 +71,7 @@ under the License.
                <dependency>
                        <groupId>org.apache.hadoop</groupId>
                        <artifactId>hadoop-common</artifactId>
-                       <version>${hadoop.version}</version>
+                       <version>${flink.hadoop.version}</version>
                        <scope>test</scope>
                        <exclusions>
                                <exclusion>
@@ -93,7 +93,7 @@ under the License.
                <dependency>
                        <groupId>org.apache.hadoop</groupId>
                        <artifactId>hadoop-yarn-client</artifactId>
-                       <version>${hadoop.version}</version>
+                       <version>${flink.hadoop.version}</version>
                        <scope>test</scope>
                        <exclusions>
                                <exclusion>
@@ -111,7 +111,7 @@ under the License.
                <dependency>
                        <groupId>org.apache.hadoop</groupId>
                        <artifactId>hadoop-yarn-api</artifactId>
-                       <version>${hadoop.version}</version>
+                       <version>${flink.hadoop.version}</version>
                        <scope>test</scope>
                        <exclusions>
                                <exclusion>
@@ -125,7 +125,7 @@ under the License.
                <dependency>
                        <groupId>org.apache.hadoop</groupId>
                        <artifactId>hadoop-minicluster</artifactId>
-                       <version>${hadoop.version}</version>
+                       <version>${flink.hadoop.version}</version>
                        <scope>test</scope>
                        <exclusions>
                                <exclusion>

Reply via email to