Skip to content

Commit

Permalink
chore(deps): reorder dependencies so http-client is before storage (#826
Browse files Browse the repository at this point in the history
)
  • Loading branch information
chingor13 committed Oct 19, 2020
1 parent db24731 commit 02c3a7a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions google-cloud-bigquery/pom.xml
Expand Up @@ -25,14 +25,14 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-core-http</artifactId>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage</artifactId>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-jackson2</artifactId>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage</artifactId>
</dependency>
<dependency>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value-annotations</artifactId>
Expand Down

0 comments on commit 02c3a7a

Please sign in to comment.