Skip to content

Commit

Permalink
[maintenance] bazel_dep protobuf removal (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
abrams27 committed Jan 11, 2024
1 parent 1dac55e commit 8009bec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ use_repo(
)

bazel_dep(name = "rules_java", version = "7.3.2")
bazel_dep(name = "protobuf", version = "21.7", repo_name = "com_google_protobuf")
bazel_dep(name = "rules_proto", version = "5.3.0-21.7")
bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "platforms", version = "0.0.8")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ kt_jvm_library(
visibility = ["//visibility:public"],
exports = [
"//server/src/main/kotlin/org/jetbrains/bsp/bazel/server/sync/proto:bsp_target_info_java_proto",
"@com_google_protobuf//:protobuf_java",
],
deps = [
"//server/src/main/kotlin/org/jetbrains/bsp/bazel/server/sync/proto:bsp_target_info_java_proto",
"@com_google_protobuf//:protobuf_java",
],
)

0 comments on commit 8009bec

Please sign in to comment.