Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
chore: minor cleanups (#1573)
Browse files Browse the repository at this point in the history
  • Loading branch information
chanseokoh committed Nov 30, 2021
1 parent 92b7632 commit 6e12445
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion WORKSPACE
Expand Up @@ -19,7 +19,6 @@ load("@com_google_protobuf//:protobuf_deps.bzl",
# PROTOBUF_MAVEN_ARTIFACTS variable so that the Bazel users can resolve their
# dependencies through maven_install.
# https://github.com/protocolbuffers/protobuf/issues/9132
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
RULES_JVM_EXTERNAL_TAG = "4.2"
RULES_JVM_EXTERNAL_SHA = "cd1a77b7b02e8e008439ca76fd34f5b07aecb8c752961f9640dea15e9e5ba1ca"
http_archive(
Expand All @@ -28,7 +27,9 @@ http_archive(
sha256 = RULES_JVM_EXTERNAL_SHA,
url = "https://github.com/bazelbuild/rules_jvm_external/archive/%s.zip" % RULES_JVM_EXTERNAL_TAG,
)

load("@rules_jvm_external//:defs.bzl", "maven_install")

maven_install(
artifacts = PROTOBUF_MAVEN_ARTIFACTS,
generate_compat_repositories = True,
Expand Down

0 comments on commit 6e12445

Please sign in to comment.