Skip to content

Commit c4afd93

Browse files
authored
chore: fix checker-qual dependency issue (#609)
1 parent 8fa5c5a commit c4afd93

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,12 @@
110110
<artifactId>truth</artifactId>
111111
<version>1.1.3</version>
112112
<scope>test</scope>
113+
<exclusions>
114+
<exclusion>
115+
<groupId>org.checkerframework</groupId>
116+
<artifactId>checker-qual</artifactId>
117+
</exclusion>
118+
</exclusions>
113119
</dependency>
114120
</dependencies>
115121
</dependencyManagement>

0 commit comments

Comments
 (0)