From 9d88d3f3f4791ea83f996032b64faed2a30735eb Mon Sep 17 00:00:00 2001 From: Alexis de Talhouët Date: Fri, 18 Jan 2019 13:50:18 -0500 Subject: Add gRPC client scafholding MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3775d0bfe2806f099952fe620b8b7705bf30fb7a Issue-ID: CCSDK-947 Signed-off-by: Alexis de Talhouët --- grpc-resource/pom.xml | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 grpc-resource/pom.xml (limited to 'grpc-resource/pom.xml') diff --git a/grpc-resource/pom.xml b/grpc-resource/pom.xml new file mode 100644 index 00000000..7b80f9b3 --- /dev/null +++ b/grpc-resource/pom.xml @@ -0,0 +1,41 @@ + + + + 4.0.0 + + + org.onap.ccsdk.parent + odlparent-lite + 1.2.1-SNAPSHOT + + + + org.onap.ccsdk.sli.adaptors + grpc-client + 0.4.1-SNAPSHOT + pom + + ccsdk-sli-adaptors :: grpc-client + The CCSDK Adaptors for gRPC as an OSGi service + + + provider + features + installer + + -- cgit 1.2.3-korg