Export dropwizard in plugin API

gerrit-server:server transitively depends on the dropwizard library
and thus it's included in the plugin API. Exporting it allow plugins
to depend on it in tree build, without explicitly mentioning it in
provided_deps.

Change-Id: Idcda84cd845330e3efb575c9fe9d508d584d7bff
This commit is contained in:
David Ostrovsky 2015-11-21 19:07:03 +01:00
parent 8978005cb6
commit 2d409560c1

View File

@ -28,6 +28,7 @@ java_library(
'//gerrit-gwtexpui:server',
'//gerrit-reviewdb:server',
'//lib:args4j',
'//lib/dropwizard:dropwizard-core',
'//lib:guava',
'//lib:gwtorm',
'//lib:jsch',