blob: 929cdbbc5f18157c6bb4d59e7030065dce6cd007 [file] [log] [blame]
Jack Lucasd41dbdb2021-02-16 11:07:28 -05001# Copyright (c) 2021 J. F. Lucas. All rights reserved.
Remigiusz Janeczek9b00b562021-04-26 14:37:57 +02002# Copyright (c) 2021 Nokia. 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
Jack Lucasd41dbdb2021-02-16 11:07:28 -050028 repository: 'file://../../common/dcaegen2-services-common'
Remigiusz Janeczek9b00b562021-04-26 14:37:57 +020029 - name: certManagerCertificate
30 version: ~8.x-0
31 repository: '@local'