Disclojure: I am not a Java developer and I have little knowledge in Maven.
I am facing a problem with Clojure/Lein. I am developing a project that uses two external libraries/projects that are un-related. Both of the uses the Sesame RDF library. One of them is Any23 which uses Sesame 2.x but the other uses the version 4.x. The problem is that Any23 won't work with Sesame 4.x and the other library won't work with Sesame 2.x.
This means that :exclusions one or the other in my project.clj file won't work.
Do any solution exists to fix such dependencies issues or am I stuck?