From 0371cdd595b125da3c10440f6ce5e13fcaa8b0bc Mon Sep 17 00:00:00 2001 From: Brinda Santh Date: Wed, 10 Apr 2019 15:11:10 -0400 Subject: Add grpc property service Change-Id: Ifa1975235433ef3e84b0ed1261375108809946f4 Issue-ID: CCSDK-1215 Signed-off-by: Brinda Santh --- .../modules/commons/grpc-lib/pom.xml | 48 ++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml (limited to 'ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml') diff --git a/ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml new file mode 100644 index 000000000..e50b1915f --- /dev/null +++ b/ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml @@ -0,0 +1,48 @@ + + + + + + commons + org.onap.ccsdk.cds.blueprintsprocessor + 0.4.2-SNAPSHOT + + 4.0.0 + + grpc-lib + jar + Blueprints Processor GRPC Lib + Blueprints Processor GRPC Lib + + + + org.onap.ccsdk.cds.controllerblueprints + blueprint-core + + + org.onap.ccsdk.cds.blueprintsprocessor + processor-core + + + org.onap.ccsdk.cds.components + proto-definition + + + + \ No newline at end of file -- cgit 1.2.3-korg