Skip to content

Commit

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

Expand Down

0 comments on commit e137c5c

Please sign in to comment.