From 926905012513301d70f28b9d3a3c85c8cc3d8ff2 Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Wed, 17 Jul 2024 14:15:02 -0700 Subject: [PATCH] examples: For Bazel, remove compat repo for maven_install It hasn't been needed since 0064991. In that commit the main WORKSPACE was cleaned up, but not the examples. --- examples/WORKSPACE | 5 ----- 1 file changed, 5 deletions(-) diff --git a/examples/WORKSPACE b/examples/WORKSPACE index 7291584b3f..9f6a4eff70 100644 --- a/examples/WORKSPACE +++ b/examples/WORKSPACE @@ -40,13 +40,8 @@ maven_install( "com.google.api.grpc:grpc-google-cloud-pubsub-v1:0.1.24", "com.google.api.grpc:proto-google-cloud-pubsub-v1:0.1.24", ] + IO_GRPC_GRPC_JAVA_ARTIFACTS + PROTOBUF_MAVEN_ARTIFACTS, - generate_compat_repositories = True, override_targets = IO_GRPC_GRPC_JAVA_OVERRIDE_TARGETS, repositories = [ "https://repo.maven.apache.org/maven2/", ], ) - -load("@maven//:compat.bzl", "compat_repositories") - -compat_repositories()