Skip to content

Commit

Permalink
[module-info] Add uses for SLF4J (#2137)
Browse files Browse the repository at this point in the history
fixes #2136
  • Loading branch information
SentryMan authored Feb 24, 2024
1 parent 7da42d0 commit e0d8c27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions javalin/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,7 @@
requires static com.fasterxml.jackson.databind;
requires static com.fasterxml.jackson.kotlin;
requires static com.google.gson;

//Required to use the Service Loader on this type
uses org.slf4j.spi.SLF4JServiceProvider;
}

0 comments on commit e0d8c27

Please sign in to comment.