diff --git a/deps.edn b/deps.edn index 13c4a86..9bba423 100644 --- a/deps.edn +++ b/deps.edn @@ -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"]}}}