lambda-ui icon indicating copy to clipboard operation
lambda-ui copied to clipboard

when using logback-classic in project you get duplicated slf4j binding

Open BeneStem opened this issue 8 years ago • 0 comments

you provide a slf4j-simple binding. if someone uses another binding in their project it is necessary to exclude yours. maybe there is a better way then forcing everybody to do this:

[lambdaui "0.3.0" :exclusions [org.slf4j/slf4j-simple]]

BeneStem avatar Jan 27 '17 23:01 BeneStem