Skip to content

Instantly share code, notes, and snippets.

@timvisher
Created June 21, 2012 15:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timvisher/2966538 to your computer and use it in GitHub Desktop.
Save timvisher/2966538 to your computer and use it in GitHub Desktop.
(defproject hotfix-service "1.0.0-SNAPSHOT"
:description "FIXME: write description"
:dependencies [[org.clojure/clojure "1.4.0"]
[compojure "1.1.0"]
[cheshire "4.0.0"]
[org.clojars.timvisher/ring-json-params "0.1.4-SNAPSHOT"]
[org.springframework/spring-aop "3.0.5.RELEASE"]
[org.springframework/spring-asm "3.0.5.RELEASE"]
[org.springframework/spring-aspects "3.0.5.RELEASE"]
[org.springframework/spring-context-support "3.0.5.RELEASE"]
[org.springframework/spring-expression "3.0.5.RELEASE"]
[commons-dbcp/commons-dbcp "1.4"]
[commons-logging/commons-logging "1.1.1"]
[commons-pool/commons-pool "1.6"]]
:plugins [[lein-ring "0.7.1"]]
:ring {:handler hotfix-service.core/app})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment