Skip to content

Commit

Permalink
twitter-server-internal: Remove dependency on finagle-http
Browse files Browse the repository at this point in the history
finagle-http will soon be deprecated in favor of finagle-httpx. In
preparation for this change, we're assisting each team in converting
their targets that depend on finagle-http to finagle-httpx.

This RB removes the finagle-http dependency from twitter-server-internal
and adds it as a direct depedency to projects that were using it
transitively. We'll follow up rbs that convert each project
individually. However, If you'd like to help out by converting your
project before we get to it, that would be much appreciated :)

This spreadsheet tracks what targets have already been converted:
https://docs.google.com/spreadsheets/d/1ABj_r642UUjN-zNN9PM8AS_2cC06lSmks9SyGA20OGY/edit#gid=473845749.

Background: go/httpx

RB_ID=741454
TBR=true
  • Loading branch information
Ruben Oanta authored and jenkins committed Sep 21, 2015
1 parent 78fb8ea commit 514ee3a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/scala/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ scala_library(name='scala',
'3rdparty/jvm/com/fasterxml/jackson/core:jackson-databind',
'3rdparty/jvm/com/fasterxml/jackson/module:jackson-module-scala',
'finagle/finagle-core',
'finagle/finagle-http',
'finagle/finagle-httpx',
'finagle/finagle-httpx-compat',
'finagle/finagle-zipkin',
'util/util-app',
'util/util-core',
Expand Down

0 comments on commit 514ee3a

Please sign in to comment.