Skip to content

Commit 33d299e

Browse files
committed
work
1 parent 91c296a commit 33d299e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1673,6 +1673,18 @@
16731673
<artifactId>classmate</artifactId>
16741674
</exclude>
16751675
-->
1676+
<exclude>
1677+
<groupId>org.checkerframework</groupId>
1678+
<artifactId>checker-qual</artifactId>
1679+
</exclude>
1680+
<exclude>
1681+
<groupId>org.reflections</groupId>
1682+
<artifactId>reflections</artifactId>
1683+
</exclude>
1684+
<exclude>
1685+
<groupId>org.apiguardian</groupId>
1686+
<artifactId>apiguardian-api</artifactId>
1687+
</exclude>
16761688
</excludes>
16771689
</configuration>
16781690
<executions>

0 commit comments

Comments
 (0)