Skip to content

Commit

Permalink
s2a BUILD changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmehta19 committed Apr 19, 2024
1 parent 499d22b commit e83fee8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions s2a/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ java_library(
artifact("com.google.errorprone:error_prone_annotations"),
artifact("com.google.guava:guava"),
artifact("org.checkerframework:checker-qual"),
"@io_netty_netty_common//jar",
"@io_netty_netty_transport//jar",
artifact("io.netty:netty-common"),
artifact("io.netty:netty-transport"),
],
)

Expand Down Expand Up @@ -93,9 +93,9 @@ java_library(
artifact("com.google.guava:guava"),
artifact("org.checkerframework:checker-qual"),
"@com_google_protobuf//:protobuf_java",
"@io_netty_netty_common//jar",
"@io_netty_netty_handler//jar",
"@io_netty_netty_transport//jar",
artifact("io.netty:netty-common"),
artifact("io.netty:netty-handler"),
artifact("io.netty:netty-transport"),
],
)

Expand Down

0 comments on commit e83fee8

Please sign in to comment.