Skip to content

Commit b2434ca

Browse files
committed
stop introducing com.google.code.findbugs:annotations in dependency tree
1 parent 735b580 commit b2434ca

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • google-auth-library-java/cab-token-generator

google-auth-library-java/cab-token-generator/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@
4949
<dependency>
5050
<groupId>dev.cel</groupId>
5151
<artifactId>cel</artifactId>
52+
<exclusions>
53+
<exclusion>
54+
<groupId>com.google.code.findbugs</groupId>
55+
<artifactId>annotations</artifactId>
56+
</exclusion>
57+
</exclusions>
5258
</dependency>
5359
<dependency>
5460
<groupId>com.google.crypto.tink</groupId>

0 commit comments

Comments
 (0)