Upgrade joda-time to 2.8

2.8 is not the latest (2.8.1) but this is the version used by
Elasticsearch.

Change-Id: If5b488387b1c58d0e3e374dfa6846457d7519475
This commit is contained in:
David Pursehouse 2015-06-23 20:02:34 +09:00
parent 875f46955a
commit 71514bca05
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ EXCLUDE = [
maven_jar(
name = 'joda-time',
id = 'joda-time:joda-time:2.7',
sha1 = '5599707a3eaad13e889f691b3af78c8c03842195',
id = 'joda-time:joda-time:2.8',
sha1 = '9f2785d7184b97d005a44241ccaf980f43b9ccdb',
deps = [':joda-convert'],
license = 'Apache2.0',
exclude = EXCLUDE,