blob: 3507bd87cd46df24ccd53b18482c3d07a2079c18 [file] [log] [blame]
Dominic Lunanuova50aafc52018-03-30 02:29:23 +00001# Copyright © 2018 AT&T Intellectual Property. All rights reserved.
Durgpal7ad40692018-08-03 07:28:36 +00002# Modifications Copyright © 2018 Amdocs,Bell Canada
Dominic Lunanuova50aafc52018-03-30 02:29:23 +00003#
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
Mike Elliottb85a8902019-02-10 17:52:51 -050018 version: ~4.x-0
Dominic Lunanuova50aafc52018-03-30 02:29:23 +000019 repository: '@local'
econwar28266fa2019-03-05 16:39:00 +000020 - name: message-router
21 version: ~4.x-0
22 repository: 'file://components/message-router'
23 condition: message-router.enabled
dglFromAtt655708d2019-03-18 16:30:47 +000024 - name: dmaap-bc
econwar28266fa2019-03-05 16:39:00 +000025 version: ~4.x-0
dglFromAtt655708d2019-03-18 16:30:47 +000026 repository: 'file://components/dmaap-bc'
efiacoreabb6522019-04-08 09:46:09 +000027 condition: dmaap-bc.enabled
econwar28266fa2019-03-05 16:39:00 +000028 - name: dmaap-dr-node
29 version: ~4.x-0
30 repository: 'file://components/dmaap-dr-node'
31 condition: dmaap-dr-node.enabled
32 - name: dmaap-dr-prov
33 version: ~4.x-0
34 repository: 'file://components/dmaap-dr-prov'
35 condition: dmaap-dr-prov.enabled