lambda-ui
lambda-ui copied to clipboard
when using logback-classic in project you get duplicated slf4j binding
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]]