From 514ee3ada67fecc8c668f6f19bff7cb8af9088e0 Mon Sep 17 00:00:00 2001 From: Ruben Oanta Date: Tue, 15 Sep 2015 23:19:57 +0000 Subject: [PATCH] twitter-server-internal: Remove dependency on finagle-http 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 --- src/main/scala/BUILD | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/scala/BUILD b/src/main/scala/BUILD index 1cbcde29..3ab91e5b 100644 --- a/src/main/scala/BUILD +++ b/src/main/scala/BUILD @@ -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',