move clj-browserchannel dependency to provided
since it will always be included as a dependency of projects using either of these adapters anyway
This commit is contained in:
parent
b629c9fd3a
commit
f48818b137
|
@ -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"]]}})
|
||||
|
|
|
@ -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"]]}})
|
||||
|
|
Reference in a new issue