blob: c13ed2f06a3bc468a01f15519a9ecc7329ff6735 [file] [log] [blame]
Skip Wonnellab6c2c02017-08-14 17:47:10 -05001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 ============LICENSE_START=======================================================
4 ONAP : APPC
5 ================================================================================
Patrick Brady5b817642018-03-22 15:12:48 -07006 Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
Skip Wonnellab6c2c02017-08-14 17:47:10 -05007 ================================================================================
8 Copyright (C) 2017 Amdocs
9 =============================================================================
10 Licensed under the Apache License, Version 2.0 (the "License");
11 you may not use this file except in compliance with the License.
12 You may obtain a copy of the License at
13
14 http://www.apache.org/licenses/LICENSE-2.0
15
16 Unless required by applicable law or agreed to in writing, software
17 distributed under the License is distributed on an "AS IS" BASIS,
18 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19 See the License for the specific language governing permissions and
20 limitations under the License.
21
Skip Wonnellab6c2c02017-08-14 17:47:10 -050022 ============LICENSE_END=========================================================
23 -->
24
25
26<features name="appc-design-services-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
Dilip kumar Pampana38d293d2018-01-05 15:37:36 -050027 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
28 xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
Skip Wonnellab6c2c02017-08-14 17:47:10 -050029
Dilip kumar Pampana38d293d2018-01-05 15:37:36 -050030 <feature name='appc-design-services' description="Application Controller Design Services"
31 version='${project.version}'>
Skip Wonnellab6c2c02017-08-14 17:47:10 -050032
Patrick Brady3e8e2d82018-05-01 13:35:59 -070033 <feature>odl-mdsal-models</feature>
Dilip kumar Pampana38d293d2018-01-05 15:37:36 -050034 <bundle>mvn:org.onap.appc/appc-design-services-model/${project.version}</bundle>
Skip Wonnellab6c2c02017-08-14 17:47:10 -050035
Dilip kumar Pampana38d293d2018-01-05 15:37:36 -050036 <!-- Most applications will have a dependency on the ODL MD-SAL Broker -->
Patrick Brady3e8e2d82018-05-01 13:35:59 -070037 <feature>odl-mdsal-broker</feature>
Patrick Brady5b817642018-03-22 15:12:48 -070038 <feature>ccsdk-sli</feature>
Dilip kumar Pampana38d293d2018-01-05 15:37:36 -050039 <bundle>mvn:org.onap.appc/appc-design-services-provider/${project.version}</bundle>
40 <bundle>mvn:org.onap.appc/appc-network-inventory-client-provider/${project.version}</bundle>
Patrick Brady3e8e2d82018-05-01 13:35:59 -070041 <feature>odl-restconf</feature>
Skip Wonnellab6c2c02017-08-14 17:47:10 -050042
Dilip kumar Pampana38d293d2018-01-05 15:37:36 -050043 </feature>
Skip Wonnellab6c2c02017-08-14 17:47:10 -050044
45</features>