This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 78b1ce6b5 [flink] exclude dependency of protobuf (#2218)
78b1ce6b5 is described below
commit 78b1ce6b576dfd43d085bc8785ddd653d2005dad
Author: YeJunHao <[email protected]>
AuthorDate: Tue Oct 31 21:47:45 2023 +0800
[flink] exclude dependency of protobuf (#2218)
---
paimon-flink/paimon-flink-cdc/pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/paimon-flink/paimon-flink-cdc/pom.xml
b/paimon-flink/paimon-flink-cdc/pom.xml
index 6caf71461..3941bd441 100644
--- a/paimon-flink/paimon-flink-cdc/pom.xml
+++ b/paimon-flink/paimon-flink-cdc/pom.xml
@@ -262,6 +262,10 @@ under the License.
<groupId>jdk.tools</groupId>
<artifactId>jdk.tools</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>com.google.protobuf</groupId>
+ <artifactId>protobuf-java</artifactId>
+ </exclusion>
</exclusions>
</dependency>