Skip to content

Commit

Permalink
lock file for maven in bzlmod (#252)
Browse files Browse the repository at this point in the history
#251

Existing frozen_deps_install.json doesn't match
contrib_rules_jvm_deps_install.json generated by bzlmod version of
maven.install, so i think we can replace old one only after full
migration to bzlmod and use single version of maven.install

---------

Co-authored-by: Nikolay Firov <[email protected]>
Co-authored-by: Nikolay Firov <[email protected]>
  • Loading branch information
3 people authored Apr 11, 2024
1 parent 0ff473a commit 87f46b0
Show file tree
Hide file tree
Showing 6 changed files with 2,604 additions and 19 deletions.
4 changes: 3 additions & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ bazel_dep(
)
bazel_dep(
name = "rules_jvm_external",
version = "5.3",
version = "6.0",
)
bazel_dep(
name = "rules_proto",
Expand Down Expand Up @@ -175,6 +175,7 @@ maven.install(
] + IO_GRPC_GRPC_JAVA_ARTIFACTS,
fail_if_repin_required = True,
generate_compat_repositories = True,
lock_file = "//:contrib_rules_jvm_deps_install.json",
strict_visibility = False,
)

Expand All @@ -200,6 +201,7 @@ use_repo(
"com_google_j2objc_j2objc_annotations",
"contrib_rules_jvm_deps",
"org_apache_tomcat_annotations_api",
"unpinned_contrib_rules_jvm_deps",
)

dev_maven = use_extension(
Expand Down
Loading

0 comments on commit 87f46b0

Please sign in to comment.