Skip to content

Commit

Permalink
(improvement)(headless) Exclude some dependency in hadoop-hdfs to avo…
Browse files Browse the repository at this point in the history
…id start failed (#753)

Co-authored-by: jolunoluo
  • Loading branch information
lxwcodemonkey authored Feb 23, 2024
1 parent 3893e89 commit e36060e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions headless/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,28 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-hdfs</artifactId>
<version>${hadoop.version}</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.curator</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

0 comments on commit e36060e

Please sign in to comment.