Export commons:dbcp in gerrit-plugin-api

Some plugins depend on this library and for the bazel in-tree build to
work, it must be explicitly specified in the plugins dependencies. Given
this library is already present in gerrit-plugin-api, export it instead
so plugins do not have to specify it.

Change-Id: I79a36061b89ceb37c4a3017aad8abb89cdba8578
This commit is contained in:
Hector Oswaldo Caballero
2017-07-29 07:21:49 -04:00
parent 3b6a08a15e
commit 0bc05de756

View File

@@ -20,6 +20,7 @@ EXPORTS = [
"//gerrit-gwtexpui:server",
"//gerrit-reviewdb:server",
"//gerrit-server/src/main/prolog:common",
"//lib/commons:dbcp",
"//lib/commons:lang",
"//lib/commons:lang3",
"//lib/dropwizard:dropwizard-core",