Skip to content

Commit 735b580

Browse files
committed
Fixing dependency issue in cab-token-generator
1 parent 57c4bb5 commit 735b580

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

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

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

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
</properties>
2323

2424
<dependencies>
25+
<dependency>
26+
<groupId>com.google.guava</groupId>
27+
<artifactId>guava</artifactId>
28+
</dependency>
2529
<dependency>
2630
<groupId>com.google.auth</groupId>
2731
<artifactId>google-auth-library-oauth2-http</artifactId>
@@ -38,10 +42,6 @@
3842
<groupId>com.google.errorprone</groupId>
3943
<artifactId>error_prone_annotations</artifactId>
4044
</dependency>
41-
<dependency>
42-
<groupId>com.google.guava</groupId>
43-
<artifactId>guava</artifactId>
44-
</dependency>
4545
<dependency>
4646
<groupId>com.google.protobuf</groupId>
4747
<artifactId>protobuf-java</artifactId>
@@ -50,10 +50,6 @@
5050
<groupId>dev.cel</groupId>
5151
<artifactId>cel</artifactId>
5252
</dependency>
53-
<dependency>
54-
<groupId>com.google.code.findbugs</groupId>
55-
<artifactId>jsr305</artifactId>
56-
</dependency>
5753
<dependency>
5854
<groupId>com.google.crypto.tink</groupId>
5955
<artifactId>tink</artifactId>

0 commit comments

Comments
 (0)