From 069dcc194fd049e1c52e60d03ce2a9c0553289a7 Mon Sep 17 00:00:00 2001 From: Piotr Jaszczyk Date: Thu, 20 Sep 2018 12:04:03 +0200 Subject: Use JDK security provider Replace netty-tcnative bindings for OpenSSL with JDK provided implementation by default. Change-Id: I59a4797ce43d15a791eab00bfd25cb730a271207 Issue-ID: DCAEGEN2-816 Signed-off-by: Piotr Jaszczyk --- pom.xml | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index a71f942e..71f02fb4 100644 --- a/pom.xml +++ b/pom.xml @@ -52,6 +52,7 @@ hv-collector-domain hv-collector-health-check hv-collector-main + hv-collector-ssl hv-collector-test-utils hv-collector-utils hv-collector-ves-message-generator @@ -64,7 +65,7 @@ 3.7.0 1.7 0.8.2 - 66 + 60 3.5.1 @@ -586,16 +587,31 @@ io.projectreactor reactor-bom - Bismuth-SR10 + + Bismuth-SR11 pom import + + io.netty netty-tcnative-boringssl-static - 2.0.8.Final + 2.0.15.Final + runtime + ${os.detected.classifier} + + com.google.protobuf protobuf-java -- cgit 1.2.3-korg