> I need [ring/ring-jetty-adapter "1.0.1"] dependency so I can run
> ringMon in standalone mode.
For the experimental run I did using the ring-handler I have with
ringMon middleware I used only lein-ring:
https://github.com/weavejester/lein-ring
I didn't import anything from ring in my namespac
Thanks for quick reply but Technomancy already pointed to
mvn dependency:tree solution on IRC.
Here is new dependency tree:
--- maven-dependency-plugin:2.1:tree (default-cli) @ ringmon ---
[INFO] ringmon:ringmon:jar:0.1.2-SNAPSHOT
[INFO] +- org.clojure:clojure:jar:1.3.0:compile
[INFO] +- ring:rin
On Mar 22, 3:00 am, zoka wrote:
> Thanks very much for the review.
> I am still puzzled how hiccup and gets pulled in since ringMon
> dependency list is only:
> :dependencies [[org.clojure/clojure "1.3.0"]
> [ring "1.0.1"]
> [or
Thanks very much for the review.
I am still puzzled how hiccup and gets pulled in since ringMon
dependency list is only:
:dependencies [[org.clojure/clojure "1.3.0"]
[ring "1.0.1"]
[org.clojure/java.jmx "0.1"]
Thank very much for the review.
I am still puzzled how hiccup and gets pulled in since ringMon
dependency list is only:
:dependencies [[org.clojure/clojure "1.3.0"]
[ring "1.0.1"]
[org.clojure/java.jmx "0.1"]
I tried this out today. Very cool stuff!
The only feedback I can provide at the moment is, it would probably be
nice to get rid of some of the hard dependencies on other libraries.
For example Ring and Hiccup, so that people can use their own versions
of those libraries. Or perhaps, come up with d