Buck: Export velocity for in tree plugin build
gerrit-server transitively depends on lib:velocity, and thus this
dependency was always included in gerrit-plugin-api. Exporting it
allows in tree plugin to also depends on it, without mentioning it
as explicit dependency, which would unnecessarily complicate
standalone build implementation.
This change can be used to simplify Buck in tree and standalone
build implementations for its-* plugins.
Change-Id: Ide02bc5d3eae841ae88675981b1d7d01df4fed66
diff --git a/gerrit-plugin-api/BUCK b/gerrit-plugin-api/BUCK
index ed11e0f..59c7801 100644
--- a/gerrit-plugin-api/BUCK
+++ b/gerrit-plugin-api/BUCK
@@ -34,6 +34,7 @@
'//lib:jsch',
'//lib:mime-util',
'//lib:servlet-api-3_1',
+ '//lib:velocity',
'//lib/commons:lang',
'//lib/guice:guice',
'//lib/guice:guice-assistedinject',