From afde732d7244f4016248cc080e63fe4e29465396 Mon Sep 17 00:00:00 2001 From: Alexis de Talhouët Date: Fri, 18 Jan 2019 15:14:23 -0500 Subject: Client for BluePrintProcessingServiceGrpc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I32d3bd80b9004d98c3c34f73081c156192fb4432 Issue-ID: CCSDK-947 Signed-off-by: Alexis de Talhouët --- grpc-resource/provider/pom.xml | 56 +++++++++++++++++++++++++++++++++--------- 1 file changed, 44 insertions(+), 12 deletions(-) (limited to 'grpc-resource/provider/pom.xml') diff --git a/grpc-resource/provider/pom.xml b/grpc-resource/provider/pom.xml index 20f83c1e..9c0a4a0d 100644 --- a/grpc-resource/provider/pom.xml +++ b/grpc-resource/provider/pom.xml @@ -33,8 +33,9 @@ ccsdk-sli-adaptors :: grpc-client :: ${project.artifactId} - ${project.version} - 1.16.1 + 1.17.1 + 3.6.1 + 4.1.30.Final @@ -50,35 +51,62 @@ + + org.onap.ccsdk.sli.core sliPluginUtils-provider - compile + provided - + - io.grpc - grpc-core - ${grpc.version} + org.onap.ccsdk.apps.components + proto-definition + ${project.version} + + + com.google.code.findbugs + jsr305 + + + com.google.protobuf + protobuf-java-util + + + + - io.grpc - grpc-netty - ${grpc.version} + com.google.protobuf + protobuf-java + ${protobuf.version} + + io.grpc grpc-protobuf ${grpc.version} + + + com.google.code.findbugs + jsr305 + + io.grpc grpc-stub ${grpc.version} + + io.grpc + grpc-netty + ${grpc.version} + - + junit junit @@ -102,8 +130,12 @@ - org.onap.ccsdk.sli.adaptors.grpc + io.grpc, + io.grpc.inprocess, + io.grpc.internal, + io.grpc.util + !com.google.errorprone.annotations,* -- cgit 1.2.3-korg