Add gRPC client scafholding 03/76003/3
authorAlexis de Talhouët <adetalhouet89@gmail.com>
Fri, 18 Jan 2019 18:50:18 +0000 (13:50 -0500)
committerAlexis de Talhouët <adetalhouet89@gmail.com>
Tue, 29 Jan 2019 03:47:08 +0000 (03:47 +0000)
commit9d88d3f3f4791ea83f996032b64faed2a30735eb
tree7dad4ba3a7c770cc90e48868c7a8f9156e56b0ff
parent0a6fde9973487398b9cdb3fdfa3f79fac2bd9048
Add gRPC client scafholding

Change-Id: I3775d0bfe2806f099952fe620b8b7705bf30fb7a
Issue-ID: CCSDK-947
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
12 files changed:
grpc-resource/features/ccsdk-grpc-client/pom.xml [new file with mode: 0644]
grpc-resource/features/features-grpc-client/pom.xml [new file with mode: 0755]
grpc-resource/features/pom.xml [new file with mode: 0755]
grpc-resource/installer/pom.xml [new file with mode: 0755]
grpc-resource/installer/src/assembly/assemble_installer_zip.xml [new file with mode: 0644]
grpc-resource/installer/src/assembly/assemble_mvnrepo_zip.xml [new file with mode: 0644]
grpc-resource/installer/src/main/resources/scripts/install-feature.sh [new file with mode: 0644]
grpc-resource/pom.xml [new file with mode: 0644]
grpc-resource/provider/pom.xml [new file with mode: 0644]
grpc-resource/provider/src/main/java/org/onap/ccsdk/sli/adaptors/grpc/GrpcClient.java [new file with mode: 0644]
grpc-resource/provider/src/main/resources/org/opendaylight/blueprint/grpc-client.xml [new file with mode: 0644]
grpc-resource/provider/src/test/java/org/onap/ccsdk/sli/adaptors/grpc/GrpcClientTest.java [new file with mode: 0644]