Skip to content

Commit

Permalink
don't merge
Browse files Browse the repository at this point in the history
  • Loading branch information
asthamohta committed Apr 19, 2022
1 parent c065a36 commit cdf4d17
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions samples/snippets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,22 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-spanner</artifactId>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-spanner</artifactId>
<version>6.23.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-spanner-admin-database-v1</artifactId>
<version>6.23.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-spanner-admin-database-v1</artifactId>
<version>6.23.2-SNAPSHOT</version>
</dependency>

<!-- [END spanner_install_with_bom] -->

<dependency>
Expand Down

0 comments on commit cdf4d17

Please sign in to comment.