Skip to content

Commit

Permalink
deps: do not re-declare grpc dependencies as test dependencies (#278)
Browse files Browse the repository at this point in the history
* deps: include grpc dependencies

* deps: remove all unnecessary deps

* fix: re-add undeclared dependencies
  • Loading branch information
olavloite committed Nov 24, 2020
1 parent 9b1b906 commit 4bc59f8
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions pom.xml
Expand Up @@ -147,31 +147,16 @@
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-spanner-v1</artifactId>
<artifactId>proto-google-cloud-spanner-v1</artifactId>
</dependency>

<!-- Test dependencies -->
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-spanner</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-spanner-v1</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-spanner-admin-instance-v1</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-spanner-admin-database-v1</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
Expand Down

0 comments on commit 4bc59f8

Please sign in to comment.