aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2016-06-03 21:50:50 +0000
committerGravatar Yun Peng <pcloudy@google.com>2016-06-06 08:03:24 +0000
commit91d3433f34c87ac9f354a4a87a322e5a14531607 (patch)
treebcd04cb1969a3ba7760a9f99acad4be927c10219 /third_party
parent1d70780d78d4c4c79b00c09ab60820be75cb87bb (diff)
Convert the Bazel JUnit4 test runner from Guice to Dagger.
-- MOS_MIGRATED_REVID=124008772
Diffstat (limited to 'third_party')
-rw-r--r--third_party/BUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/third_party/BUILD b/third_party/BUILD
index 358478915f..dd43335c96 100644
--- a/third_party/BUILD
+++ b/third_party/BUILD
@@ -183,7 +183,6 @@ java_plugin(
":auto_service",
":auto_value_value",
":guava",
- ":jsr305",
":tomcat_annotations_api",
],
)
@@ -208,7 +207,10 @@ java_import(
java_library(
name = "dagger",
exported_plugins = [":dagger_plugin"],
- exports = ["dagger_api"],
+ exports = [
+ ":dagger_api",
+ ":jsr330_inject",
+ ],
)
java_plugin(
@@ -218,6 +220,8 @@ java_plugin(
":dagger_api",
":dagger_compiler",
":dagger_producers",
+ ":guava",
+ ":jsr330_inject",
],
)