From 65a5e0932f41a18283c120b40715f94caefbf493 Mon Sep 17 00:00:00 2001 From: Philipp Wollermann Date: Wed, 25 Jul 2018 11:43:50 +0200 Subject: Revert "Update truth dependency to 0.42" Truth 0.42 adds a dependency on com.googlecode.java-diff-utils, which we currently don't have in Bazel. We have to discuss first, whether we actually want to add that library, too. This reverts commit 59b044c123b08c89c1c86532deec0500fb93db9b. --- third_party/BUILD | 2 +- third_party/truth/truth-0.36.jar | Bin 0 -> 164334 bytes third_party/truth/truth-0.42.jar | Bin 217224 -> 0 bytes 3 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 third_party/truth/truth-0.36.jar delete mode 100644 third_party/truth/truth-0.42.jar (limited to 'third_party') diff --git a/third_party/BUILD b/third_party/BUILD index 34dbb6f947..d7118253c6 100644 --- a/third_party/BUILD +++ b/third_party/BUILD @@ -584,7 +584,7 @@ java_import( java_import( name = "truth", - jars = ["truth/truth-0.42.jar"], + jars = ["truth/truth-0.36.jar"], ) java_import( diff --git a/third_party/truth/truth-0.36.jar b/third_party/truth/truth-0.36.jar new file mode 100644 index 0000000000..8174e4a992 Binary files /dev/null and b/third_party/truth/truth-0.36.jar differ diff --git a/third_party/truth/truth-0.42.jar b/third_party/truth/truth-0.42.jar deleted file mode 100644 index f1e83cf1ca..0000000000 Binary files a/third_party/truth/truth-0.42.jar and /dev/null differ -- cgit v1.2.3