aboutsummaryrefslogtreecommitdiffstats
path: root/grpc-resource/installer/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-02-05 16:11:23 +0000
committerGerrit Code Review <gerrit@onap.org>2019-02-05 16:11:23 +0000
commit15db72b1cc8fa31e00ed5126d51a9bd560282653 (patch)
treeb627c727a58e4791b1501327824b48fef7ae9cff /grpc-resource/installer/pom.xml
parent0c5ac559319207dca56c6b2509a7b3d7502a7e5e (diff)
parentafde732d7244f4016248cc080e63fe4e29465396 (diff)
Merge "Client for BluePrintProcessingServiceGrpc"
Diffstat (limited to 'grpc-resource/installer/pom.xml')
-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 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>