diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-03-28 12:49:35 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-03-28 12:49:35 -0400 |
commit | 1ad078b3b6741e6109510eb7cbe921d62b34a794 (patch) | |
tree | d9e822461f2af917b29084401cc50f1ad1bbd7b5 /grpc-resource/installer | |
parent | d07eecd79a66b57726697dfdf167b295ce7f9946 (diff) |
Install cds proto.definition
Update grpc-resource/installer/pom.xml to install cds proto.definition
dependency
Change-Id: I4d6609055674ff26ec73941691d44e0d78809573
Issue-ID: CCSDK-1178
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'grpc-resource/installer')
-rwxr-xr-x | grpc-resource/installer/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grpc-resource/installer/pom.xml b/grpc-resource/installer/pom.xml index 06e30541..af425568 100755 --- a/grpc-resource/installer/pom.xml +++ b/grpc-resource/installer/pom.xml @@ -122,7 +122,7 @@ <copyPom>false</copyPom> <includeGroupIds> org.onap.ccsdk.sli.adaptors, - org.onap.ccsdk.apps.components, + org.onap.ccsdk.cds.components, io.grpc, io.netty, com.google.protobuf, |