Skip to content

Commit e1b3291

Browse files
committed
add missing dependency
1 parent ca338bb commit e1b3291

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cab-token-generator/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@
3131
<groupId>com.google.http-client</groupId>
3232
<artifactId>google-http-client</artifactId>
3333
</dependency>
34+
<dependency>
35+
<groupId>com.google.http-client</groupId>
36+
<artifactId>google-http-client-gson</artifactId>
37+
<scope>test</scope>
38+
</dependency>
3439
<dependency>
3540
<groupId>com.google.errorprone</groupId>
3641
<artifactId>error_prone_annotations</artifactId>

0 commit comments

Comments
 (0)