Export httpcore in plugin API

This allows plugins to support in tree Gerrit build.

Reported-By: Hugo Arès <hugo.ares@ericsson.com>
Change-Id: Ice25958041d4fb455f75bb3d63f62e08934c9ae6
This commit is contained in:
David Ostrovsky 2016-12-20 09:14:43 +01:00
parent 0eb73c13ef
commit 709627f8f1
2 changed files with 2 additions and 0 deletions

View File

@ -58,6 +58,7 @@ java_library(
'//lib/guice:multibindings',
'//lib/guice:guice-servlet',
"//lib/httpcomponents:httpclient",
"//lib/httpcomponents:httpcore",
'//lib/jgit/org.eclipse.jgit:jgit',
'//lib/jgit/org.eclipse.jgit.http.server:jgit-servlet',
'//lib/joda:joda-time',

View File

@ -27,6 +27,7 @@ EXPORTS = [
"//lib/guice:javax-inject",
"//lib/guice:multibindings",
"//lib/httpcomponents:httpclient",
"//lib/httpcomponents:httpcore",
"//lib/jgit/org.eclipse.jgit.http.server:jgit-servlet",
"//lib/jgit/org.eclipse.jgit:jgit",
"//lib/joda:joda-time",