Skip to content

Commit

Permalink
Exclude commons-codec from Yeller client
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcompton committed Jul 25, 2016
1 parent 9a94783 commit 05364d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions project.clj
Expand Up @@ -3,7 +3,8 @@
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/tools.cli "0.2.1"]
[yeller-clojure-client "1.4.2"
:exclusions [com.fasterxml.jackson.core/jackson-core]]
:exclusions [com.fasterxml.jackson.core/jackson-core
commons-codec]]
[org.apache.maven/maven-model "3.0.4"
:exclusions
[org.codehaus.plexus/plexus-utils]]
Expand All @@ -13,7 +14,7 @@
org.apache.httpcomponents/httpcore
org.codehaus.plexus/plexus-utils]]
;; pomegranate transitively depends on two versions, so we explicitly bring in one
[org.codehaus.plexus/plexus-utils "3.0"]
[org.codehaus.plexus/plexus-utils "3.0"]
[ring-middleware-format "0.7.0"
:exclusions [ring/ring-core]]
[org.xerial/sqlite-jdbc "3.8.11.2"]
Expand Down

0 comments on commit 05364d5

Please sign in to comment.