Skip to content

Commit

Permalink
add exclusions for clojurescript's transitive dependencies, many of w…
Browse files Browse the repository at this point in the history
…hich are absurd
  • Loading branch information
cemerick committed May 7, 2012
1 parent be104ff commit 4366b2c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion project.clj
Expand Up @@ -10,7 +10,13 @@
[commons-codec "1.6"]
[com.cemerick/url "0.0.5"]

[org.clojure/clojurescript "0.0-1011" :optional true]]
[org.clojure/clojurescript "0.0-1011" :optional true
:exclusions [com.google.code.findbugs/jsr305
com.googlecode.jarjar/jarjar
junit
org.apache.ant/ant
org.json/json
org.mozilla/rhino]]]
:profiles {:dev {}
:1.2.0 {:dependencies [[org.clojure/clojure "1.2.0"]]}
:1.3.0 {:dependencies [[org.clojure/clojure "1.3.0"]]}}
Expand Down

0 comments on commit 4366b2c

Please sign in to comment.