Skip to content

Commit

Permalink
fix: grpc-alts is used not only in tests (#761)
Browse files Browse the repository at this point in the history
* fix: grpc-alts is used not only in tests

This reverts commit c8ef46f.

* fix: adds grpc-alts as compile time dependency

* fix: removes duplicate dependency

Removes duplicate grpc-alts dependency
  • Loading branch information
thiagotnunes committed Jan 5, 2021
1 parent aeb255d commit 72d93d5
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions google-cloud-spanner/pom.xml
Expand Up @@ -246,6 +246,11 @@
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-credentials</artifactId>
</dependency>
<!-- Dependency for DirectPath -->
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-alts</artifactId>
</dependency>

<!-- Test dependencies -->
<dependency>
Expand All @@ -254,13 +259,6 @@
<scope>test</scope>
</dependency>

<!-- Test dependency for DirectPath -->
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-alts</artifactId>
<scope>test</scope>
</dependency>

<!-- Need testing utility classes for generated gRPC clients tests -->
<dependency>
<groupId>com.google.api</groupId>
Expand Down

0 comments on commit 72d93d5

Please sign in to comment.