aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/BUILD
diff options
context:
space:
mode:
authorGravatar Christopher Parsons <cparsons@google.com>2017-11-30 13:56:32 -0500
committerGravatar John Cater <jcater@google.com>2017-12-07 13:59:36 -0500
commitf169dad011cf26a3917d1ab60893cf44e1c17205 (patch)
treeaf588d4cb36756dfd8b3eec5511d4d09e770c9cb /third_party/BUILD
parent2bbda4aadc78f7e6b48ebf68475ca8076fd8a989 (diff)
Add compile-testing to bazel third_party library jars
Change-Id: I5fe0abbd71488a624f1470d66bf6839e884bba8c
Diffstat (limited to 'third_party/BUILD')
-rw-r--r--third_party/BUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/BUILD b/third_party/BUILD
index 38a67d67d8..38de93a546 100644
--- a/third_party/BUILD
+++ b/third_party/BUILD
@@ -297,6 +297,11 @@ java_import(
)
java_import(
+ name = "compile_testing",
+ jars = ["compile_testing/compile-testing-0.13.jar"],
+)
+
+java_import(
name = "gson",
jars = ["gson/gson-2.2.4.jar"],
)