Skip to content

Commit 5ea8a8d

Browse files
committed
Merge pull request #685 from mziccard/poms-remove-tabs
Remove tabs from storage and bigquery poms
2 parents f4d3b95 + 992a371 commit 5ea8a8d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

gcloud-java-bigquery/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
<version>v2-rev270-1.21.0</version>
3434
<scope>compile</scope>
3535
<exclusions>
36-
<exclusion>
37-
<groupId>com.google.guava</groupId>
38-
<artifactId>guava-jdk5</artifactId>
39-
</exclusion>
36+
<exclusion>
37+
<groupId>com.google.guava</groupId>
38+
<artifactId>guava-jdk5</artifactId>
39+
</exclusion>
4040
</exclusions>
4141
</dependency>
4242
<dependency>

gcloud-java-storage/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
<version>v1-rev62-1.21.0</version>
2828
<scope>compile</scope>
2929
<exclusions>
30-
<exclusion>
31-
<groupId>com.google.guava</groupId>
32-
<artifactId>guava-jdk5</artifactId>
33-
</exclusion>
30+
<exclusion>
31+
<groupId>com.google.guava</groupId>
32+
<artifactId>guava-jdk5</artifactId>
33+
</exclusion>
3434
<exclusion>
3535
<groupId>com.google.api-client</groupId>
3636
<artifactId>google-api-client</artifactId>

0 commit comments

Comments
 (0)