blob: 02a2a674c37e16c495c70b9d5f658378256b0edc [file] [log] [blame]
Jack Lucasd41dbdb2021-02-16 11:07:28 -05001# Copyright (c) 2020 J. F. Lucas. All rights reserved.
Vijay Venkatesh Kumard375eec2021-05-22 01:31:18 +00002# Copyright (c) 2021 AT&T. All rights reserved.
Jack Lucasd41dbdb2021-02-16 11:07:28 -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 Desbureaux557628a2021-03-24 14:59:16 +010018 version: ~8.x-0
Jack Lucasd41dbdb2021-02-16 11:07:28 -050019 repository: '@local'
20 - name: repositoryGenerator
Sylvain Desbureaux557628a2021-03-24 14:59:16 +010021 version: ~8.x-0
Jack Lucasd41dbdb2021-02-16 11:07:28 -050022 repository: '@local'
23 - name: readinessCheck
Sylvain Desbureaux557628a2021-03-24 14:59:16 +010024 version: ~8.x-0
Jack Lucasd41dbdb2021-02-16 11:07:28 -050025 repository: '@local'
26 - name: dcaegen2-services-common
Sylvain Desbureaux557628a2021-03-24 14:59:16 +010027 version: ~8.x-0
Vijay Venkatesh Kumard375eec2021-05-22 01:31:18 +000028 repository: '@local'