From 21dc99340dd5ad2a26ba11b9a4639eff3bca9880 Mon Sep 17 00:00:00 2001 From: George Gastaldi Date: Tue, 13 Apr 2021 14:40:19 -0300 Subject: [PATCH] Remove GRPC JDK 8 compatibility --- build-parent/pom.xml | 8 -------- extensions/grpc/deployment/pom.xml | 16 ---------------- integration-tests/grpc-mutual-auth/pom.xml | 16 ---------------- integration-tests/grpc-tls/pom.xml | 16 ---------------- 4 files changed, 56 deletions(-) diff --git a/build-parent/pom.xml b/build-parent/pom.xml index adff0cba798d0..91bd58527fc35 100644 --- a/build-parent/pom.xml +++ b/build-parent/pom.xml @@ -106,8 +106,6 @@ 3.14.0 1.35.0 - 2.0.36.Final - 4.6.0 5.15.2 @@ -253,12 +251,6 @@ - - io.netty - netty-tcnative-boringssl-static - test - ${boring-ssl.version} - io.quarkus quarkus-bootstrap-core diff --git a/extensions/grpc/deployment/pom.xml b/extensions/grpc/deployment/pom.xml index f9ec73eec580f..132b0399bb975 100644 --- a/extensions/grpc/deployment/pom.xml +++ b/extensions/grpc/deployment/pom.xml @@ -141,20 +141,4 @@ - - - - java-8 - - 1.8 - - - - io.netty - netty-tcnative-boringssl-static - test - - - - diff --git a/integration-tests/grpc-mutual-auth/pom.xml b/integration-tests/grpc-mutual-auth/pom.xml index 0b01df1b7fe09..cd48f0d217f17 100644 --- a/integration-tests/grpc-mutual-auth/pom.xml +++ b/integration-tests/grpc-mutual-auth/pom.xml @@ -105,20 +105,4 @@ - - - - java-8 - - 1.8 - - - - io.netty - netty-tcnative-boringssl-static - test - - - - diff --git a/integration-tests/grpc-tls/pom.xml b/integration-tests/grpc-tls/pom.xml index 45a47b589093f..481c956250867 100644 --- a/integration-tests/grpc-tls/pom.xml +++ b/integration-tests/grpc-tls/pom.xml @@ -105,20 +105,4 @@ - - - - java-8 - - 1.8 - - - - io.netty - netty-tcnative-boringssl-static - test - - - -