blob: 9a3009ddec1ea77cdee4fd0ebb6a3deb164ab0b1 [file] [log] [blame]
Michal Banka3d487482021-02-11 10:36:47 +01001#============LICENSE_START========================================================
2# Copyright (c) 2021 Nokia. All rights reserved.
3# ================================================================================
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15# ============LICENSE_END=========================================================
16
17dependencies:
18 - name: common
Sylvain Desbureaux557628a2021-03-24 14:59:16 +010019 version: ~8.x-0
Michal Banka3d487482021-02-11 10:36:47 +010020 repository: '@local'
21 - name: repositoryGenerator
Sylvain Desbureaux557628a2021-03-24 14:59:16 +010022 version: ~8.x-0
Michal Banka3d487482021-02-11 10:36:47 +010023 repository: '@local'
24 - name: readinessCheck
Sylvain Desbureaux557628a2021-03-24 14:59:16 +010025 version: ~8.x-0
Michal Banka3d487482021-02-11 10:36:47 +010026 repository: '@local'
farida azmy37481802021-04-11 15:41:32 +020027 - name: serviceAccount
28 version: ~8.x-0
29 repository: '@local'