Skip to content

Commit

Permalink
removed unused java-grpc deps (#6565)
Browse files Browse the repository at this point in the history
  • Loading branch information
mai93 authored Jul 11, 2024
1 parent 91da646 commit b2fd5e3
Show file tree
Hide file tree
Showing 4 changed files with 321 additions and 6,338 deletions.
34 changes: 0 additions & 34 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -101,28 +101,8 @@ maven.install(
"com.google.guava:guava:33.0.0-jre", # changed to jre
"com.google.truth:truth:1.1.5",
"com.google.truth.extensions:truth-java8-extension:1.1.5",
"com.google.api.grpc:proto-google-common-protos:2.34.0",
"com.google.j2objc:j2objc-annotations:2.8",
"com.google.guava:failureaccess:1.0.2",
# Apparently bumping grpc to >= 1.58 causes a dependency cycle
"io.grpc:grpc-netty:1.57.0",
"io.grpc:grpc-stub:1.57.0",
"io.grpc:grpc-api:1.57.0",
"io.grpc:grpc-protobuf:1.57.0",
"io.grpc:grpc-protobuf-lite:1.57.0",
"io.grpc:grpc-core:1.57.0",
"io.netty:netty-common:4.1.97.Final",
"io.netty:netty-transport-classes-epoll:4.1.97.Final",
"io.netty:netty-transport-native-epoll:4.1.97.Final",
"io.netty:netty-transport-native-unix-common:4.1.97.Final",
"io.netty:netty-transport-classes-kqueue:4.1.97.Final",
"io.netty:netty-transport:4.1.97.Final",
"org.apache.tomcat:annotations-api:6.0.53",
],
exclusions = [
# Required because of https://github.com/bazelbuild/rules_jvm_external/issues/966
"io.grpc:grpc-util",
"io.grpc:grpc-core",
],
fail_if_repin_required = True,
generate_compat_repositories = True,
Expand All @@ -131,23 +111,9 @@ maven.install(
use_repo(
maven,
"com_google_guava_guava",
"com_google_api_grpc_proto_google_common_protos",
"com_google_j2objc_j2objc_annotations",
"com_google_guava_failureaccess",
"io_grpc_grpc_api",
"io_grpc_grpc_core",
"io_grpc_grpc_netty",
"io_grpc_grpc_protobuf",
"io_grpc_grpc_protobuf_lite",
"io_grpc_grpc_stub",
"io_netty_netty_common",
"io_netty_netty_transport",
"io_netty_netty_transport_classes_epoll",
"io_netty_netty_transport_classes_kqueue",
"io_netty_netty_transport_native_epoll",
"io_netty_netty_transport_native_unix_common",
"maven",
"org_apache_tomcat_annotations_api",
"unpinned_maven",
auto_value = "com_google_auto_value_auto_value",
auto_value_annotations = "com_google_auto_value_auto_value_annotations",
Expand Down
Loading

0 comments on commit b2fd5e3

Please sign in to comment.