the-algorithm/timelineranker/client/builder/src/main/scala/BUILD
twitter-team ef4c5eb65e Twitter Recommendation Algorithm
Please note we have force-pushed a new initial commit in order to remove some publicly-available Twitter user information. Note that this process may be required in the future.
2023-03-31 17:36:31 -05:00

17 lines
636 B
Python

scala_library(
sources = ["com/twitter/timelineranker/client/*.scala"],
platform = "java8",
tags = ["bazel-compatible"],
dependencies = [
"finagle/finagle-core/src/main",
"finagle/finagle-stats",
"finagle/finagle-thrift/src/main/java",
"servo/client/src/main/scala/com/twitter/servo/client",
"src/thrift/com/twitter/timelineranker:thrift-scala",
"src/thrift/com/twitter/timelineranker/server/model:thrift-scala",
"timelineranker/common:model",
"timelines/src/main/scala/com/twitter/timelines/util/stats",
"util/util-stats/src/main/scala",
],
)