aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Lukacs Berki <lberki@google.com>2015-04-24 10:39:28 +0000
committerGravatar Lukacs Berki <lberki@google.com>2015-04-24 10:43:32 +0000
commit18629fb2667bcc668f8f149df31e665f5b564ef0 (patch)
treeba5d87aa5624f5565baf8f4b160484f04a829dc7 /src
parenta4b66fdbe61845fd4d4ebaebec1e25cdcd99809d (diff)
Add missing dependencies to :analysis_test in Bazel.
-- MOS_MIGRATED_REVID=91970041
Diffstat (limited to 'src')
-rw-r--r--src/test/java/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/java/BUILD b/src/test/java/BUILD
index 2cff5e6089..a940c0eb1f 100644
--- a/src/test/java/BUILD
+++ b/src/test/java/BUILD
@@ -299,6 +299,8 @@ java_test(
":testutil",
"//src/main/java:bazel-core",
"//third_party:guava",
+ "//third_party:guava-testlib",
+ "//third_party:jsr305",
"//third_party:junit4",
"//third_party:truth",
],