Add deps to gerrit-acceptance-framework to support httpd plugin IT tests

These added dependencies include a new pgm http-jetty java_library that
shall eliminate any unnecessary transitive pgm deps from the IT lib.
This new java_library makes the 'jetty' sub-directory of pgm's 'http'
directory explicit, as the latter contains only the former. That new
java_library tries to follow the sibling 'util'/'util-nodep' example,
leading to this 'http'/'http-jetty' pair.

Introduce BASE_JETTY_DEPS to remove some duplication brought by
requiring those deps in both DEPS and http-jetty. Introduce JETTY_DEPS
as well for similar purposes, in http and http-jetty.

Exercised (required) by cookbook-plugin change id I3a1973.

Change-Id: I78bda72ee8c42cbd1e1d64fde849d2f2d43914cd
This commit is contained in:
Marco Miller
2015-10-16 13:42:43 -04:00
parent 573f8bad2d
commit 3bcec991e9
3 changed files with 44 additions and 28 deletions

View File

@@ -2,13 +2,18 @@ SRCS = glob(['src/test/java/com/google/gerrit/acceptance/*.java'])
DEPS = [
'//gerrit-gpg:gpg',
'//gerrit-launcher:launcher',
'//gerrit-openid:openid',
'//gerrit-pgm:daemon',
'//gerrit-pgm:http-jetty',
'//gerrit-pgm:util-nodep',
'//gerrit-server/src/main/prolog:common',
'//gerrit-server:testutil',
'//lib/auto:auto-value',
'//lib/httpcomponents:fluent-hc',
'//lib/httpcomponents:httpclient',
'//lib/httpcomponents:httpcore',
'//lib/jetty:servlet',
'//lib/jgit:junit',
'//lib/log:impl_log4j',
'//lib/log:log4j',