Remove misleading variable from ES dependency file

VERSION variable is not used any more in the ElasticSearch dependency
file, therefore we can remove it.

Change-Id: I0e9ed69a69976606d5db5e832023e85b5a06f4f1
This commit is contained in:
Dariusz Luksza
2017-04-24 17:59:38 +02:00
committed by David Pursehouse
parent fd40452d76
commit 36f85512a5

View File

@@ -26,9 +26,6 @@ java_library(
],
)
# Java REST client for Elasticsearch.
VERSION = "0.1.7"
java_library(
name = "jest-common",
data = ["//lib:LICENSE-Apache2.0"],