mirror of
https://github.com/google/nomulus.git
synced 2025-05-22 20:29:36 +02:00
Upgrade to JUnit 4.12
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=176147815
This commit is contained in:
parent
0796a0ff1c
commit
cf15b5937c
1 changed files with 3 additions and 3 deletions
|
@ -1486,10 +1486,10 @@ def joda_time():
|
||||||
def junit():
|
def junit():
|
||||||
java_import_external(
|
java_import_external(
|
||||||
name = "junit",
|
name = "junit",
|
||||||
jar_sha256 = "90a8e1603eeca48e7e879f3afbc9560715322985f39a274f6f6070b43f9d06fe",
|
jar_sha256 = "59721f0805e223d84b90677887d9ff567dc534d7c502ca903c0c2b17f05c116a",
|
||||||
jar_urls = [
|
jar_urls = [
|
||||||
"http://domain-registry-maven.storage.googleapis.com/repo1.maven.org/maven2/junit/junit/4.11/junit-4.11.jar",
|
"http://domain-registry-maven.storage.googleapis.com/repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar",
|
||||||
"http://repo1.maven.org/maven2/junit/junit/4.11/junit-4.11.jar",
|
"http://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar",
|
||||||
],
|
],
|
||||||
licenses = ["reciprocal"], # Common Public License Version 1.0
|
licenses = ["reciprocal"], # Common Public License Version 1.0
|
||||||
testonly_ = True,
|
testonly_ = True,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue