Skip to content

Commit

Permalink
Add a direct dependency from guava-gwt to checker-qual.
Browse files Browse the repository at this point in the history
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.
google/compile-testing#149

RELNOTES=n/a

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=198882337
  • Loading branch information
cpovirk authored and ronshapiro committed Jun 4, 2018
1 parent 15764d7 commit dd71527
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions guava-gwt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@
<classifier>gwt</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit dd71527

Please sign in to comment.