This is an automated email from the ASF dual-hosted git repository.
muchunjin pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git
The following commit(s) were added to refs/heads/dev by this push:
new a55d1e7d0 [Improve] exclusion hadoop dependency (#2665)
a55d1e7d0 is described below
commit a55d1e7d0ef0a148116106cd83b474538ce1d291
Author: benjobs <[email protected]>
AuthorDate: Thu Apr 20 14:56:22 2023 +0800
[Improve] exclusion hadoop dependency (#2665)
Co-authored-by: benjobs <[email protected]>
---
.../streampark-flink-client-core/pom.xml | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git
a/streampark-flink/streampark-flink-client/streampark-flink-client-core/pom.xml
b/streampark-flink/streampark-flink-client/streampark-flink-client-core/pom.xml
index 7fb1fc282..9cf7c8617 100644
---
a/streampark-flink/streampark-flink-client/streampark-flink-client-core/pom.xml
+++
b/streampark-flink/streampark-flink-client/streampark-flink-client-core/pom.xml
@@ -56,6 +56,12 @@
<artifactId>flink-yarn${scala.binary.flink.version}</artifactId>
<version>${flink.version}</version>
<scope>provided</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
@@ -70,13 +76,6 @@
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>org.apache.hbase</groupId>
- <artifactId>hbase-client</artifactId>
- <version>${hbase.version}</version>
- <scope>provided</scope>
- </dependency>
-
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>