Skip to content

Commit

Permalink
chore: exclude checker-qual dependency from truth (#1221)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neenu1995 committed Aug 4, 2021
1 parent 93a3377 commit 93a0eae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions google-cloud-bigquerystorage/pom.xml
Expand Up @@ -118,6 +118,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>
<dependency>
<groupId>org.mockito</groupId>
Expand Down

0 comments on commit 93a0eae

Please sign in to comment.