<@U282LGMGR> I added ``` dependencies { ...
# kobalt
c
@redrield I added
Copy code
dependencies {
        provided("com.sparkjava:spark-core:2.5")
    }
to my build file, built a fat jar and
spark
was not in it. Do you have an issue filed about the fact that fat jars include
provided
dependencies? Couldn’t find anything. Until I see such an issue, I’m going to pretend there is no bug 🙂