the-algorithm/simclusters-ann/server/src/main/scala/com/twitter/simclustersann/filters/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

14 lines
602 B
Python

scala_library(
compiler_option_sets = ["fatal_warnings"],
tags = ["bazel-compatible"],
dependencies = [
"finagle/finagle-core/src/main",
"finatra/inject/inject-app/src/main/java/com/twitter/inject/annotations",
"finatra/inject/inject-core/src/main/scala",
"relevance-platform/src/main/scala/com/twitter/relevance_platform/simclustersann/multicluster",
"scrooge/scrooge-core/src/main/scala",
"simclusters-ann/server/src/main/scala/com/twitter/simclustersann/exceptions",
"simclusters-ann/thrift/src/main/thrift:thrift-scala",
],
)