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 with Java11 example #374

Open
rolfschumacher opened this issue Dec 3, 2018 · 0 comments
Open

slf4j with Java11 example #374

rolfschumacher opened this issue Dec 3, 2018 · 0 comments

Comments

@rolfschumacher
Copy link

Thank you for the Java11 example. If you would add

        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
            <version>1.8.0-beta2</version>
        </dependency>
        <dependency>
            <groupId>ch.qos.logback</groupId>
            <artifactId>logback-classic</artifactId>
            <scope>runtime</scope>
            <version>1.3.0-alpha4</version>
        </dependency>

it would run free of failure messages out of the box.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant