mirror of
https://github.com/google/nomulus.git
synced 2025-05-22 04:09:46 +02:00
Export hamcrest packages from junit and mockito to fix build
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=176728505
This commit is contained in:
parent
d75071f503
commit
2ae496bfce
1 changed files with 2 additions and 1 deletions
|
@ -1585,7 +1585,7 @@ def junit():
|
|||
],
|
||||
licenses = ["reciprocal"], # Common Public License Version 1.0
|
||||
testonly_ = True,
|
||||
deps = ["@org_hamcrest_core"],
|
||||
exports = ["@org_hamcrest_core"],
|
||||
)
|
||||
|
||||
def org_apache_avro():
|
||||
|
@ -1854,6 +1854,7 @@ def org_mockito_all():
|
|||
],
|
||||
licenses = ["notice"], # The MIT License
|
||||
testonly_ = True,
|
||||
exports = ["@org_hamcrest_all", "@org_hamcrest_library"],
|
||||
)
|
||||
|
||||
def org_mortbay_jetty():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue