From 72d93d5aa9a301c64c9d572d10211882a359e414 Mon Sep 17 00:00:00 2001 From: Thiago Nunes Date: Wed, 6 Jan 2021 09:34:31 +1100 Subject: [PATCH] fix: grpc-alts is used not only in tests (#761) * fix: grpc-alts is used not only in tests This reverts commit c8ef46f2637b58cc71d023764cdc11a7414d855f. * fix: adds grpc-alts as compile time dependency * fix: removes duplicate dependency Removes duplicate grpc-alts dependency --- google-cloud-spanner/pom.xml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/google-cloud-spanner/pom.xml b/google-cloud-spanner/pom.xml index 5031408852..58df20023b 100644 --- a/google-cloud-spanner/pom.xml +++ b/google-cloud-spanner/pom.xml @@ -246,6 +246,11 @@ com.google.auth google-auth-library-credentials + + + io.grpc + grpc-alts + @@ -254,13 +259,6 @@ test - - - io.grpc - grpc-alts - test - - com.google.api