diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-12-10 15:37:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-12-10 15:37:07 +0000 |
commit | c8493eb3a9b8080f4beb80cd6f5a46396520ee1e (patch) | |
tree | 594ca3a7cc3b501eb828fbba603200e55f4d3a6b /kubernetes/uui/requirements.yaml | |
parent | 490b37494e74cbd16118bf686936e497f43ad047 (diff) | |
parent | 72e007d30db533bed031d0425aff662bf2b62fb0 (diff) |
Merge "[UUI] Move components to component dir"
Diffstat (limited to 'kubernetes/uui/requirements.yaml')
-rw-r--r-- | kubernetes/uui/requirements.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kubernetes/uui/requirements.yaml b/kubernetes/uui/requirements.yaml index 26e63fedef..8241eb05d8 100644 --- a/kubernetes/uui/requirements.yaml +++ b/kubernetes/uui/requirements.yaml @@ -21,4 +21,7 @@ dependencies: repository: '@local' - name: repositoryGenerator version: ~7.x-0 - repository: '@local'
\ No newline at end of file + repository: '@local' + - name: uui-server + version: ~7.x-0 + repository: 'file://components/uui-server'
\ No newline at end of file |