Maksym Prokopov

Results 3 comments of Maksym Prokopov

An another workaround is to make exclusions in dependencies, as I've described here https://stackoverflow.com/questions/43018876/classpath-conflict-org-clojure-clojure-version-1-7-0-already-loaded-not-loadin/48282148#48282148 But it's better to resolve this warning by inclusion of proper version of Clojure. And in...

@martinklepsch I think this is good idea to provide some hints in warning message to resolve this issue for an end user, but this warning could easily be other than...

Hi again! I think it's better just to make this warning a bit better with explanation you suggested: ``` Classpath conflict: org.clojure/clojure version 1.8.0 already loaded, NOT loading version 1.3.0...