Skip to content

Commit

Permalink
Drop references to nonexistant grpc-kotlin-context Maven artifact.
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjayVas committed Aug 21, 2023
1 parent b285ad6 commit cb7c52a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion build/grpc_kotlin/repo.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ load("//build:versions.bzl", "GRPC_KOTLIN", "versioned_http_archive")
# kt_jvm_grpc_library directly depends on these library targets.
GRPC_KOTLIN_OVERRIDE_TARGETS = {
"io.grpc:grpc-kotlin-stub": "@com_github_grpc_grpc_kotlin//stub/src/main/java/io/grpc/kotlin:stub",
"io.grpc:grpc-kotlin-context": "@com_github_grpc_grpc_kotlin//stub/src/main/java/io/grpc/kotlin:context",
}

def com_github_grpc_grpc_kotlin():
Expand Down
5 changes: 0 additions & 5 deletions imports/kotlin/io/grpc/kotlin/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,3 @@ alias(
name = "stub",
actual = "@maven//:io_grpc_grpc_kotlin_stub",
)

alias(
name = "context",
actual = "@maven//:io_grpc_grpc_kotlin_context",
)
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ kt_jvm_library(
"//imports/java/io/netty/handler",
"//imports/java/org/jetbrains/annotations",
"//imports/java/picocli",
"//imports/kotlin/io/grpc/kotlin:context",
"//imports/kotlin/io/grpc/kotlin:stub",
"//imports/kotlin/kotlinx/coroutines:core",
"//src/main/kotlin/org/wfanet/measurement/common",
Expand Down

0 comments on commit cb7c52a

Please sign in to comment.