Skip to content

Commit

Permalink
clean(deps): Remove un-used deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger committed Jun 27, 2023
1 parent f687273 commit 1b1291f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion core/impl/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ java_library(
"@maven//:com_github_java_json_tools_uri_template",
"@maven//:com_google_guava_guava",
"@maven//:com_google_protobuf_protobuf_java",
"@maven//:com_google_protobuf_protobuf_java_util",
"@maven//:io_grpc_grpc_api",
"@maven//:io_grpc_grpc_stub",
"@maven//:org_slf4j_slf4j_api",
Expand Down
3 changes: 0 additions & 3 deletions core/lib/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,7 @@ java_library(
],
deps = [
":core_java_proto",
"//common/common",
"//common/protobuf",
"@maven//:com_google_guava_guava",
"@maven//:com_google_protobuf_protobuf_java",
],
)

Expand Down

0 comments on commit 1b1291f

Please sign in to comment.