Skip to content

Commit

Permalink
Exclude old version of Guava from the Google APIs client libs.
Browse files Browse the repository at this point in the history
  • Loading branch information
tswast committed Dec 19, 2016
1 parent 32bef63 commit 6569349
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions bigquery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,20 @@

<dependencies>
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-bigquery</artifactId>
<version>v2-rev330-1.22.0</version>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-bigquery</artifactId>
<version>v2-rev330-1.22.0</version>
<exclusions>
<exclusion> <!-- exclude an old version of Guava -->
<groupId>com.google.guava</groupId>
<artifactId>guava-jdk5</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>20.0</version>
</dependency>
<dependency>
<groupId>com.google.oauth-client</groupId>
Expand Down

0 comments on commit 6569349

Please sign in to comment.