Skip to content

Commit 87f46b0

Browse files
firovNikolay Firov
andauthored
lock file for maven in bzlmod (#252)
#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 <firov@nb-txmr9mq693.barn-sun.ts.net> Co-authored-by: Nikolay Firov <thergfire@gmail.com>
1 parent 0ff473a commit 87f46b0

6 files changed

Lines changed: 2604 additions & 19 deletions

File tree

MODULE.bazel

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ bazel_dep(
5151
)
5252
bazel_dep(
5353
name = "rules_jvm_external",
54-
version = "5.3",
54+
version = "6.0",
5555
)
5656
bazel_dep(
5757
name = "rules_proto",
@@ -175,6 +175,7 @@ maven.install(
175175
] + IO_GRPC_GRPC_JAVA_ARTIFACTS,
176176
fail_if_repin_required = True,
177177
generate_compat_repositories = True,
178+
lock_file = "//:contrib_rules_jvm_deps_install.json",
178179
strict_visibility = False,
179180
)
180181

@@ -200,6 +201,7 @@ use_repo(
200201
"com_google_j2objc_j2objc_annotations",
201202
"contrib_rules_jvm_deps",
202203
"org_apache_tomcat_annotations_api",
204+
"unpinned_contrib_rules_jvm_deps",
203205
)
204206

205207
dev_maven = use_extension(

0 commit comments

Comments
 (0)