From f169dad011cf26a3917d1ab60893cf44e1c17205 Mon Sep 17 00:00:00 2001 From: Christopher Parsons Date: Thu, 30 Nov 2017 13:56:32 -0500 Subject: Add compile-testing to bazel third_party library jars Change-Id: I5fe0abbd71488a624f1470d66bf6839e884bba8c --- third_party/BUILD | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'third_party/BUILD') diff --git a/third_party/BUILD b/third_party/BUILD index 38a67d67d8..38de93a546 100644 --- a/third_party/BUILD +++ b/third_party/BUILD @@ -296,6 +296,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"], -- cgit v1.2.3