mirror of
https://github.com/google/nomulus.git
synced 2025-07-25 12:08:36 +02:00
Migrate from old *Verb* classes to new *SubjectBuilder* classes
This migration does not change any behavior. More information: [] ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=168248439
This commit is contained in:
parent
985d14b51f
commit
211d89695a
9 changed files with 22 additions and 19 deletions
|
@ -1134,10 +1134,10 @@ def com_google_re2j():
|
|||
def com_google_truth():
|
||||
java_import_external(
|
||||
name = "com_google_truth",
|
||||
jar_sha256 = "772bfaccd05b9203f929536def0b4157094130629bc105d555bef8eacc3c1675",
|
||||
jar_sha256 = "e087f1a50e40e8aae1f0cdb7f031684a84e7dd7ca224a4b5be53caeacf0f0324",
|
||||
jar_urls = [
|
||||
"http://domain-registry-maven.storage.googleapis.com/repo1.maven.org/maven2/com/google/truth/truth/0.34/truth-0.34.jar",
|
||||
"http://repo1.maven.org/maven2/com/google/truth/truth/0.34/truth-0.34.jar",
|
||||
"http://domain-registry-maven.storage.googleapis.com/repo1.maven.org/maven2/com/google/truth/truth/0.35/truth-0.35.jar",
|
||||
"http://repo1.maven.org/maven2/com/google/truth/truth/0.35/truth-0.35.jar",
|
||||
],
|
||||
licenses = ["notice"], # The Apache Software License, Version 2.0
|
||||
testonly_ = True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue