Skip to content

Commit

Permalink
HDDS-11502. Class path contains multiple SLF4J providers (apache#7255)
Browse files Browse the repository at this point in the history
  • Loading branch information
adoroszlai authored and sarvekshayr committed Oct 7, 2024
1 parent 8656ada commit 20b067b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion hadoop-ozone/dist/src/main/license/bin/LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,6 @@ MIT
org.kohsuke.metainf-services:metainf-services
org.slf4j:slf4j-api
org.slf4j:slf4j-reload4j
org.slf4j:slf4j-simple


Public Domain
Expand Down
1 change: 0 additions & 1 deletion hadoop-ozone/dist/src/main/license/jar-report.txt
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ share/ozone/lib/simpleclient_dropwizard.jar
share/ozone/lib/simpleclient.jar
share/ozone/lib/slf4j-api.jar
share/ozone/lib/slf4j-reload4j.jar
share/ozone/lib/slf4j-simple.jar
share/ozone/lib/snakeyaml.jar
share/ozone/lib/snappy-java.jar
share/ozone/lib/spring-beans.jar
Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -762,6 +762,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<groupId>org.apache.ratis</groupId>
<artifactId>ratis-shell</artifactId>
<version>${ratis.version}</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit 20b067b

Please sign in to comment.