Skip to content

Commit

Permalink
finagle/finagle-mux: Add BUILD export for finagle-core for symbol com…
Browse files Browse the repository at this point in the history
….twitter.finagle.ssl.OpportunisticTls.Off and others

Problem
Bazel builds depending on finagle-mux fail because unless they also depend on
finagle-core, because using symbol `com.twitter.finagle.mux.transport.OpportunisticTls.Off` from
finagle-mux requires having symbol `com.twitter.finagle.ssl.OpportunisticTls.Off` from finagle-core
available.

Solution
Adds an explicit export of finagle-core to the finagle-mux BUILD

Differential Revision: https://phabricator.twitter.biz/D628678
  • Loading branch information
Joseph Boyd authored and jenkins committed Mar 5, 2021
1 parent 37bf7b0 commit 7ad4a33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions finagle-mux/src/main/scala/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ scala_library(
],
exports = [
"3rdparty/jvm/io/netty:netty4",
"finagle/finagle-core",
],
)

0 comments on commit 7ad4a33

Please sign in to comment.