We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99efc3f commit 3afa42eCopy full SHA for 3afa42e
pom.xml
@@ -540,6 +540,10 @@
540
<artifactId>slf4j-api</artifactId>
541
<groupId>org.slf4j</groupId>
542
</exclusion>
543
+ <exclusion>
544
+ <groupId>org.slf4j</groupId>
545
+ <artifactId>slf4j-reload4j</artifactId>
546
+ </exclusion>
547
</exclusions>
548
</dependency>
549
<dependency>
@@ -568,6 +572,10 @@
568
572
<groupId>org.apache.hadoop</groupId>
569
573
<artifactId>hadoop-yarn-client</artifactId>
570
574
575
576
577
578
571
579
580
581
0 commit comments