Skip to content

Instantly share code, notes, and snippets.

@weissjeffm
Created May 17, 2011 21:50
Show Gist options
  • Select an option

  • Save weissjeffm/977481 to your computer and use it in GitHub Desktop.

Select an option

Save weissjeffm/977481 to your computer and use it in GitHub Desktop.
project.clj
(defproject kalpana "1.0.0-SNAPSHOT"
:description "Kalpana automation"
:aot [#"^kalpana.tests"]
:dependencies [[org.clojure/clojure "1.2.0"]
[org.clojure/clojure-contrib "1.2.0"]
[webui-framework "1.0.2-SNAPSHOT"]
[test_clj.testng "1.0.1-SNAPSHOT"]
[error.handler "1.1.0-SNAPSHOT"]
[inflections "0.4"]
[clj-http "0.1.1"]]
:dev-dependencies [[swank-clojure "[1.2.1,)"]]
:repositories {"clojars.org" {:url "http://clojars.org/repo" ;;<-- add these 2 lines
:snapshots {:update :always}}}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment