Skip to content

Commit

Permalink
JDK11 Compilation: add 3rdparty dependencies to BUILDs for javax.anno…
Browse files Browse the repository at this point in the history
…tation and javax.activation

Problem / Solution

    Missing dependencies when compiling with JDK11 /
    Add missing dependencies

JIRA Issues: CSL-11335

Differential Revision: https://phabricator.twitter.biz/D748543
  • Loading branch information
mcguigan authored and jenkins committed Sep 29, 2021
1 parent 2910c85 commit 598f73e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions finagle-thrift/src/main/java/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ java_library(
),
tags = ["bazel-compatible"],
dependencies = [
"3rdparty/jvm/javax/annotation:javax.annotation-api",
"3rdparty/jvm/org/apache/thrift:libthrift",
],
)
Expand Down

0 comments on commit 598f73e

Please sign in to comment.