Buck: Fix eclipse classpath file generation
As pointed out in this issue: [1] recent Buck version seems to have
regression on auditing transitive dependencies without providing
'--dot' option to audit classpath command.
* [1] https://github.com/facebook/buck/issues/888
Change-Id: Ifad802fa6b418783e330214d31cb69f3b0aed8b2
diff --git a/tools/eclipse/BUCK b/tools/eclipse/BUCK
index a8b3f01..dfd271d 100644
--- a/tools/eclipse/BUCK
+++ b/tools/eclipse/BUCK
@@ -15,6 +15,7 @@
'//gerrit-reviewdb:client_tests',
'//gerrit-server:server',
'//gerrit-server:server_tests',
+ '//lib:jimfs',
'//lib/asciidoctor:asciidoc_lib',
'//lib/asciidoctor:doc_indexer_lib',
'//lib/auto:auto-value',