This is an automated email from the ASF dual-hosted git repository.
benjobs 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 5816471ed [FIX] add flink-shaded-guava back (#2693)
5816471ed is described below
commit 5816471ed7befd546684aee25d6324b869bb1296
Author: zhoulii <[email protected]>
AuthorDate: Mon Apr 24 21:02:23 2023 +0800
[FIX] add flink-shaded-guava back (#2693)
Co-authored-by: zhoulii <[email protected]>
---
streampark-console/streampark-console-service/pom.xml | 8 --------
1 file changed, 8 deletions(-)
diff --git a/streampark-console/streampark-console-service/pom.xml
b/streampark-console/streampark-console-service/pom.xml
index a2df21d00..199242020 100644
--- a/streampark-console/streampark-console-service/pom.xml
+++ b/streampark-console/streampark-console-service/pom.xml
@@ -54,7 +54,6 @@
<xml-apis.version>1.4.01</xml-apis.version>
<ivy.version>2.5.0</ivy.version>
<eclipse.jgit.version>5.13.1.202206130422-r</eclipse.jgit.version>
-
<flink.shaded.guava.version>30.1.1-jre-14.0</flink.shaded.guava.version>
</properties>
<dependencyManagement>
@@ -400,13 +399,6 @@
<artifactId>force-shading</artifactId>
<scope>provided</scope>
</dependency>
-
- <dependency>
- <groupId>org.apache.flink</groupId>
- <artifactId>flink-shaded-guava</artifactId>
- <version>${flink.shaded.guava.version}</version>
- <scope>provided</scope>
- </dependency>
</dependencies>
<build>