Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SLF4J error #41

Open
kavicastelo opened this issue Dec 24, 2023 · 0 comments
Open

SLF4J error #41

kavicastelo opened this issue Dec 24, 2023 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@kavicastelo
Copy link
Owner

SLF4J: Class path contains multiple SLF4J providers.
SLF4J: Found provider [ch.qos.logback.classic.spi.LogbackServiceProvider@aecb35a]
SLF4J: Found provider [org.slf4j.jul.JULServiceProvider@5fcd892a]
SLF4J: See https://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual provider is of type [ch.qos.logback.classic.spi.LogbackServiceProvider@aecb35a]

I checked duplications but not found. also added this to the pom.xml

<dependency>
    <groupId>org.slf4j</groupId>
    <artifactId>slf4j-jdk14</artifactId>
    <version>2.0.9</version>
    <scope>runtime</scope>
</dependency>
@kavicastelo kavicastelo added the help wanted Extra attention is needed label Dec 24, 2023
@kavicastelo kavicastelo changed the title SLF$J error SLF4J error Dec 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant