fix the slf4j nudge warning

Signed-off-by: Sean Corfield <sean@corfield.org>
This commit is contained in:
Sean Corfield 2025-03-08 14:21:05 -08:00
parent ed8ba5402a
commit 9d1c35b86c
No known key found for this signature in database

View file

@ -51,6 +51,7 @@
org.apache.logging.log4j/log4j-1.2-api {:mvn/version "2.24.2"}
org.apache.logging.log4j/log4j-jcl {:mvn/version "2.24.2"}
org.apache.logging.log4j/log4j-jul {:mvn/version "2.24.2"}
org.apache.logging.log4j/log4j-slf4j-impl {:mvn/version "2.24.2"}}
org.apache.logging.log4j/log4j-slf4j-impl {:mvn/version "2.24.2"}
org.apache.logging.log4j/log4j-slf4j2-impl {:mvn/version "2.24.2"}}
:jvm-opts ["-Dlog4j2.configurationFile=log4j2-info.properties"]}
:runner {:main-opts ["-m" "lazytest.main"]}}}