nicknezis opened a new pull request #3433: Use new Bazel plugin to dynamically find transitive Maven dependencies URL: https://github.com/apache/incubator-heron/pull/3433 Update the Bazel build scripts to use this new capability: https://github.com/bazelbuild/rules_jvm_external The goal would be to better manage the project's dependencies and not have to manually update the various transitive dependencies. This tool will use a dependency's pom.xml to dynamically generate the Bazel targets for each of the dependencies. The approach I took was to remove all `maven_jar` dependencies and then to add them back one by one. Hopefully I have the right subset of dependencies.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
