Clean up dependencies (#153)

Summary:
Remove unused dependencies and centralise the remaining ones in the
global project config.
Pull Request resolved: https://github.com/facebook/Sonar/pull/153

Reviewed By: priteshrnandgaonkar

Differential Revision: D8820462

Pulled By: passy

fbshipit-source-id: 1c845898930eb62942379fddec6da39dbdc426d0
This commit is contained in:
Pascal Hartig
2018-07-12 08:48:11 -07:00
committed by Facebook Github Bot
parent c871496f8c
commit fcd1b1e773
4 changed files with 15 additions and 29 deletions

View File

@@ -247,10 +247,7 @@ android {
dependencies {
compileOnly deps.lithoAnnotations
compileOnly 'org.glassfish:javax.annotation:10.0-b28'
implementation project(':fbjni')
implementation deps.soloader
implementation deps.guava
implementation deps.jsr305