Skip to content

Commit

Permalink
add log4j-over-slf4j into build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
source-c committed Dec 4, 2022
1 parent aa5085a commit bf90751
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion profiles.clj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
[org.slf4j/log4j-over-slf4j "2.0.5"]
[org.clojure/tools.logging "1.2.4"]]}

:provided {:dependencies [[org.clojure/clojure "1.11.1"]]
:provided {:dependencies [[org.clojure/clojure "1.11.1"]
[org.slf4j/log4j-over-slf4j "2.0.5"]]
:source-paths #{"src-clj"}
:java-source-paths #{"src-java"}
:resource-paths ["resources"]
Expand Down

0 comments on commit bf90751

Please sign in to comment.