Skip to content

Commit 3afa42e

Browse files
committed
Excluding slf4j-reload4j from hadoop 3.3.6
1 parent 99efc3f commit 3afa42e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,10 @@
540540
<artifactId>slf4j-api</artifactId>
541541
<groupId>org.slf4j</groupId>
542542
</exclusion>
543+
<exclusion>
544+
<groupId>org.slf4j</groupId>
545+
<artifactId>slf4j-reload4j</artifactId>
546+
</exclusion>
543547
</exclusions>
544548
</dependency>
545549
<dependency>
@@ -568,6 +572,10 @@
568572
<groupId>org.apache.hadoop</groupId>
569573
<artifactId>hadoop-yarn-client</artifactId>
570574
</exclusion>
575+
<exclusion>
576+
<groupId>org.slf4j</groupId>
577+
<artifactId>slf4j-reload4j</artifactId>
578+
</exclusion>
571579
</exclusions>
572580
</dependency>
573581
<dependency>

0 commit comments

Comments
 (0)