We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 735b580 commit b2434caCopy full SHA for b2434ca
1 file changed
google-auth-library-java/cab-token-generator/pom.xml
@@ -49,6 +49,12 @@
49
<dependency>
50
<groupId>dev.cel</groupId>
51
<artifactId>cel</artifactId>
52
+ <exclusions>
53
+ <exclusion>
54
+ <groupId>com.google.code.findbugs</groupId>
55
+ <artifactId>annotations</artifactId>
56
+ </exclusion>
57
+ </exclusions>
58
</dependency>
59
60
<groupId>com.google.crypto.tink</groupId>
0 commit comments