Skip to content

Commit

Permalink
Remove clj-http.client requires when not actually used
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Apr 17, 2012
1 parent 8e3d7a8 commit 81ea978
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/aleph/http/client.clj
Expand Up @@ -13,8 +13,6 @@
[aleph.http core utils websocket]
[aleph.http.client requests responses]
[lamina core connections api])
(:require
[clj-http.client :as client])
(:import
[java.util.concurrent
TimeoutException]
Expand Down
1 change: 0 additions & 1 deletion src/aleph/netty.clj
Expand Up @@ -13,7 +13,6 @@
[aleph formats core]
[gloss core])
(:require
[clj-http.client :as client]
[clojure.tools.logging :as log])
(:import
[org.jboss.netty.channel
Expand Down

0 comments on commit 81ea978

Please sign in to comment.