Skip to content

Fix dependency conflict by removing SLF4J dependency

Tobias Haase requested to merge fix/remove-slf4j-dependency into develop

Merge Request

Breaking Changes

Description

Remove conflicting dependency as documented here https://stackoverflow.com/a/76238634 and here https://www.baeldung.com/slf4j-classpath-multiple-bindings

Screenshot

Checklist

  • The code compiles without any warnings.
  • I followed the code review checklist.
  • The documentation has been added/updated.
  • There are no System.out.println() statements.
  • package-lock.json was not changed unless I added or edited dependencies.

Related Issues

  • Related #
  • Closes #
Edited by Tobias Haase

Merge request reports