This is an automated email from the ASF dual-hosted git repository.
linying 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 6c5133aff add pprint dependency (#2953)
6c5133aff is described below
commit 6c5133affaab14fbdf7216bd41ea69a3fcaf57db
Author: HangC <[email protected]>
AuthorDate: Sat Aug 19 09:25:06 2023 +0800
add pprint dependency (#2953)
---
.../streampark-flink-kubernetes-core/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git
a/streampark-flink/streampark-flink-kubernetes-v2/streampark-flink-kubernetes-core/pom.xml
b/streampark-flink/streampark-flink-kubernetes-v2/streampark-flink-kubernetes-core/pom.xml
index ffc29b2d0..2ab1f3271 100644
---
a/streampark-flink/streampark-flink-kubernetes-v2/streampark-flink-kubernetes-core/pom.xml
+++
b/streampark-flink/streampark-flink-kubernetes-v2/streampark-flink-kubernetes-core/pom.xml
@@ -103,6 +103,12 @@
<version>${upickle.version}</version>
</dependency>
+ <dependency>
+ <groupId>com.lihaoyi</groupId>
+ <artifactId>pprint_${scala.binary.version}</artifactId>
+ <optional>true</optional>
+ </dependency>
+
<!-- yaml parser -->
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>