BorislavG | 57f74d3 | 2018-04-12 11:08:39 +0300 | [diff] [blame] | 1 | #============LICENSE_START======================================================== |
| 2 | #================================================================================= |
| 3 | # Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. |
Durgpal | 7ad4069 | 2018-08-03 07:28:36 +0000 | [diff] [blame] | 4 | # Modifications Copyright © 2018 Amdocs, Bell Canada |
Piotr Marcinkiewicz | a16144f | 2020-07-09 16:44:29 +0200 | [diff] [blame] | 5 | # Modifications (c) 2020 Nokia. All rights reserved. |
BorislavG | 57f74d3 | 2018-04-12 11:08:39 +0300 | [diff] [blame] | 6 | # ================================================================================ |
| 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 | |
| 20 | dependencies: |
| 21 | - name: common |
Sylvain Desbureaux | 1ef4caf | 2020-04-02 14:08:50 +0200 | [diff] [blame] | 22 | version: ~6.x-0 |
BorislavG | 57f74d3 | 2018-04-12 11:08:39 +0300 | [diff] [blame] | 23 | repository: '@local' |
Krzysztof Opasiak | 3caa57a | 2020-02-22 02:34:14 +0100 | [diff] [blame] | 24 | - name: postgres |
Sylvain Desbureaux | 1ef4caf | 2020-04-02 14:08:50 +0200 | [diff] [blame] | 25 | version: ~6.x-0 |
Jack Lucas | d801f79 | 2018-04-27 22:20:33 +0000 | [diff] [blame] | 26 | repository: '@local' |
Sylvain Desbureaux | 0b243b6 | 2019-12-11 11:53:42 +0100 | [diff] [blame] | 27 | alias: postgres |
Vijay Venkatesh Kumar | ecd341e | 2020-02-27 04:05:57 +0000 | [diff] [blame] | 28 | - name: mongo |
Sylvain Desbureaux | 1ef4caf | 2020-04-02 14:08:50 +0200 | [diff] [blame] | 29 | version: ~6.x-0 |
Vijay Venkatesh Kumar | ecd341e | 2020-02-27 04:05:57 +0000 | [diff] [blame] | 30 | repository: '@local' |
Piotr Marcinkiewicz | a16144f | 2020-07-09 16:44:29 +0200 | [diff] [blame] | 31 | - name: cmpv2Config |
| 32 | version: ~6.x-0 |
| 33 | repository: '@local' |