Marc-Alexandre Choquette | 81a2df6 | 2018-07-14 13:04:33 -0400 | [diff] [blame] | 1 | # Copyright © 2018 Amdocs, Bell Canada |
| 2 | # |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | # you may not use this file except in compliance with the License. |
| 5 | # You may obtain a copy of the License at |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | # See the License for the specific language governing permissions and |
| 13 | # limitations under the License. |
| 14 | |
| 15 | dependencies: |
| 16 | - name: common |
Sylvain Desbureaux | 1ef4caf | 2020-04-02 14:08:50 +0200 | [diff] [blame] | 17 | version: ~6.x-0 |
Sylvain Desbureaux | a5bb31b | 2020-04-07 12:02:22 +0200 | [diff] [blame] | 18 | repository: '@local' |
Sylvain Desbureaux | a5bb31b | 2020-04-07 12:02:22 +0200 | [diff] [blame] | 19 | - name: awx |
| 20 | version: ~6.x-0 |
| 21 | repository: 'file://components/awx' |
| 22 | condition: awx.enabled |
Sylvain Desbureaux | d1ca1ee | 2020-04-07 14:52:20 +0200 | [diff] [blame] | 23 | - name: ejbca |
| 24 | version: ~6.x-0 |
| 25 | repository: 'file://components/ejbca' |
| 26 | condition: global.cmpv2Enabled |
| 27 | - name: netbox |
| 28 | version: ~6.x-0 |
| 29 | repository: 'file://components/netbox' |
| 30 | condition: netbox.enabled |
Sylvain Desbureaux | 5ee4dd4 | 2020-11-21 22:52:46 +0100 | [diff] [blame^] | 31 | - name: repositoryGenerator |
| 32 | version: ~6.x-0 |
| 33 | repository: '@local' |