This is an automated email from the ASF dual-hosted git repository.
peacewong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/linkis.git
The following commit(s) were added to refs/heads/master by this push:
new 562572ae80 Fix the spark could not start (#5105)
562572ae80 is described below
commit 562572ae80909775fd8b61fdb95b77aa97a29e73
Author: ChengJie1053 <[email protected]>
AuthorDate: Fri Mar 22 22:21:56 2024 +0800
Fix the spark could not start (#5105)
---
linkis-engineconn-plugins/spark/pom.xml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/linkis-engineconn-plugins/spark/pom.xml
b/linkis-engineconn-plugins/spark/pom.xml
index 78232472ac..8d79a9bf72 100644
--- a/linkis-engineconn-plugins/spark/pom.xml
+++ b/linkis-engineconn-plugins/spark/pom.xml
@@ -155,6 +155,16 @@
<groupId>org.apache.linkis</groupId>
<artifactId>linkis-rpc</artifactId>
<version>${project.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>io.micrometer</groupId>
+ <artifactId>micrometer-core</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>io.micrometer</groupId>
+ <artifactId>micrometer-registry-prometheus</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>net.sf.py4j</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]