-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Duplicate versions in transitive dependencies #3020
Copy link
Copy link
Closed
Labels
api: datastoreIssues related to the Datastore API.Issues related to the Datastore API.dependenciespriority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.
Metadata
Metadata
Assignees
Labels
api: datastoreIssues related to the Datastore API.Issues related to the Datastore API.dependenciespriority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.
When adding google-cloud-datastore as a dependency, it drags in a lot of different versions of the same libraries.
Example:
When using maven-enforer-plugin, it will fail the build on duplicate versions and log which ones have duplicates.
Output from this is attached here: output.txt
Should this be fixed?