Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Add exclusions to project.clj to give Selenium-WebDriver the deps it …
…needs
  • Loading branch information
semperos committed Feb 27, 2013
1 parent 99c6e6b commit 29a7dc3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions project.clj
Expand Up @@ -7,10 +7,14 @@
:dependencies [[org.clojure/clojure "1.4.0"]
[org.clojure/core.cache "0.5.0"]
[org.clojure/tools.logging "0.2.3"]
[clj-http "0.3.0"]
;; Exclude these, giving preference to Selenium-WebDriver's
;; dependence on them.
[clj-http "0.3.0" :exclusions [org.apache.httpcomponents/httpclient
org.apache.httpcomponents/httpcore
org.apache.httpcomponents/httpmime]]
[cheshire "2.1.0"]
[org.mortbay.jetty/jetty "6.1.25"]
[org.seleniumhq.selenium/selenium-server "2.26.0"]]
[org.seleniumhq.selenium/selenium-server "2.30.0"]]
:profiles {:dev
{:dependencies
[[criterium "0.2.0"]
Expand Down

0 comments on commit 29a7dc3

Please sign in to comment.