Remove third-party from dependencies

Summary:
:third-party doesn't actually export anything. So we don't need to
explicitly depend on it as it messes with the POM generation otherwise.

Reviewed By: jknoxville

Differential Revision: D8913636

fbshipit-source-id: d0da6ed4c47e8d6b7986ec9f12960c9323ad1640
This commit is contained in:
Pascal Hartig
2018-07-19 08:46:20 -07:00
committed by Facebook Github Bot
parent 3e20ebe970
commit f6b143135c

View File

@@ -50,7 +50,6 @@ android {
dependencies {
compileOnly deps.lithoAnnotations
implementation project(':fbjni')
implementation project(':third-party')
implementation deps.soloader
implementation deps.guava
implementation deps.jsr305