Netty deps are broken
This commit is contained in:
parent
29afa15b40
commit
08f003d2a0
|
@ -6,6 +6,6 @@
|
|||
[net.thegeez/google-closure-library "0.0-1698"]
|
||||
[net.thegeez/clj-browserchannel-server "0.0.4"]
|
||||
[net.thegeez/clj-browserchannel-jetty-adapter "0.0.1"]
|
||||
[net.thegeez/clj-browserchannel-netty-adapter "0.0.1"]
|
||||
#_[net.thegeez/clj-browserchannel-netty-adapter "0.0.1"]
|
||||
]
|
||||
)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
(ns chat-demo.core
|
||||
(:require [net.thegeez.browserchannel :as browserchannel]
|
||||
[net.thegeez.jetty-async-adapter :as jetty]
|
||||
[net.thegeez.netty-adapter :as netty]
|
||||
#_[net.thegeez.netty-adapter :as netty]
|
||||
[ring.middleware.resource :as resource]
|
||||
[ring.middleware.file-info :as file]))
|
||||
|
||||
|
|
Reference in a new issue