Skip to content

Commit

Permalink
Remove exclusions for guava-jdk5 and google-api-client (googleapis#4177)
Browse files Browse the repository at this point in the history
We've updated the apiary clients to versions that no longer need these
exclusions.
  • Loading branch information
chingor13 authored Dec 4, 2018
1 parent b999bff commit d102c70
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions java-resourcemanager/google-cloud-resourcemanager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-cloudresourcemanager</artifactId>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>guava-jdk5</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down

0 comments on commit d102c70

Please sign in to comment.