From 77e5dc88cf73c2e1200ec27d251bf5b02d839095 Mon Sep 17 00:00:00 2001 From: Bruce Zu Date: Thu, 18 Feb 2016 14:41:48 -0800 Subject: [PATCH] Fix typo in lib/lucene/BUCK Replace ':core_jar' with ':lucene-core'. Buck cannot resolve ':core_jar'. Change-Id: Ie14327752bed4bb8b9e3da03994e9100436956e5 --- lib/lucene/BUCK | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lucene/BUCK b/lib/lucene/BUCK index fdf8129bae..1cc51eb3a7 100644 --- a/lib/lucene/BUCK +++ b/lib/lucene/BUCK @@ -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',