Skip to content

Commit

Permalink
Remove <optional>true</optional> from annotation dependency.
Browse files Browse the repository at this point in the history
Such dependencies have caused problems for Guava users, so I'd expect the same here:
google/guava#2721

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=198881918
  • Loading branch information
cpovirk authored and ronshapiro committed Jun 1, 2018
1 parent 14cf527 commit f2341ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
<groupId>org.checkerframework</groupId>
<artifactId>checker-compat-qual</artifactId>
<version>${checker-framework.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit f2341ed

Please sign in to comment.