Steven Schlansker <[email protected]> writes: >> On Apr 28, 2016, at 3:58 PM, Robert Elliot <[email protected]> wrote: > > Could you simply declare an "optional" dependency on your implementation of > choice? > > This will be present when the JAR is invoked as an application, but will not > participate in the transitive dependencies inherited when used as a library?
That would be possible -- although in Clojure I would just do this with a "dev dependency". But, unfortunately, this means that any users of my application as a library get forced to make the same decision. I do not believe in solving a problem by making it someone elses problem. Phil _______________________________________________ slf4j-user mailing list [email protected] http://mailman.qos.ch/mailman/listinfo/slf4j-user
