Skip to content

Commit

Permalink
chore: fix checker-qual dependency issue (#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neenu1995 committed Aug 4, 2021
1 parent 8fa5c5a commit c4afd93
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Expand Up @@ -110,6 +110,12 @@
<artifactId>truth</artifactId>
<version>1.1.3</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit c4afd93

Please sign in to comment.