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:
committed by
Facebook Github Bot
parent
c871496f8c
commit
fcd1b1e773
@@ -62,5 +62,7 @@ ext.deps = [
|
||||
robolectric : 'org.robolectric:robolectric:3.0',
|
||||
junit : 'junit:junit:4.12',
|
||||
stetho : 'com.facebook.stetho:stetho:1.5.0',
|
||||
okhttp3 : 'com.squareup.okhttp3:okhttp:3.10.0'
|
||||
okhttp3 : 'com.squareup.okhttp3:okhttp:3.10.0',
|
||||
// Plugin dependencies
|
||||
rhino : 'org.mozilla:rhino:1.7.10',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user