We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca338bb commit e1b3291Copy full SHA for e1b3291
cab-token-generator/pom.xml
@@ -31,6 +31,11 @@
31
<groupId>com.google.http-client</groupId>
32
<artifactId>google-http-client</artifactId>
33
</dependency>
34
+ <dependency>
35
+ <groupId>com.google.http-client</groupId>
36
+ <artifactId>google-http-client-gson</artifactId>
37
+ <scope>test</scope>
38
+ </dependency>
39
<dependency>
40
<groupId>com.google.errorprone</groupId>
41
<artifactId>error_prone_annotations</artifactId>
0 commit comments