Skip to content

Commit fc9265a

Browse files
committed
Merge pull request #133 from ajkannan/master
Remove guava-jdk5 dependency
2 parents 8b05f54 + 3a7facc commit fc9265a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

gcloud-java-storage/pom.xml

+6
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)