mirror of
https://github.com/google/nomulus
synced 2026-01-09 15:43:52 +00: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:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user