Skip to content

Commit

Permalink
Merge pull request #133 from ajkannan/master
Browse files Browse the repository at this point in the history
Remove guava-jdk5 dependency
  • Loading branch information
aozarov committed Aug 18, 2015
2 parents 8b05f54 + 3a7facc commit fc9265a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gcloud-java-storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
<artifactId>google-api-services-storage</artifactId>
<version>v1-rev33-1.20.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>guava-jdk5</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit fc9265a

Please sign in to comment.