-
Notifications
You must be signed in to change notification settings - Fork 8
'Multiple elements for the same key' on sbt 1.3.0 #58
Comments
For 'jar' and 'bundle' we have custom logic to select the 'bundle' (
Map should really be a MultiMap?
|
I'm just going to discard the native module. |
Btw, this is a change in behaviour from using Coursier, I'm pretty sure. Whether it's correct or not, I'm not. |
Hrm, this problem still occurs for me... even when recreating the test at akka/akka#26963 Weird thing is the line numbers don't seems to correspond to the source, while lsof does seem to suggest the right jar was loaded... 😕
|
We're having a similar issue in Alpakka, but in this case, it's between two artifacts with the same group id and different classifiers ( https://travis-ci.com/akka/alpakka/jobs/280329800#L335
We bring in the artifact with https://github.com/akka/alpakka/blob/master/project/Dependencies.scala#L443 |
Root cause? sbt/sbt#5325 |
When running sbt-whitesource on Akka with sbt 1.3.0-RC1 (akka/akka#26935), I get:
These 2 ModuleInfo's seem to be the same, but contain different artifacts: the 'normal' and the 'native' version.
Note that this is not
sbt.librarymanagement.ModuleInfo
butsbtwhitesource.BaseAction$ModuleInfo
.The text was updated successfully, but these errors were encountered: