Skip to content

Commit 303e480

Browse files
authored
Merge pull request #842 from ajoberstar/slf4j
2 parents 9bcfeba + eeac4e7 commit 303e480

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

project.clj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@
6666
[org.postgresql/postgresql "42.3.3"]
6767
[duct/hikaricp-component "0.1.2"
6868
:exclusions [com.stuartsierra/component
69-
org.slf4j/slf4j-api]]
69+
org.slf4j/slf4j-api
70+
org.slf4j/slf4j-nop]]
7071
[duct "0.8.2"
7172
:exclusions [org.clojure/tools.reader]]
7273
[ring/ring-core "1.9.4"]
@@ -91,6 +92,8 @@
9192
[org.clojure/tools.logging "1.2.3"]
9293
[ch.qos.logback/logback-classic "1.3.0-alpha5"
9394
:exclusions [com.sun.mail/javax.mail]]
95+
;; Upgrading for compatibility with logback 1.3.x
96+
[org.slf4j/jcl-over-slf4j "2.0.0-alpha1"]
9497

9598
;; AWS
9699
[com.cognitect.aws/api "0.8.539"]
@@ -135,6 +138,7 @@
135138
[net.polyc0l0r/bote "0.1.0"
136139
:exclusions [commons-codec
137140
javax.mail/mail
141+
org.clojars.kjw/slf4j
138142
org.clojars.kjw/slf4j-simple]]
139143
[nubank/matcher-combinators "3.3.1"
140144
;; we don't use midje, so excluding it to

0 commit comments

Comments
 (0)