Buck: Package servlet-api in WEB-INF/pgm-lib again
Idc8c24854 added servlet-api as transitive dependency to gerrit-server Buck artifact. As the consequence servlet-api was included in lib drectory instead of in pgm-lib. Change-Id: I190a4d98d85d17b619ee81e3bb32eee58134677c
This commit is contained in:
parent
493208ae26
commit
2dedf9939b
@ -47,7 +47,6 @@ java_library(
|
||||
'//lib:parboiled-core',
|
||||
'//lib:pegdown',
|
||||
'//lib:protobuf',
|
||||
'//lib:servlet-api-3_1',
|
||||
'//lib:velocity',
|
||||
'//lib/antlr:java_runtime',
|
||||
'//lib/commons:codec',
|
||||
@ -69,6 +68,7 @@ java_library(
|
||||
'//lib/lucene:query-parser',
|
||||
],
|
||||
provided_deps = [
|
||||
'//lib:servlet-api-3_1',
|
||||
'//lib/bouncycastle:bcprov',
|
||||
'//lib/bouncycastle:bcpg',
|
||||
'//lib/bouncycastle:bcpkix',
|
||||
|
Loading…
Reference in New Issue
Block a user