blob: e917e900c72a779b1ad52a004c16ab2caa5dd1fb [file] [log] [blame]
BorislavG57f74d32018-04-12 11:08:39 +03001#============LICENSE_START========================================================
2#=================================================================================
3# Copyright (c) 2018 AT&T Intellectual Property. All rights reserved.
Durgpal7ad40692018-08-03 07:28:36 +00004# Modifications Copyright © 2018 Amdocs, Bell Canada
Piotr Marcinkiewicza16144f2020-07-09 16:44:29 +02005# Modifications (c) 2020 Nokia. All rights reserved.
BorislavG57f74d32018-04-12 11:08:39 +03006# ================================================================================
7# Licensed under the Apache License, Version 2.0 (the "License");
8# you may not use this file except in compliance with the License.
9# You may obtain a copy of the License at
10#
11# http://www.apache.org/licenses/LICENSE-2.0
12#
13# Unless required by applicable law or agreed to in writing, software
14# distributed under the License is distributed on an "AS IS" BASIS,
15# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16# See the License for the specific language governing permissions and
17# limitations under the License.
18# ============LICENSE_END=========================================================
19
20dependencies:
21 - name: common
Sylvain Desbureaux1ef4caf2020-04-02 14:08:50 +020022 version: ~6.x-0
BorislavG57f74d32018-04-12 11:08:39 +030023 repository: '@local'
Krzysztof Opasiak3caa57a2020-02-22 02:34:14 +010024 - name: postgres
Sylvain Desbureaux1ef4caf2020-04-02 14:08:50 +020025 version: ~6.x-0
Jack Lucasd801f792018-04-27 22:20:33 +000026 repository: '@local'
Sylvain Desbureaux0b243b62019-12-11 11:53:42 +010027 alias: postgres
Vijay Venkatesh Kumarecd341e2020-02-27 04:05:57 +000028 - name: mongo
Sylvain Desbureaux1ef4caf2020-04-02 14:08:50 +020029 version: ~6.x-0
Vijay Venkatesh Kumarecd341e2020-02-27 04:05:57 +000030 repository: '@local'
Piotr Marcinkiewicza16144f2020-07-09 16:44:29 +020031 - name: cmpv2Config
32 version: ~6.x-0
33 repository: '@local'