Skip to content

Commit

Permalink
Fix the spark could not start (apache#5105)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengJie1053 authored Mar 22, 2024
1 parent 1562124 commit 562572a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions linkis-engineconn-plugins/spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 562572a

Please sign in to comment.