This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
ring-custom-jetty-server/project.clj
2012-05-09 22:01:47 +01:00

8 lines
306 B
Clojure

(defproject ring-server "0.2.2"
:description "Library for running Ring web servers"
:dependencies [[org.clojure/clojure "1.2.1"]
[org.clojure/core.incubator "0.1.0"]
[ring "1.1.0"]]
:plugins [[codox "0.6.1"]]
:profiles {:dev {:dependencies [[clj-http "0.4.1"]]}})