From 2ae496bfce3a0d691b7ad0d31b2e94ff69a30583 Mon Sep 17 00:00:00 2001 From: jianglai Date: Wed, 22 Nov 2017 20:10:54 -0800 Subject: [PATCH] Export hamcrest packages from junit and mockito to fix build ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=176728505 --- java/google/registry/repositories.bzl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/java/google/registry/repositories.bzl b/java/google/registry/repositories.bzl index 8c6cfda66..bd298ca82 100644 --- a/java/google/registry/repositories.bzl +++ b/java/google/registry/repositories.bzl @@ -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():