summaryrefslogtreecommitdiffstats
path: root/grpc-resource/installer
diff options
context:
space:
mode:
authorAlexis de Talhouët <adetalhouet89@gmail.com>2019-01-18 15:14:23 -0500
committerAlexis de Talhouët <adetalhouet89@gmail.com>2019-01-29 04:00:59 +0000
commitafde732d7244f4016248cc080e63fe4e29465396 (patch)
tree02c1855eb224822deaa9c514d93abe0466796a67 /grpc-resource/installer
parent9d88d3f3f4791ea83f996032b64faed2a30735eb (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-xgrpc-resource/installer/pom.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/grpc-resource/installer/pom.xml b/grpc-resource/installer/pom.xml
index 3bb4162c1..9586d4fa7 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>