Skip to content

Commit

Permalink
add comments (#4441)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamlin authored and kolea2 committed Feb 6, 2019
1 parent 329a0cd commit 4a21c10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions google-cloud-clients/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@
<api.common.java.version>1.7.0</api.common.java.version>
<google.auth.version>0.12.0</google.auth.version>
<grpc.version>1.17.1</grpc.version>
<!-- We are currently using the *-android version to support JDK7. -->
<guava.version>26.0-android</guava.version>
<http-client.version>1.27.0</http-client.version>
<oauth-client.version>1.27.0</oauth-client.version>
Expand Down
1 change: 1 addition & 0 deletions google-cloud-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava-testlib</artifactId>
<!-- We are currently using the *-android version to support JDK7. -->
<version>26.0-android</version>
</dependency>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions google-cloud-util/google-cloud-compat-checker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<!-- We are currently using the *-android version to support JDK7. -->
<version>26.0-android</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 4a21c10

Please sign in to comment.