forked from mjul/lein-cuke
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathproject.clj
More file actions
16 lines (15 loc) · 778 Bytes
/
project.clj
File metadata and controls
16 lines (15 loc) · 778 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(defproject org.clojars.ptillemans/lein-cuke "0.0.6"
:description "Cucumber runner for leiningen"
; :repositories {"cukes" "http://cukes.info/maven"
; "clojars" "http://clojars.org/repo"}
:dependencies [[org.clojure/clojure "1.2.1"]
[org.clojure/clojure-contrib "1.2.0"]
[org.jruby/jruby-complete "1.6.5"]
[cuke4duke "0.4.4"
:exclusions [org.jruby/jruby-complete
org.clojure/clojure
org.clojure/clojure-contrib
org.apache.ant/ant]]]
:dev-dependencies [[org.jruby/jruby-complete "1.6.5"]
[org.clojure/clojure-contrib "1.2.0"]
[lein-clojars "0.7.0"]])