You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.
I don't think you want duplicate dependencies, even at different versions. These jars likely have the same classes, so only one will actually be used at runtime (whichever it finds first?).
In practice, I just manually delete the old jars. But maybe bazel-deps could do that for us.
For example:
Note that
com.google.guava_guava//jar
is used as thename
for twomaven_jar
s and is ambiguous.To solve this, perhaps we could include the version number in the generated
name
?The text was updated successfully, but these errors were encountered: