Bazel: Allow users to import pom type dependencies from maven

Created on 24 Mar 2019  路  3Comments  路  Source: bazelbuild/bazel

Description of the feature request:

Allow users to import pom type dependencies from maven, such as Guice Parent

Feature requests: what underlying problem are you trying to solve with this feature?

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.

Most helpful comment

@keith Thanks! This resolves all my requirements.

All 3 comments

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)

Was this page helpful?
0 / 5 - 0 ratings