diff options
author | 2019-02-05 16:11:23 +0000 | |
---|---|---|
committer | 2019-02-05 16:11:23 +0000 | |
commit | 15db72b1cc8fa31e00ed5126d51a9bd560282653 (patch) | |
tree | b627c727a58e4791b1501327824b48fef7ae9cff /grpc-resource/installer | |
parent | 0c5ac559319207dca56c6b2509a7b3d7502a7e5e (diff) | |
parent | afde732d7244f4016248cc080e63fe4e29465396 (diff) |
Merge "Client for BluePrintProcessingServiceGrpc"
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> |