We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3526735 commit b8a10bfCopy full SHA for b8a10bf
1 file changed
gcloud-java-storage/pom.xml
@@ -24,6 +24,12 @@
24
<artifactId>google-api-services-storage</artifactId>
25
<version>v1-rev33-1.20.0</version>
26
<scope>compile</scope>
27
+ <exclusions>
28
+ <exclusion>
29
+ <groupId>com.google.guava</groupId>
30
+ <artifactId>guava-jdk5</artifactId>
31
+ </exclusion>
32
+ </exclusions>
33
</dependency>
34
<dependency>
35
<groupId>junit</groupId>
0 commit comments