Add thirsd party slf4j-api to the TARGETS files' configuration

Summary: remove deps from thrift build target

Reviewed By: ryandm

Differential Revision: D6221258

fbshipit-source-id: 5838cf1ca9873201b02d94db410a57a46bca90da
This commit is contained in:
Rafit Izhak-Ratzin 2017-11-16 21:49:09 -08:00 committed by Facebook Github Bot
parent 53deadead8
commit 77421f2abc

View File

@ -204,6 +204,7 @@ if is_facebook_internal():
],
deps = [
'//common/fb303/if:fb303-javadeprecated',
'//third-party-java/org.slf4j:slf4j-api',
'//thrift/lib/java:thrift',
],
)