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.
clj-browserchannel/clj-browserchannel-jetty-adapter/project.clj
Gered 613c75953b update some project names and links to refer to this forked repo
project name updates are most important as i'll be deploying to clojars
and don't want any conflicts with the existing project
2016-05-07 17:24:35 -04:00

10 lines
449 B
Clojure

(defproject gered/clj-browserchannel-jetty-adapter "0.0.9"
:description "Jetty async adapter for BrowserChannel"
:dependencies [[ring/ring-core "1.4.0"]
[ring/ring-servlet "1.4.0"]
[org.eclipse.jetty/jetty-server "8.1.16.v20140903"];; includes ssl
[gered/clj-browserchannel-server "0.2.2"]]
:profiles {:provided
{:dependencies
[[org.clojure/clojure "1.8.0"]]}})