Lucene: Add back the core-and-backward-codecs target

This is needed after the upgrade to Lucene 5.4.1.

This partially reverts commit fc70ea3961.

Change-Id: Ie8f4449a08ff951278863bddf39016a951a05067
This commit is contained in:
David Pursehouse
2016-02-08 14:35:55 +09:00
parent 3ec838e578
commit 5a3bdadb03
5 changed files with 33 additions and 8 deletions

View File

@@ -36,7 +36,7 @@ java_library(
'//lib/jgit:jgit',
'//lib/jgit:jgit-servlet',
'//lib/log:api',
'//lib/lucene:lucene-core',
'//lib/lucene:lucene-core-and-backward-codecs',
],
provided_deps = ['//lib:servlet-api-3_1'],
visibility = ['PUBLIC'],