Fork me on GitHub
#boot
<
2017-04-09
>
qqq00:04:42

I'm using some library that expects to find sl4fj; how do I tell boot to install slf4j ?

martinklepsch01:04:23

@qqq its just a jar really, meaning you add it to :dependencies like anything else

martinklepsch01:04:50

@qqq the library may have some more information on what artifact its looking for exactly

qqq01:04:02

@martinklepsch : yeah, got it working, hard part was finding the precise correct name for the jar as there's so many things related to slf4j