diff --git a/clj-browserchannel-immutant-adapter/project.clj b/clj-browserchannel-immutant-adapter/project.clj index b3d4c96..db01f99 100644 --- a/clj-browserchannel-immutant-adapter/project.clj +++ b/clj-browserchannel-immutant-adapter/project.clj @@ -2,9 +2,10 @@ :description "Immutant async adapter for BrowserChannel" :url "https://github.com/gered/clj-browserchannel/tree/master/clj-browserchannel-immutant-adapter" - :dependencies [[gered/clj-browserchannel "0.3"]] + :dependencies [] :profiles {:provided {:dependencies [[org.clojure/clojure "1.8.0"] - [org.immutant/web "2.1.4"]]}}) + [org.immutant/web "2.1.4"] + [gered/clj-browserchannel "0.3"]]}}) diff --git a/clj-browserchannel-jetty-adapter/project.clj b/clj-browserchannel-jetty-adapter/project.clj index a19272c..8a80292 100644 --- a/clj-browserchannel-jetty-adapter/project.clj +++ b/clj-browserchannel-jetty-adapter/project.clj @@ -2,11 +2,12 @@ :description "Jetty async adapter for BrowserChannel" :url "https://github.com/gered/clj-browserchannel/tree/master/clj-browserchannel-jetty-adapter" - :dependencies [[gered/clj-browserchannel "0.3"]] + :dependencies [] :profiles {:provided {:dependencies [[org.clojure/clojure "1.8.0"] [ring/ring-core "1.4.0"] [ring/ring-servlet "1.4.0"] - [ring/ring-jetty-adapter "1.4.0"]]}}) + [ring/ring-jetty-adapter "1.4.0"] + [gered/clj-browserchannel "0.3"]]}})