Remove commons-lang3 from plugin API
After removing Elasticsearch and Jest REST client library, commons lang3
is not used any more in Gerrit core and is only used for tests and not
included in release.war.
Given that we have forgotten to remove it and stil expose it in plugin
API only confused the plugins that depend on it, because the build pass,
but then the plugin cannot work, because the required dependency is
missing.
Similar change was already done on stable branches, but was erroneously
reverted during merge to master.
Bug: Issue 9253
Change-Id: Ie86b9078f5d6ba353ae2d044adefccb182a015ba
diff --git a/plugins/BUILD b/plugins/BUILD
index aa98e72..4cc982a 100644
--- a/plugins/BUILD
+++ b/plugins/BUILD
@@ -39,7 +39,6 @@
"//java/com/google/gerrit/util/http",
"//lib/commons:dbcp",
"//lib/commons:lang",
- "//lib/commons:lang3",
"//lib/dropwizard:dropwizard-core",
"//lib/flogger:api",
"//lib/guice:guice",