From 5cb6f0a87d75c6b3cd6c79c31d66e3a28620101d Mon Sep 17 00:00:00 2001 From: cpovirk Date: Fri, 1 Jun 2018 09:25:55 -0700 Subject: [PATCH] Add a direct dependency from guava-gwt to checker-qual. The GWT sources (specifically, GwtSerializationDependencies) use @Nullable directly, so we shouldn't rely on relying on it indirectly through guava-jre. However, what actually prompted this is a strange behavior in Compile-Testing, which Truth uses. This CL should help, though it might not be a fully solution. https://github.com/google/compile-testing/issues/149 RELNOTES=n/a ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=198882337 --- guava-gwt/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/guava-gwt/pom.xml b/guava-gwt/pom.xml index 83b4f785b4e0..b2c50b78a637 100644 --- a/guava-gwt/pom.xml +++ b/guava-gwt/pom.xml @@ -95,6 +95,10 @@ gwt test + + org.checkerframework + checker-qual +