Skip to content

Commit

Permalink
[#185] Fix 3rd-party logstash appender deps issue (@RobinGL)
Browse files Browse the repository at this point in the history
Gelfclient uses an older version of JacksonXML which prevents the
logstash appender from loading.
  • Loading branch information
robingl authored and ptaoussanis committed Jul 23, 2016
1 parent 2822efe commit 757c6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
[com.taoensso/carmine "2.13.1"]
[com.draines/postal "2.0.0"]
[irclj "0.5.0-alpha4"]
[org.graylog2/gelfclient "1.4.0"]
[org.graylog2/gelfclient "1.4.0" :exclusions [com.fasterxml.jackson.core/jackson-core]]
[org.julienxx/clj-slack "0.5.4"]
[org.clojure/java.jdbc "0.6.1"]
[com.mchange/c3p0 "0.9.5.2"]
Expand Down

0 comments on commit 757c6f6

Please sign in to comment.