blob: c5c05bb43df0fc7abd2f344dc99f78516b7324ce [file] [log] [blame]
Sylvain Desbureaux7acab562019-03-01 09:26:13 +01001# Copyright © 2017 Amdocs, Bell Canada
Sylvain Desbureauxc47ce732021-10-12 15:15:10 +02002# Modifications Copyright © 2018,2020-2021 Orange
Steve Alphonse Siania1b6b0e2019-01-25 15:23:58 -05003#
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
16dependencies:
Steve Alphonse Siania1b6b0e2019-01-25 15:23:58 -050017 - name: common
Sylvain Desbureauxc47ce732021-10-12 15:15:10 +020018 version: ~9.x-0
Sylvain Desbureaux7acab562019-03-01 09:26:13 +010019 repository: '@local'
Alexis de Talhouët63df1632019-03-20 08:17:58 -040020 - name: mariadb-galera
Sylvain Desbureauxc47ce732021-10-12 15:15:10 +020021 version: ~9.x-0
Sylvain Desbureaux503b2292020-11-21 22:29:17 +010022 repository: '@local'
23 - name: cds-blueprints-processor
Sylvain Desbureauxc47ce732021-10-12 15:15:10 +020024 version: ~9.x-0
Sylvain Desbureaux503b2292020-11-21 22:29:17 +010025 repository: 'file://components/cds-blueprints-processor'
26 condition: cds-blueprints-processor.enabled
Jakub Latusek3b545ad2020-12-09 10:25:51 +010027 - name: cds-command-executor
Sylvain Desbureauxc47ce732021-10-12 15:15:10 +020028 version: ~9.x-0
Sylvain Desbureaux503b2292020-11-21 22:29:17 +010029 repository: 'file://components/cds-command-executor'
30 condition: cds-command-executor.enabled
31 - name: cds-py-executor
Sylvain Desbureauxc47ce732021-10-12 15:15:10 +020032 version: ~9.x-0
Sylvain Desbureaux503b2292020-11-21 22:29:17 +010033 repository: 'file://components/cds-py-executor'
34 condition: cds-py-executor.enabled
35 - name: cds-sdc-listener
Sylvain Desbureauxc47ce732021-10-12 15:15:10 +020036 version: ~9.x-0
Sylvain Desbureaux503b2292020-11-21 22:29:17 +010037 repository: 'file://components/cds-sdc-listener'
38 condition: cds-sdc-listener.enabled
39 - name: cds-ui
Sylvain Desbureauxc47ce732021-10-12 15:15:10 +020040 version: ~9.x-0
Sylvain Desbureaux503b2292020-11-21 22:29:17 +010041 repository: 'file://components/cds-ui'
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010042 condition: cds-ui.enabled