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
This commit is contained in:
David Ostrovsky
2015-09-19 16:06:48 +02:00
committed by David Pursehouse
parent a953e28de3
commit 6205b19ec3

View File

@@ -34,6 +34,7 @@ java_library(
'//lib:jsch',
'//lib:mime-util',
'//lib:servlet-api-3_1',
'//lib:velocity',
'//lib/commons:lang',
'//lib/guice:guice',
'//lib/guice:guice-assistedinject',