Skip to content

Commit

Permalink
deps: include test-jar in bom (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite committed Jun 11, 2020
1 parent 627fdc1 commit 4e86a37
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions google-cloud-spanner-bom/pom.xml
Expand Up @@ -86,6 +86,12 @@
<artifactId>google-cloud-spanner</artifactId>
<version>1.55.1</version><!-- {x-version-update:google-cloud-spanner:current} -->
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-spanner</artifactId>
<type>test-jar</type>
<version>1.55.1</version><!-- {x-version-update:google-cloud-spanner:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-spanner-admin-instance-v1</artifactId>
Expand Down

0 comments on commit 4e86a37

Please sign in to comment.