You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a Spring Boot rule new user
I would like to have an organized list of Maven dependencies to add to my WORKSPACE
Such that adding Spring Boot is not a painful ordeal.
Such that I can use Bazel 2.0 without issue (no use of maven_jar).
Such that I can use maven_install or jvm_maven_import_external
As a Spring Boot rule new user
I would like to have an organized list of Maven dependencies to add to my WORKSPACE
Such that adding Spring Boot is not a painful ordeal.
Such that I can use Bazel 2.0 without issue (no use of maven_jar).
Such that I can use maven_install or jvm_maven_import_external
The problem is seen by looking at https://github.com/salesforce/bazel-springboot-rule/blob/master/external_deps.bzl
It is a mess.
This needs to worked in conjunction with the import bundles work item:
#4
To achieve this, we need to also migrate to this standard:
https://docs.bazel.build/versions/master/skylark/deploying.html
The text was updated successfully, but these errors were encountered: