Skip to content

Commit

Permalink
Removes guava-jdk5 dependency, as per issue googleapis#126
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajay Kannan committed Aug 18, 2015
1 parent 3526735 commit b8a10bf
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 b8a10bf

Please sign in to comment.