Skip to content

Instantly share code, notes, and snippets.

@sivajag
Created September 21, 2013 22:49
Show Gist options
  • Save sivajag/6654921 to your computer and use it in GitHub Desktop.
Save sivajag/6654921 to your computer and use it in GitHub Desktop.
Logging Related Deps for Clojure
;;Logging Related Stuff
[org.clojure/tools.logging "0.2.4"]
[ch.qos.logback/logback-classic "1.0.7"]
[ch.qos.logback/logback-core "1.0.6"]
[ch.qos.logback.contrib/logback-json-classic "0.1.2"]
[ch.qos.logback.contrib/logback-jackson "0.1.2"]
[org.codehaus.jackson/jackson-core-asl "1.9.12"]
[com.fasterxml.jackson.core/jackson-databind "2.2.2"]
[org.slf4j/slf4j-api "1.7.0"]
[clj-logging-config "1.9.10" :exclusions [log4j]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment