update log4j test dep (again)
This commit is contained in:
parent
21a520a8d8
commit
8c65558f4f
1 changed files with 5 additions and 5 deletions
10
deps.edn
10
deps.edn
|
|
@ -45,11 +45,11 @@
|
|||
com.microsoft.sqlserver/mssql-jdbc {:mvn/version "9.4.1.jre8"}
|
||||
;; supplementary test stuff
|
||||
;; use log4j 2.x:
|
||||
org.apache.logging.log4j/log4j-api {:mvn/version "2.17.0"}
|
||||
org.apache.logging.log4j/log4j-api {:mvn/version "2.17.1"}
|
||||
;; bridge into log4j:
|
||||
org.apache.logging.log4j/log4j-1.2-api {:mvn/version "2.17.0"}
|
||||
org.apache.logging.log4j/log4j-jcl {:mvn/version "2.17.0"}
|
||||
org.apache.logging.log4j/log4j-jul {:mvn/version "2.17.0"}
|
||||
org.apache.logging.log4j/log4j-slf4j-impl {:mvn/version "2.17.0"}}
|
||||
org.apache.logging.log4j/log4j-1.2-api {:mvn/version "2.17.1"}
|
||||
org.apache.logging.log4j/log4j-jcl {:mvn/version "2.17.1"}
|
||||
org.apache.logging.log4j/log4j-jul {:mvn/version "2.17.1"}
|
||||
org.apache.logging.log4j/log4j-slf4j-impl {:mvn/version "2.17.1"}}
|
||||
:jvm-opts ["-Dlog4j2.configurationFile=log4j2-info.properties"]
|
||||
:exec-fn cognitect.test-runner.api/test}}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue