blob: 0ecbc5555743205b8f9271b4c09ece9abf8c8f10 [file] [log] [blame]
Jack Lucas7723ffe2020-02-13 17:19:01 -05001# Copyright (c) 2020 AT&T Intellectual Property. All rights reserved.
Sylvain Desbureauxc47ce732021-10-12 15:15:10 +02002# Modifications Copyright © 2021 Orange
Jack Lucas7723ffe2020-02-13 17:19:01 -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:
17 - name: common
Sylvain Desbureauxc47ce732021-10-12 15:15:10 +020018 version: ~9.x-0
Jack Lucas7723ffe2020-02-13 17:19:01 -050019 repository: '@local'
20 - name: dcaemod-genprocessor
Sylvain Desbureauxc47ce732021-10-12 15:15:10 +020021 version: ~9.x-0
Jack Lucas7723ffe2020-02-13 17:19:01 -050022 repository: 'file://components/dcaemod-genprocessor'
23 condition: dcaemod-genprocessor.enabled
24 - name: dcaemod-distributor-api
Sylvain Desbureauxc47ce732021-10-12 15:15:10 +020025 version: ~9.x-0
Jack Lucas7723ffe2020-02-13 17:19:01 -050026 repository: 'file://components/dcaemod-distributor-api'
Jack Lucas8c3463e2020-06-12 18:36:55 -040027 condition: dcaemod-distributor-api.enabled
Jack Lucas7723ffe2020-02-13 17:19:01 -050028 - name: dcaemod-designtool
Sylvain Desbureauxc47ce732021-10-12 15:15:10 +020029 version: ~9.x-0
Jack Lucas7723ffe2020-02-13 17:19:01 -050030 repository: 'file://components/dcaemod-designtool'
Jack Lucas8c3463e2020-06-12 18:36:55 -040031 condition: dcaemod-designtool.enabled
Jack Lucas7723ffe2020-02-13 17:19:01 -050032 - name: dcaemod-onboarding-api
Sylvain Desbureauxc47ce732021-10-12 15:15:10 +020033 version: ~9.x-0
Jack Lucas7723ffe2020-02-13 17:19:01 -050034 repository: 'file://components/dcaemod-onboarding-api'
Jack Lucas8c3463e2020-06-12 18:36:55 -040035 condition: dcaemod-onboarding-api.enabled
Jack Lucas7723ffe2020-02-13 17:19:01 -050036 - name: dcaemod-runtime-api
Sylvain Desbureauxc47ce732021-10-12 15:15:10 +020037 version: ~9.x-0
Jack Lucas7723ffe2020-02-13 17:19:01 -050038 repository: 'file://components/dcaemod-runtime-api'
Jack Lucas8c3463e2020-06-12 18:36:55 -040039 condition: dcaemod-runtime-api.enabled
Jack Lucas7723ffe2020-02-13 17:19:01 -050040 - name: dcaemod-nifi-registry
Sylvain Desbureauxc47ce732021-10-12 15:15:10 +020041 version: ~9.x-0
Jack Lucas8c3463e2020-06-12 18:36:55 -040042 repository: 'file://components/dcaemod-nifi-registry'
43 condition: dcaemod-nifi-registry.enabled
44 - name: dcaemod-healthcheck
Sylvain Desbureauxc47ce732021-10-12 15:15:10 +020045 version: ~9.x-0
Jack Lucas8c3463e2020-06-12 18:36:55 -040046 repository: 'file://components/dcaemod-healthcheck'
Sylvain Desbureaux557628a2021-03-24 14:59:16 +010047 condition: dcaemod-healthcheck.enabled