mirror of
https://github.com/twitter/the-algorithm.git
synced 2024-11-18 17:39:26 +01:00
ef4c5eb65e
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.
17 lines
636 B
Python
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",
|
|
],
|
|
)
|