From 056b4e088e4d8df0e642ea9603f7a82fc98ab58c Mon Sep 17 00:00:00 2001 From: Alexis de Talhouët Date: Fri, 17 May 2019 13:50:31 -0400 Subject: Delete grpc client to CDS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I82dc77cbc28d68b06634a67708d29f750cfec2e9 Issue-ID: CCSDK-1340 Signed-off-by: Alexis de Talhouët --- grpc-resource/features/ccsdk-grpc-client/pom.xml | 63 ---------------------- .../features/features-grpc-client/pom.xml | 48 ----------------- grpc-resource/features/pom.xml | 38 ------------- 3 files changed, 149 deletions(-) delete mode 100644 grpc-resource/features/ccsdk-grpc-client/pom.xml delete mode 100755 grpc-resource/features/features-grpc-client/pom.xml delete mode 100755 grpc-resource/features/pom.xml (limited to 'grpc-resource/features') diff --git a/grpc-resource/features/ccsdk-grpc-client/pom.xml b/grpc-resource/features/ccsdk-grpc-client/pom.xml deleted file mode 100644 index c81e94ba6..000000000 --- a/grpc-resource/features/ccsdk-grpc-client/pom.xml +++ /dev/null @@ -1,63 +0,0 @@ - - - - 4.0.0 - - - org.onap.ccsdk.parent - single-feature-parent - 1.3.0-SNAPSHOT - - - - org.onap.ccsdk.sli.adaptors - ccsdk-grpc-client - 0.5.0-SNAPSHOT - feature - - ccsdk-sli-adaptors :: grpc-client :: ${project.artifactId} - - - - org.opendaylight.controller - odl-mdsal-broker - xml - features - - - - org.onap.ccsdk.sli.core - ccsdk-sli - ${ccsdk.sli.core.version} - xml - features - - - - ${project.groupId} - grpc-client-provider - ${project.version} - - - - - com.google.protobuf - protobuf-java - 3.6.1 - - - diff --git a/grpc-resource/features/features-grpc-client/pom.xml b/grpc-resource/features/features-grpc-client/pom.xml deleted file mode 100755 index ffe6e9a13..000000000 --- a/grpc-resource/features/features-grpc-client/pom.xml +++ /dev/null @@ -1,48 +0,0 @@ - - - - 4.0.0 - - - org.onap.ccsdk.parent - feature-repo-parent - 1.3.0-SNAPSHOT - - - - org.onap.ccsdk.sli.adaptors - features-grpc-client - 0.5.0-SNAPSHOT - feature - - ccsdk-sli-adaptors :: grpc-client :: ${project.artifactId} - - - ${project.version} - - - - - ${project.groupId} - ccsdk-grpc-client - ${project.version} - xml - features - - - - diff --git a/grpc-resource/features/pom.xml b/grpc-resource/features/pom.xml deleted file mode 100755 index 233d8cda8..000000000 --- a/grpc-resource/features/pom.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - 4.0.0 - - - org.onap.ccsdk.parent - odlparent-lite - 1.3.0-SNAPSHOT - - - - org.onap.ccsdk.sli.adaptors - grpc-client-features - 0.5.0-SNAPSHOT - pom - - ccsdk-sli-adaptors :: grpc-client :: ${project.artifactId} - - - ccsdk-grpc-client - features-grpc-client - - -- cgit 1.2.3-korg