Fix typo in lib/lucene/BUCK

Replace ':core_jar' with ':lucene-core'. Buck cannot resolve ':core_jar'.

Change-Id: Ie14327752bed4bb8b9e3da03994e9100436956e5
This commit is contained in:
Bruce Zu 2016-02-18 14:41:48 -08:00 committed by David Ostrovsky
parent a71fdb49cd
commit 77e5dc88cf

View File

@ -42,7 +42,7 @@ maven_jar(
id = 'org.apache.lucene:lucene-backward-codecs:' + VERSION,
sha1 = '5273da96380dfab302ad06c27fe58100db4c4e2f',
license = 'Apache2.0',
deps = [':core_jar'],
deps = [':lucene-core'],
exclude = [
'META-INF/LICENSE.txt',
'META-INF/NOTICE.txt',