diff options
author | Alexis de Talhouët <adetalhouet89@gmail.com> | 2019-01-18 15:14:23 -0500 |
---|---|---|
committer | Alexis de Talhouët <adetalhouet89@gmail.com> | 2019-01-29 04:00:59 +0000 |
commit | afde732d7244f4016248cc080e63fe4e29465396 (patch) | |
tree | 02c1855eb224822deaa9c514d93abe0466796a67 /grpc-resource/installer | |
parent | 9d88d3f3f4791ea83f996032b64faed2a30735eb (diff) |
Client for BluePrintProcessingServiceGrpc
Change-Id: I32d3bd80b9004d98c3c34f73081c156192fb4432
Issue-ID: CCSDK-947
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Diffstat (limited to 'grpc-resource/installer')
-rwxr-xr-x | grpc-resource/installer/pom.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/grpc-resource/installer/pom.xml b/grpc-resource/installer/pom.xml index 3bb4162c..9586d4fa 100755 --- a/grpc-resource/installer/pom.xml +++ b/grpc-resource/installer/pom.xml @@ -121,7 +121,17 @@ <useRepositoryLayout>true</useRepositoryLayout> <addParentPoms>false</addParentPoms> <copyPom>false</copyPom> - <includeGroupIds>org.onap.ccsdk.sli.adaptors</includeGroupIds> + <includeGroupIds> + org.onap.ccsdk.sli.adaptors, + org.onap.ccsdk.apps.components, + io.grpc, + io.netty, + com.google.protobuf, + io.opencensus, + com.google.api.grpc, + com.google.errorprone, + org.codehaus.mojo + </includeGroupIds> <scope>provided</scope> </configuration> </execution> |