[#185] Fix 3rd-party logstash appender deps issue (@robingl)

Gelfclient uses an older version of JacksonXML which prevents the
logstash appender from loading.
This commit is contained in:
robingl 2016-07-22 15:32:28 +01:00 committed by Peter Taoussanis
parent 2822efe513
commit 757c6f6b1f
1 changed files with 1 additions and 1 deletions

View File

@ -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"]