Skip to content

Commit

Permalink
clean up logging deps
Browse files Browse the repository at this point in the history
these were only provided to override java.data's default and clean up test output a bit
  • Loading branch information
seancorfield committed Dec 17, 2023
1 parent b35d531 commit 902eebe
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,6 @@
io.zonky.test.postgres/embedded-postgres-binaries-linux-amd64 {:mvn/version "16.1.1"}
io.zonky.test.postgres/embedded-postgres-binaries-windows-amd64 {:mvn/version "16.1.1"}
org.xerial/sqlite-jdbc {:mvn/version "3.44.1.0"}
com.microsoft.sqlserver/mssql-jdbc {:mvn/version "12.4.1.jre11"}
;; supplementary test stuff
;; ;; use log4j 2.x:
;; org.apache.logging.log4j/log4j-api {:mvn/version "2.22.0"}
;; ;; bridge into log4j:
;; org.apache.logging.log4j/log4j-1.2-api {:mvn/version "2.22.0"}
;; org.apache.logging.log4j/log4j-jcl {:mvn/version "2.22.0"}
;; org.apache.logging.log4j/log4j-jul {:mvn/version "2.22.0"}
;; org.apache.logging.log4j/log4j-slf4j-impl {:mvn/version "2.22.0"}
}
com.microsoft.sqlserver/mssql-jdbc {:mvn/version "12.4.1.jre11"}}
:jvm-opts ["-Dlog4j2.configurationFile=log4j2-info.properties"]
:exec-fn cognitect.test-runner.api/test}}}

0 comments on commit 902eebe

Please sign in to comment.