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 9b1e37c4b [flink] Provided kafka-client to avoid classloader conflicts 
(#729)
9b1e37c4b is described below

commit 9b1e37c4bbbb07ee3ed1f48f439eab2189973fd1
Author: HZY <[email protected]>
AuthorDate: Wed Mar 29 11:33:55 2023 +0800

    [flink] Provided kafka-client to avoid classloader conflicts (#729)
---
 paimon-flink/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/paimon-flink/pom.xml b/paimon-flink/pom.xml
index 98d502f17..e315d55a3 100644
--- a/paimon-flink/pom.xml
+++ b/paimon-flink/pom.xml
@@ -127,6 +127,7 @@ under the License.
             <groupId>org.apache.kafka</groupId>
             <artifactId>kafka-clients</artifactId>
             <version>${kafka.version}</version>
+            <scope>provided</scope>
         </dependency>
 
         <dependency>

Reply via email to