Skip to content

Commit b8a10bf

Browse files
author
Ajay Kannan
committed
Removes guava-jdk5 dependency, as per issue #126
1 parent 3526735 commit b8a10bf

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

gcloud-java-storage/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
<artifactId>google-api-services-storage</artifactId>
2525
<version>v1-rev33-1.20.0</version>
2626
<scope>compile</scope>
27+
<exclusions>
28+
<exclusion>
29+
<groupId>com.google.guava</groupId>
30+
<artifactId>guava-jdk5</artifactId>
31+
</exclusion>
32+
</exclusions>
2733
</dependency>
2834
<dependency>
2935
<groupId>junit</groupId>

0 commit comments

Comments
 (0)