Skip to content

Commit

Permalink
Revert "[Fix](log)To avoid SLF4J multiple binding issues and unnecess…
Browse files Browse the repository at this point in the history
…ary dependency propagation." (#44347)

Reverts #44310
  • Loading branch information
morningman authored Nov 20, 2024
1 parent e54c5de commit d300eb1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions fe/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -857,15 +857,6 @@ under the License.
<artifactId>json-simple</artifactId>
<version>${json-simple.version}</version>
</dependency>
<!--SLF4J requires only one binding implementation to be present at runtime.
By setting the scope of other bindings, such as slf4j-reload4j, to test,
we ensure that only the explicitly specified binding, like log4j-slf4j-impl,
is used in the production environment, preventing runtime conflicts.-->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-reload4j</artifactId>
<scope>test</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine -->
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down

0 comments on commit d300eb1

Please sign in to comment.