how do you solve multiple transitive dependency co...
# announcements
p
how do you solve multiple transitive dependency conflicts in maven? lets say I use kluent and spek which both bring in
kotlin-stdlib
of an older version than what I have in my project.. should I add
<exclude>
element to each of these dependencies?