Netty deps are broken

This commit is contained in:
thegeez 2013-07-31 21:36:08 +02:00
parent 29afa15b40
commit 08f003d2a0
2 changed files with 2 additions and 2 deletions

View file

@ -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"]
]
)

View file

@ -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]))