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:
jianglai 2017-11-22 20:10:54 -08:00
parent d75071f503
commit 2ae496bfce

View file

@ -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():