aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/BUILD
diff options
context:
space:
mode:
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"],
)