Allow users to import pom type dependencies from maven, such as Guice Parent
With such feature, users could much more easily import a maven dependency that requires other external dependencies. For example, importing Guice through Guice Parent could be a way to control Guice dependency in one place.
This functionality is provided by https://github.com/bazelbuild/rules_jvm_external
@keith Thanks! This resolves all my requirements.
Awesome! (might want to close this then)
Most helpful comment
@keith Thanks! This resolves all my requirements.