Skip to content

Commit

Permalink
[bazel] mark twitter-server as testable by bazel
Browse files Browse the repository at this point in the history
JIRA Issues: DPB-12589

Differential Revision: https://phabricator.twitter.biz/D550303
  • Loading branch information
wisechengyi authored and jenkins committed Sep 16, 2020
1 parent 93a2119 commit f0f211e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions slf4j-jdk14/src/test/scala/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ junit_tests(
"twitter-server/slf4j-jdk14/src/main/scala",
scope = "runtime",
),
scoped(
"twitter-server/slf4j-jdk14/src/main/scala/com/twitter/server/handler/slf4j/jdk14",
scope = "runtime"
),
"finagle/finagle-base-http/src/main",
"finagle/finagle-core/src/main",
"finagle/finagle-http/src/main/scala",
Expand Down

0 comments on commit f0f211e

Please sign in to comment.