Upgrade Closure Rules to v0.2.5

This CL fixes an issue preventing App Engine deploys in the open source
world, because an old version of Soy had its Maven jars compiled for Java
1.8. Upgrading to the latest Closure Rules release fixes this.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=128841077
This commit is contained in:
Justine Tunney 2016-07-29 13:35:37 -07:00
parent 31dbe4c1f1
commit e1dc6d5adb
2 changed files with 11 additions and 9 deletions

View file

@ -274,8 +274,8 @@ def domain_registry_repositories():
native.maven_jar(
name = "gson",
artifact = "com.google.code.gson:gson:2.4",
sha1 = "0695b63d702f505b9b916e02272e3b6381bade7f",
artifact = "com.google.code.gson:gson:2.7",
sha1 = "751f548c85fa49f330cecbb1875893f971b33c4e",
)
native.maven_jar(
@ -304,8 +304,8 @@ def domain_registry_repositories():
native.maven_jar(
name = "icu4j",
artifact = "com.ibm.icu:icu4j:56.1",
sha1 = "8dd6671f52165a0419e6de5e1016400875a90fa9",
artifact = "com.ibm.icu:icu4j:57.1",
sha1 = "198ea005f41219f038f4291f0b0e9f3259730e92",
)
native.maven_jar(
@ -388,8 +388,8 @@ def domain_registry_repositories():
native.maven_jar(
name = "json",
artifact = "org.json:json:20090211",
sha1 = "c183aa3a2a6250293808bba12262c8920ce5a51c",
artifact = "org.json:json:20160212",
sha1 = "a742e3f85161835b95877478c5dd5b405cefaab9",
)
native.maven_jar(