From 6301b69178cefb899858268ebba0a12b396ef445 Mon Sep 17 00:00:00 2001 From: Les Vogel Date: Fri, 3 Mar 2017 15:19:18 -0800 Subject: [PATCH] make it work again MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. netty-tcnative-boringssl-static got upgraded by DPEBot to 2.0.0Beta6 which broke everything. But it shouldn’t have been in the POM to begin with. The library includes all this. Argh! --- spanner/cloud-client/pom.xml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/spanner/cloud-client/pom.xml b/spanner/cloud-client/pom.xml index 977158d8256..d7439b612e0 100644 --- a/spanner/cloud-client/pom.xml +++ b/spanner/cloud-client/pom.xml @@ -60,17 +60,13 @@ limitations under the License. - - io.netty - netty-tcnative-boringssl-static - 2.0.0.Beta6 - runtime - + com.google.guava guava 20.0 + junit @@ -84,7 +80,9 @@ limitations under the License. 0.32 test + +