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

9 lines
346 B
Clojure
Raw Normal View History

2013-01-20 12:09:46 -05:00
(defproject ring-server "0.2.7"
2012-02-07 17:35:55 -05:00
:description "Library for running Ring web servers"
:dependencies [[org.clojure/clojure "1.2.1"]
2012-02-10 18:01:26 -05:00
[org.clojure/core.incubator "0.1.0"]
2013-01-20 12:08:50 -05:00
[ring "1.1.8"]
2013-01-20 11:23:06 -05:00
[ring-refresh "0.1.2"]]
:plugins [[codox "0.6.1"]]
:profiles {:dev {:dependencies [[clj-http "0.4.1"]]}})