From: Muthuramalingam, Brinda Santh(bs2796) Date: Sun, 2 Dec 2018 00:54:07 +0000 (-0500) Subject: Enable Webflux Service. X-Git-Tag: 0.4.2~163^2~89 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=a4863f4aa59555ee786786e6c30295d3dad6a5e0;p=ccsdk%2Fcds.git Enable Webflux Service. Change-Id: I99bacee9b63aa788bb368dec60981bf19ea759c4 Issue-ID: CCSDK-781 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) --- diff --git a/components/parent/pom.xml b/components/parent/pom.xml index 39f2d1015..8a779c1dc 100644 --- a/components/parent/pom.xml +++ b/components/parent/pom.xml @@ -29,8 +29,8 @@ App Components Parent pom - 2.0.6.RELEASE - 5.0.10.RELEASE + 2.1.1.RELEASE + 5.1.3.RELEASE 1.3.10 1.3.10 1.0.1 @@ -130,6 +130,11 @@ + + io.grpc + grpc-core + ${grpc.version} + io.grpc grpc-netty @@ -180,6 +185,12 @@ ${kotlin.version} test + + io.grpc + grpc-testing + ${grpc.version} + test +