fix project.clj for AsyncContext signing warning
This commit is contained in:
parent
3af022ce5b
commit
94818d11ff
|
@ -1,7 +1,7 @@
|
||||||
(defproject chat-demo "0.0.1"
|
(defproject chat-demo "0.0.1"
|
||||||
:description "Example for using BrowserChannel and a client side with ClojureScript"
|
:description "Example for using BrowserChannel and a client side with ClojureScript"
|
||||||
:dependencies [[org.clojure/clojure "1.3.0"]
|
:dependencies [[org.clojure/clojure "1.3.0"]
|
||||||
[ring/ring-core "1.1.0-SNAPSHOT"]
|
[ring/ring-core "1.1.0-SNAPSHOT" :exclusions [javax.servlet/servlet-api]]
|
||||||
[org.clojure/clojurescript "0.0-1011" :exclusions [org.clojure/google-closure-library]]
|
[org.clojure/clojurescript "0.0-1011" :exclusions [org.clojure/google-closure-library]]
|
||||||
[net.thegeez/google-closure-library "0.0-1698"]
|
[net.thegeez/google-closure-library "0.0-1698"]
|
||||||
[net.thegeez/clj-browserchannel-server "0.0.1"]
|
[net.thegeez/clj-browserchannel-server "0.0.1"]
|
||||||
|
|
Reference in a new issue