Using the default maven namespace causes pollution for projects that depend on rules_closure. I'm attempting to use rules_closure with Selenium itself, and introducing the ruleset has lead to the unusual condition that we now depend on our own published jars.
In rules_jvm_external we advise against rulesets included via bazel_dep from using the default namespace (in this section) Perhaps closure_deps could be used instead?
Using the default
mavennamespace causes pollution for projects that depend onrules_closure. I'm attempting to userules_closurewith Selenium itself, and introducing the ruleset has lead to the unusual condition that we now depend on our own published jars.In
rules_jvm_externalwe advise against rulesets included viabazel_depfrom using the default namespace (in this section) Perhapsclosure_depscould be used instead?