Skip to content

Commit

Permalink
Silence sl4fj warnings by adding slf4j-nop dep to worker pod deps
Browse files Browse the repository at this point in the history
  • Loading branch information
alandipert authored and bbatsov committed Jun 29, 2018
1 parent f686758 commit 41f200b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions boot/worker/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
:dependencies [[org.clojure/clojure "1.6.0" :scope "provided"]
[boot/base ~version :scope "provided"]
[boot/aether ~version]
;; Suppress warnings from SLF4J via pomegranate via aether
[org.slf4j/slf4j-nop "1.7.22"]
;; see https://github.com/boot-clj/boot/issues/82
[net.cgrand/parsley "0.9.3" :exclusions [org.clojure/clojure]]
[mvxcvi/puget "1.0.1"]
Expand Down

0 comments on commit 41f200b

Please sign in to comment.