-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
repositories.bzl: Remove Maven repositories, in favor of maven_install
Manually specifying individual Maven artifacts is very verbose and error-prone. It also does not properly handle transitive dependencies. It greatly increases the amount of effort to update dependencies. v1.27.0 introduced support for maven_install and encouraged users to migrate. I fully expect some users haven't migrated, but it's not clear that an additional 8 months would help much. Users that don't want to use maven_install are still free to do so, but would need to maintain the verbose repository list themselves. At some point we may begin using the @maven workspace which would require maven_install, but are not doing so now (except in the examples) and don't have immediate plans to start.
- Loading branch information
Showing
2 changed files
with
0 additions
and
356 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters